Uses of Interface
org.quattor.pan.parser.annotation.Node

Packages that use Node
org.quattor.pan.parser.annotation   
 

Uses of Node in org.quattor.pan.parser.annotation
 

Classes in org.quattor.pan.parser.annotation that implement Node
 class ASTAnnotation
           
 class ASTPair
           
 class SimpleNode
           
 

Fields in org.quattor.pan.parser.annotation declared as Node
protected  Node[] SimpleNode.children
           
protected  Node SimpleNode.parent
           
 

Methods in org.quattor.pan.parser.annotation 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()
           
 Node JJTAnnotationParserState.peekNode()
           
 Node JJTAnnotationParserState.popNode()
           
 Node JJTAnnotationParserState.rootNode()
           
 

Methods in org.quattor.pan.parser.annotation with parameters of type Node
 void JJTAnnotationParserState.clearNodeScope(Node n)
           
 void JJTAnnotationParserState.closeNodeScope(Node n, boolean condition)
           
 void JJTAnnotationParserState.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.
 void JJTAnnotationParserState.openNodeScope(Node n)
           
 void JJTAnnotationParserState.pushNode(Node n)
           
 



Copyright © 2011 Quattor. All Rights Reserved.