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

zoomba.lang.parser.ASTGTNode Maven / Gradle / Ivy

Go to download

ZoomBA is a multi paradigm Micro Language for JVM Scripting used for business development and software testing

The newest version!
/* Generated By:JJTree: Do not edit this line. ASTGTNode.java Version 7.0 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package zoomba.lang.parser;

public
class ASTGTNode extends ZoombaNode {
  public ASTGTNode(int id) {
    super(id);
  }

  public ASTGTNode(Parser p, int id) {
    super(p, id);
  }


  /** Accept the visitor. **/
  public Object jjtAccept(ParserVisitor visitor, Object data) {

    return
    visitor.visit(this, data);
  }
}
/* JavaCC - OriginalChecksum=cc8f5e2f34fd0e5b8a632f14f29269fc (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy