|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.jaxen |
Uses of Node in net.sourceforge.pmd.ast |
Fields in net.sourceforge.pmd.ast declared as Node | |
protected Node |
SimpleNode.parent
|
protected Node[] |
SimpleNode.children
|
Methods in net.sourceforge.pmd.ast that return Node | |
(package private) Node |
JJTJavaParserState.rootNode()
|
(package private) Node |
JJTJavaParserState.popNode()
|
(package private) Node |
JJTJavaParserState.peekNode()
|
Node |
SimpleNode.getFirstParentOfType(java.lang.Class parentType)
Traverses up the tree to find the first parent instance of type parentType |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
SimpleNode.getFirstChildOfType(java.lang.Class childType)
Traverses down the tree to find the first child instance of type childType |
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Methods in net.sourceforge.pmd.ast with parameters of type Node | |
(package private) void |
JJTJavaParserState.pushNode(Node n)
|
(package private) void |
JJTJavaParserState.clearNodeScope(Node n)
|
(package private) void |
JJTJavaParserState.openNodeScope(Node n)
|
(package private) void |
JJTJavaParserState.closeNodeScope(Node n,
int num)
|
(package private) void |
JJTJavaParserState.closeNodeScope(Node n,
boolean condition)
|
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtReplaceChild(Node old,
Node newNode)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
Uses of Node in net.sourceforge.pmd.jaxen |
Methods in net.sourceforge.pmd.jaxen that return Node | |
Node |
Attribute.getParent()
|
protected abstract Node |
NodeIterator.getFirstNode(Node contextNode)
|
protected abstract Node |
NodeIterator.getNextNode(Node contextNode)
|
protected Node |
NodeIterator.getPreviousSibling(Node contextNode)
|
protected Node |
NodeIterator.getNextSibling(Node contextNode)
|
protected Node |
NodeIterator.getFirstChild(Node contextNode)
|
protected Node |
NodeIterator.getLastChild(Node contextNode)
|
Methods in net.sourceforge.pmd.jaxen with parameters of type Node | |
protected abstract Node |
NodeIterator.getFirstNode(Node contextNode)
|
protected abstract Node |
NodeIterator.getNextNode(Node contextNode)
|
protected Node |
NodeIterator.getPreviousSibling(Node contextNode)
|
protected Node |
NodeIterator.getNextSibling(Node contextNode)
|
protected Node |
NodeIterator.getFirstChild(Node contextNode)
|
protected Node |
NodeIterator.getLastChild(Node contextNode)
|
Constructors in net.sourceforge.pmd.jaxen with parameters of type Node | |
Attribute(Node parent,
java.lang.String name,
java.lang.reflect.Method m)
|
|
NodeIterator(Node contextNode)
|
|
AttributeAxisIterator(Node contextNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |