Uses of Interface
wt.dataops.archivesystem.search.Node

Packages that use Node
wt.dataops.archivesystem.search   
 

Uses of Node in wt.dataops.archivesystem.search
 

Classes in wt.dataops.archivesystem.search that implement Node
 class ASTAttribute
           
 class ASTClauseExpr
           
 class ASTClauseOp
           
 class ASTCompoExpr
           
 class ASTKey
           
 class ASTQueryOp
           
 class ASTTopNode
           
 class ASTValue
           
 class SimpleNode
           
 

Fields in wt.dataops.archivesystem.search declared as Node
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Methods in wt.dataops.archivesystem.search that return Node
 Node SimpleNode.jjtGetParent()
           
 Node SimpleNode.jjtGetChild(int i)
           
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
(package private)  Node JJTArchiveQueryParserState.rootNode()
           
(package private)  Node JJTArchiveQueryParserState.popNode()
           
(package private)  Node JJTArchiveQueryParserState.peekNode()
           
 

Methods in wt.dataops.archivesystem.search with parameters of type Node
 void SimpleNode.jjtSetParent(Node n)
           
 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.
(package private)  void JJTArchiveQueryParserState.pushNode(Node n)
           
(package private)  void JJTArchiveQueryParserState.clearNodeScope(Node n)
           
(package private)  void JJTArchiveQueryParserState.openNodeScope(Node n)
           
(package private)  void JJTArchiveQueryParserState.closeNodeScope(Node n, int num)
           
(package private)  void JJTArchiveQueryParserState.closeNodeScope(Node n, boolean condition)