com.cinchapi.ccl.v2.generated.ASTStart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccl Show documentation
Show all versions of ccl Show documentation
The official specificiation and library for the Concourse Criteria Language
/* Generated By:JJTree: Do not edit this line. ASTStart.java Version 7.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 */
package com.cinchapi.ccl.v2.generated;
public
class ASTStart extends SimpleNode {
public ASTStart(int id) {
super(id);
}
public ASTStart(Grammar p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(GrammarVisitor visitor, Object data) {
return
visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=b99b6c7596f57fe94e406be30f930c32 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy