org.nfunk.jep
Class ASTStart
java.lang.Object
org.nfunk.jep.SimpleNode
org.nfunk.jep.ASTStart
- All Implemented Interfaces:
- Node
public class ASTStart
- extends SimpleNode
Start Node
| Methods inherited from class org.nfunk.jep.SimpleNode |
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTStart
public ASTStart(int id)
ASTStart
public ASTStart(Parser p,
int id)
jjtAccept
public Object jjtAccept(ParserVisitor visitor,
Object data)
throws ParseException
- Accept the visitor.
- Specified by:
jjtAccept in interface Node- Overrides:
jjtAccept in class SimpleNode
- Throws:
ParseException
Copyright © 2014. All rights reserved.