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 TypeMethodDescriptionvoid
dispose()
void
getToken()
int
getType()
void
jjtAddChild
(Node n, int i) void
jjtClose()
jjtGetChild
(int i) int
void
jjtOpen()
void
jjtSetParent
(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:
jjtSetParent
in interfaceNode
-
jjtGetParent
- Specified by:
jjtGetParent
in interfaceNode
-
jjtAddChild
- Specified by:
jjtAddChild
in interfaceNode
-
jjtGetChild
- Specified by:
jjtGetChild
in interfaceNode
-
jjtGetNumChildren
public int jjtGetNumChildren()- Specified by:
jjtGetNumChildren
in interfaceNode
-
toString
-
toString
-
dump
-
getType
public int getType() -
dispose
public void dispose() -
getToken
-