Interface Node
- All Known Implementing Classes:
SimpleNode
public interface Node
This interface extends the functionalities provided by the default
implementation generated by javacc.
- Since:
- 2.5
- Author:
- Mauricio Pazos (Axios Engineering)
-
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()