javacc-7.0.1.test.tmp.Transformer.ToyParserTreeConstants 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. 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) */