Uses of Interface
org.codehaus.aspectwerkz.expression.ast.Node

Packages that use Node
org.codehaus.aspectwerkz.expression.ast   
 

Uses of Node in org.codehaus.aspectwerkz.expression.ast
 

Classes in org.codehaus.aspectwerkz.expression.ast that implement Node
 class ASTAnd
           
 class ASTArgParameter
           
 class ASTArgs
           
 class ASTAttribute
           
 class ASTCall
           
 class ASTCflow
           
 class ASTCflowBelow
           
 class ASTClassPattern
           
 class ASTConstructorPattern
           
 class ASTExecution
           
 class ASTExpression
           
 class ASTFieldPattern
           
 class ASTGet
           
 class ASTHandler
           
 class ASTHasField
           
 class ASTHasMethod
           
 class ASTMethodPattern
           
 class ASTModifier
           
 class ASTNot
           
 class ASTOr
           
 class ASTParameter
           
 class ASTPointcutReference
           
 class ASTRoot
           
 class ASTSet
           
 class ASTStaticInitialization
           
 class ASTWithin
           
 class ASTWithinCode
           
 class SimpleNode
           
 

Fields in org.codehaus.aspectwerkz.expression.ast declared as Node
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Methods in org.codehaus.aspectwerkz.expression.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 org.codehaus.aspectwerkz.expression.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)
           
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.