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 TypeMethodDescriptionvoiddispose()voidgetToken()intgetType()voidjjtAddChild(Node n, int i) voidjjtClose()jjtGetChild(int i) intvoidjjtOpen()voidjjtSetParent(Node n) toString()