Uses of Interface
anl.aida.query.Node

Packages that use Node
anl.aida.query   
 

Uses of Node in anl.aida.query
 

Classes in anl.aida.query that implement Node
 class ASTAdd
           
 class ASTAnd
           
 class ASTCount
           
 class ASTDiv
           
 class ASTE
           
 class ASTEqEqual
           
 class ASTGreaterEq
           
 class ASTGreaterThan
           
 class ASTLessEq
           
 class ASTLessThan
           
 class ASTMean
           
 class ASTMod
           
 class ASTMul
           
 class ASTNeg
           
 class ASTNotEqual
           
 class ASTNumber
           
 class ASTOr
           
 class ASTPI
           
 class ASTPow
           
 class ASTstart
           
 class ASTSubtract
           
 class ASTVar
           
 class ASTVarList
           
 class SimpleNode
           
 

Fields in anl.aida.query declared as Node
protected  Node[] SimpleNode.children
           
protected  Node SimpleNode.parent
           
 

Methods in anl.aida.query that return Node
 Node SimpleNode.jjtGetChild(int i)
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node SimpleNode.jjtGetParent()
           
 Node Node.jjtGetParent()
           
(package private)  Node JJTParserState.peekNode()
           
(package private)  Node JJTParserState.popNode()
           
(package private)  Node JJTParserState.rootNode()
           
 

Methods in anl.aida.query with parameters of type Node
(package private)  void JJTParserState.clearNodeScope(Node n)
           
(package private)  void JJTParserState.closeNodeScope(Node n, boolean condition)
           
(package private)  void JJTParserState.closeNodeScope(Node n, int num)
           
 void SimpleNode.jjtAddChild(Node n, int i)
           
 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 Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
(package private)  void JJTParserState.openNodeScope(Node n)
           
(package private)  void JJTParserState.pushNode(Node n)