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

javacc-7.0.1.test.tmp.Transformer.ToyParserTreeConstants Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
/* Generated By:JavaCC: Do not edit this line. ToyParserTreeConstants.java Version 7.0.1 */
public interface ToyParserTreeConstants
{
  public int JJTCOMPILATIONUNIT = 0;
  public int JJTVOID = 1;
  public int JJTSPECIALBLOCK = 2;


  public String[] jjtNodeName = {
    "CompilationUnit",
    "void",
    "SpecialBlock",
  };
}
/* JavaCC - OriginalChecksum=de576509b3e6e701ea566d5d5cfb7f67 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy