javacc-6.1.2.examples.JJTreeExamples.ASTMyOtherID Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
/* Generated By:JJTree: Do not edit this line. ASTMyOtherID.java Version 6.0 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
public
class ASTMyOtherID extends SimpleNode {
public ASTMyOtherID(int id) {
super(id);
}
public ASTMyOtherID(Eg4 p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(Eg4Visitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=dd8419f9ee354eee64c155709605c1f5 (do not edit this line) */