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

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

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


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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy