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

io.deephaven.lang.generated.ChunkerTreeConstants Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
/* Generated By:JavaCC: Do not edit this line. ChunkerTreeConstants.java Version 7.0.4 */
package io.deephaven.lang.generated;

public interface ChunkerTreeConstants
{
  public int JJTDOCUMENT = 0;
  public int JJTVOID = 1;
  public int JJTSTATEMENT = 2;
  public int JJTJAVACLASSDECL = 3;
  public int JJTASSIGN = 4;
  public int JJTTYPEDASSIGN = 5;
  public int JJTTYPEDECL = 6;
  public int JJTTYPEPARAMS = 7;
  public int JJTTYPEPARAM = 8;
  public int JJTIDENT = 9;
  public int JJTNUM = 10;
  public int JJTWHITESPACE = 11;
  public int JJTMETHODNAME = 12;
  public int JJTNEWLINE = 13;
  public int JJTNEW = 14;
  public int JJTANNOTATION = 15;
  public int JJTINVOKE = 16;
  public int JJTPARAM = 17;
  public int JJTCLOSURE = 18;
  public int JJTARRAY = 19;
  public int JJTBINARYEXPRESSION = 20;
  public int JJTSTRING = 21;
  public int JJTEOF = 22;


  public String[] jjtNodeName = {
    "Document",
    "void",
    "Statement",
    "JavaClassDecl",
    "Assign",
    "TypedAssign",
    "TypeDecl",
    "TypeParams",
    "TypeParam",
    "Ident",
    "Num",
    "Whitespace",
    "MethodName",
    "Newline",
    "New",
    "Annotation",
    "Invoke",
    "Param",
    "Closure",
    "Array",
    "BinaryExpression",
    "String",
    "Eof",
  };
}
/* JavaCC - OriginalChecksum=7266a1d57b5468f7b89627acb8a0ca47 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy