public class ASTProductions extends JJTreeNode
Constructor and Description |
---|
ASTProductions(int id) |
ASTProductions(JJTreeParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
jjtAccept(JJTreeParserVisitor visitor,
Object data)
Accept the visitor.
|
getFirstToken, getLastToken, getOrdinal, jjtAddChild, jjtCreate, print, setFirstToken, setLastToken, setOrdinal
childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public ASTProductions(int id)
public ASTProductions(JJTreeParser p, int id)
public Object jjtAccept(JJTreeParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
Copyright © 1996–2022 javacc.org. All rights reserved.