|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.jaxen | |
net.sourceforge.pmd.rules |
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 | |
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Methods in net.sourceforge.pmd.ast with parameters of type Node | |
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. |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
Uses of Node in net.sourceforge.pmd.jaxen |
Methods in net.sourceforge.pmd.jaxen that return 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)
|
Node |
Attribute.getParent()
|
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)
|
void |
Attribute.setParent(Node parent)
Sets the parent. |
protected Attribute |
AttributeAxisIterator.getAttribute(Node node,
java.lang.reflect.Method method)
|
Constructors in net.sourceforge.pmd.jaxen with parameters of type Node | |
NodeIterator(Node contextNode)
|
|
Attribute(Node parent,
java.lang.String name,
java.lang.String value)
|
|
AttributeAxisIterator(Node contextNode)
|
Uses of Node in net.sourceforge.pmd.rules |
Methods in net.sourceforge.pmd.rules with parameters of type Node | |
java.lang.Object |
VariableNamingConventionsRule.checkNames(Node node,
java.lang.Object data)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |