javacc-7.0.1.test.tmp.java.JJTreeExamples.eg4.Eg4TreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
/* Generated By:JavaCC: Do not edit this line. Eg4TreeConstants.java Version 7.0.1 */
public interface Eg4TreeConstants
{
public int JJTSTART = 0;
public int JJTVOID = 1;
public int JJTADD = 2;
public int JJTMULT = 3;
public int JJTMYOTHERID = 4;
public int JJTINTEGER = 5;
public String[] jjtNodeName = {
"Start",
"void",
"Add",
"Mult",
"MyOtherID",
"Integer",
};
}
/* JavaCC - OriginalChecksum=f2005017298e6db4c1a3b6db8798cf4d (do not edit this line) */