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

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

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


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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy