Class SimpleNode
Object
SimpleNode
- All Implemented Interfaces:
Node
Redefines SimpleNode to allow access to additional
information to the
CQLCompiler
Note: set the option BUILD_NODE_FILES=false to avoid that javacc generates
a new SimpleNode.- Since:
- Author:
- Mauricio Pazos (Axios Engineering)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidgetToken()intgetType()voidjjtAddChild(Node n, int i) voidjjtClose()jjtGetChild(int i) intvoidjjtOpen()voidjjtSetParent(Node n) toString()
-
Field Details
-
parent
-
children
-
id
protected int id -
parser
-
token
-
-
Constructor Details
-
SimpleNode
public SimpleNode(int i) -
SimpleNode
-
-
Method Details
-
jjtOpen
public void jjtOpen() -
jjtClose
public void jjtClose() -
jjtSetParent
- Specified by:
jjtSetParentin interfaceNode
-
jjtGetParent
- Specified by:
jjtGetParentin interfaceNode
-
jjtAddChild
- Specified by:
jjtAddChildin interfaceNode
-
jjtGetChild
- Specified by:
jjtGetChildin interfaceNode
-
jjtGetNumChildren
public int jjtGetNumChildren()- Specified by:
jjtGetNumChildrenin interfaceNode
-
toString
-
toString
-
dump
-
getType
public int getType() -
dispose
public void dispose() -
getToken
-