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

org.jastadd.jrag.AST.ASTBooleanLiteral Maven / Gradle / Ivy

There is a newer version: 2.3.6
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTBooleanLiteral.java */

package org.jastadd.jrag.AST;

public class ASTBooleanLiteral extends SimpleNode {
  public ASTBooleanLiteral(int id) {
    super(id);
  }

  public ASTBooleanLiteral(JragParser p, int id) {
    super(p, id);
  }


  /** Accept the visitor. **/
  public Object jjtAccept(JragParserVisitor visitor, Object data) {
    return visitor.visit(this, data);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy