All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cinchapi.ccl.v2.generated.ASTSimpleNode Maven / Gradle / Ivy

Go to download

The official specificiation and library for the Concourse Criteria Language

There is a newer version: 3.1.2
Show newest version
/* 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) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy