javacc-7.0.1.test.tmp.java.JJTreeExamples.eg1.Eg1TreeConstants 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. Eg1TreeConstants.java Version 7.0.1 */
public interface Eg1TreeConstants
{
public int JJTSTART = 0;
public int JJTEXPRESSION = 1;
public int JJTADDITIVEEXPRESSION = 2;
public int JJTMULTIPLICATIVEEXPRESSION = 3;
public int JJTUNARYEXPRESSION = 4;
public int JJTIDENTIFIER = 5;
public int JJTINTEGER = 6;
public String[] jjtNodeName = {
"Start",
"Expression",
"AdditiveExpression",
"MultiplicativeExpression",
"UnaryExpression",
"Identifier",
"Integer",
};
}
/* JavaCC - OriginalChecksum=a289d5e35b7d7a8eb53015b436ee1d4f (do not edit this line) */