Class ASTJavacode
java.lang.Object
org.javacc.jjtree.SimpleNode
org.javacc.jjtree.JJTreeNode
org.javacc.jjtree.ASTProduction
org.javacc.jjtree.ASTJavacode
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class ASTProduction
name, throws_list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(JJTreeParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class ASTProduction
getNodeScopeNumberMethods inherited from class JJTreeNode
getFirstToken, getLastToken, getOrdinal, jjtAddChild, print, setFirstToken, setLastToken, setOrdinal, translateImage, whiteOutMethods inherited from class SimpleNode
childrenAccept, dump, getId, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
Field Details
-
stmBeginLoc
Token stmBeginLoc
-
-
Constructor Details
-
ASTJavacode
ASTJavacode(int id)
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classASTProduction
-