com.cinchapi.ccl.v2.generated.ASTSimpleNode 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. ASTSimpleNode.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 ASTSimpleNode extends SimpleNode {
public ASTSimpleNode(int id) {
super(id);
}
public ASTSimpleNode(Grammar p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(GrammarVisitor visitor, Object data) {
return
visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=87779f9ac3a34f22d5e61843c5652f0f (do not edit this line) */