Class ASTBNF
java.lang.Object
org.javacc.jjtree.SimpleNode
org.javacc.jjtree.JJTreeNode
org.javacc.jjtree.ASTProduction
org.javacc.jjtree.ASTBNF
- All Implemented Interfaces:
Node
-
Field Summary
-
Method Summary
Methods inherited from class JJTreeNode
getFirstToken, getLastToken, getOrdinal, jjtAddChild, jjtCreate, print, setFirstToken, setLastToken, setOrdinalMethods inherited from class SimpleNode
childrenAccept, dump, getId, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
-
Method Details
-
toString
- Overrides:
toStringin classSimpleNode
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classASTProduction
-