Uses of Interface
net.sourceforge.pmd.ast.Node

Packages that use Node
net.sourceforge.pmd.ast   
net.sourceforge.pmd.jaxen   
 

Uses of Node in net.sourceforge.pmd.ast
 

Classes in net.sourceforge.pmd.ast that implement Node
 class AccessNode
           
 class ASTAdditiveExpression
           
 class ASTAllocationExpression
           
 class ASTAndExpression
           
 class ASTArgumentList
           
 class ASTArguments
           
 class ASTArrayDimsAndInits
           
 class ASTArrayInitializer
           
 class ASTAssertStatement
           
 class ASTAssignmentOperator
           
 class ASTBlock
           
 class ASTBlockStatement
           
 class ASTBooleanLiteral
           
 class ASTBreakStatement
           
 class ASTCastExpression
           
 class ASTCastLookahead
           
 class ASTClassBody
           
 class ASTClassBodyDeclaration
           
 class ASTClassDeclaration
           
 class ASTCompilationUnit
           
 class ASTConditionalAndExpression
           
 class ASTConditionalExpression
           
 class ASTConditionalOrExpression
           
 class ASTConstructorDeclaration
           
 class ASTContinueStatement
           
 class ASTDoStatement
           
 class ASTEmptyStatement
           
 class ASTEnumDeclaration
           
 class ASTEnumElement
           
 class ASTEqualityExpression
           
 class ASTExclusiveOrExpression
           
 class ASTExplicitConstructorInvocation
           
 class ASTExpression
           
 class ASTFieldDeclaration
           
 class ASTForInit
           
 class ASTFormalParameter
           
 class ASTFormalParameters
           
 class ASTForStatement
           
 class ASTForUpdate
           
 class ASTIfStatement
           
 class ASTImportDeclaration
           
 class ASTInclusiveOrExpression
           
 class ASTInitializer
           
 class ASTInstanceOfExpression
           
 class ASTInterfaceDeclaration
           
 class ASTInterfaceMemberDeclaration
           
 class ASTLabeledStatement
           
 class ASTLiteral
           
 class ASTLocalVariableDeclaration
           
 class ASTMethodDeclaration
           
 class ASTMethodDeclarationLookahead
           
 class ASTMethodDeclarator
           
 class ASTMultiplicativeExpression
           
 class ASTName
           
 class ASTNameList
           
 class ASTNestedClassDeclaration
           
 class ASTNestedInterfaceDeclaration
           
 class ASTNullLiteral
           
 class ASTPackageDeclaration
           
 class ASTPostfixExpression
           
 class ASTPreDecrementExpression
           
 class ASTPreIncrementExpression
           
 class ASTPrimaryExpression
           
 class ASTPrimaryPrefix
           
 class ASTPrimarySuffix
           
 class ASTPrimitiveType
           
 class ASTRelationalExpression
           
 class ASTResultType
           
 class ASTReturnStatement
           
 class ASTShiftExpression
           
 class ASTStatement
           
 class ASTStatementExpression
           
 class ASTStatementExpressionList
           
 class ASTSwitchLabel
           
 class ASTSwitchStatement
           
 class ASTSynchronizedStatement
           
 class ASTThrowStatement
           
 class ASTTryStatement
           
 class ASTType
           
 class ASTTypeDeclaration
           
 class ASTUnaryExpression
           
 class ASTUnaryExpressionNotPlusMinus
           
 class ASTUnmodifiedClassDeclaration
           
 class ASTUnmodifiedInterfaceDeclaration
           
 class ASTVariableDeclarator
           
 class ASTVariableDeclaratorId
           
 class ASTVariableInitializer
           
 class ASTWhileStatement
           
 class SimpleNode
           
 

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.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)
           
 

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.jjtReplaceChild(Node old, Node newNode)
           
 void SimpleNode.jjtAddChild(Node n, int i)
           
 

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  Attribute AttributeAxisIterator.getAttribute(Node node, java.lang.reflect.Method method)
           
 void Attribute.setParent(Node parent)
           
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
AttributeAxisIterator(Node contextNode)
           
Attribute(Node parent, java.lang.String name, java.lang.String value)
           
NodeIterator(Node contextNode)
           
 



Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.