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

zoomba.lang.parser.ASTTrueNode 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. ASTTrueNode.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 ASTTrueNode extends ZoombaNode {
  public ASTTrueNode(int id) {
    super(id);
  }

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


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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy