javacc-6.1.2.test.javaFileGeneration.expected.static.ParserConstants 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. ParserConstants.java */
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface ParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int A = 1;
/** RegularExpression Id. */
int B = 2;
/** RegularExpression Id. */
int C = 3;
/** RegularExpression Id. */
int D = 4;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\"A\"",
"\"B\"",
"\"C\"",
"\"D\"",
};
}