Uses of Interface
unity.parser.Node

Packages that use Node
unity.parser   
 

Uses of Node in unity.parser
 

Classes in unity.parser that implement Node
 class ASTAdd
           
 class ASTAll
           
 class ASTAnd
           
 class ASTAop
           
 class ASTAs
           
 class ASTASC
           
 class ASTAscToken
           
 class ASTConcat
           
 class ASTConcatination
           
 class ASTCop
           
 class ASTDSC
           
 class ASTDscToken
           
 class ASTFrom
           
 class ASTFunction
           
 class ASTGroupby
           
 class ASTHaving
           
 class ASTIn
           
 class ASTInteger
           
 class ASTLiteral
           
 class ASTMatchConditions
           
 class ASTMatchFunctions
           
 class ASTMerge
           
 class ASTMergeOpcode
           
 class ASTMop
           
 class ASTMult
           
 class ASTMyID
           
 class ASTNot
           
 class ASTOr
           
 class ASTOrderby
           
 class ASTReal
           
 class ASTSelect
           
 class ASTSQLPattern
           
 class ASTStar
           
 class ASTStart
           
 class ASTString
           
 class ASTUnary
           
 class ASTUnion
           
 class ASTWhere
           
 class ASTXOr
           
 class SimpleNode
           
 

Methods in unity.parser 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()
           
 

Methods in unity.parser with parameters of type Node
 void SimpleNode.InsertChild(int iPosition, Node nChild)
           
 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.