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

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

/* Generated By:JJTree: Do not edit this line. ASTNullLiteral.java */

package org.jastadd.jrag.AST;

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

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


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy