javacc-7.0.1.test.tmp.Obfuscator.MapFileConstants 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. MapFileConstants.java */
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface MapFileConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int SINGLE_LINE_COMMENT = 8;
/** RegularExpression Id. */
int FORMAL_COMMENT = 9;
/** RegularExpression Id. */
int MULTI_LINE_COMMENT = 10;
/** RegularExpression Id. */
int ABSTRACT = 11;
/** RegularExpression Id. */
int BOOLEAN = 12;
/** RegularExpression Id. */
int BREAK = 13;
/** RegularExpression Id. */
int BYTE = 14;
/** RegularExpression Id. */
int CASE = 15;
/** RegularExpression Id. */
int CATCH = 16;
/** RegularExpression Id. */
int CHAR = 17;
/** RegularExpression Id. */
int CLASS = 18;
/** RegularExpression Id. */
int CONST = 19;
/** RegularExpression Id. */
int CONTINUE = 20;
/** RegularExpression Id. */
int _DEFAULT = 21;
/** RegularExpression Id. */
int DO = 22;
/** RegularExpression Id. */
int DOUBLE = 23;
/** RegularExpression Id. */
int ELSE = 24;
/** RegularExpression Id. */
int EXTENDS = 25;
/** RegularExpression Id. */
int FALSE = 26;
/** RegularExpression Id. */
int FINAL = 27;
/** RegularExpression Id. */
int FINALLY = 28;
/** RegularExpression Id. */
int FLOAT = 29;
/** RegularExpression Id. */
int FOR = 30;
/** RegularExpression Id. */
int GOTO = 31;
/** RegularExpression Id. */
int IF = 32;
/** RegularExpression Id. */
int IMPLEMENTS = 33;
/** RegularExpression Id. */
int IMPORT = 34;
/** RegularExpression Id. */
int INSTANCEOF = 35;
/** RegularExpression Id. */
int INT = 36;
/** RegularExpression Id. */
int INTERFACE = 37;
/** RegularExpression Id. */
int LONG = 38;
/** RegularExpression Id. */
int NATIVE = 39;
/** RegularExpression Id. */
int NEW = 40;
/** RegularExpression Id. */
int NULL = 41;
/** RegularExpression Id. */
int PACKAGE = 42;
/** RegularExpression Id. */
int PRIVATE = 43;
/** RegularExpression Id. */
int PROTECTED = 44;
/** RegularExpression Id. */
int PUBLIC = 45;
/** RegularExpression Id. */
int RETURN = 46;
/** RegularExpression Id. */
int SHORT = 47;
/** RegularExpression Id. */
int STATIC = 48;
/** RegularExpression Id. */
int SUPER = 49;
/** RegularExpression Id. */
int SWITCH = 50;
/** RegularExpression Id. */
int SYNCHRONIZED = 51;
/** RegularExpression Id. */
int THIS = 52;
/** RegularExpression Id. */
int THROW = 53;
/** RegularExpression Id. */
int THROWS = 54;
/** RegularExpression Id. */
int TRANSIENT = 55;
/** RegularExpression Id. */
int TRUE = 56;
/** RegularExpression Id. */
int TRY = 57;
/** RegularExpression Id. */
int VOID = 58;
/** RegularExpression Id. */
int VOLATILE = 59;
/** RegularExpression Id. */
int WHILE = 60;
/** RegularExpression Id. */
int IDENTIFIER = 61;
/** RegularExpression Id. */
int LETTER = 62;
/** RegularExpression Id. */
int DIGIT = 63;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\"->\"",
"\";\"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"",
"",
"",
"\"abstract\"",
"\"boolean\"",
"\"break\"",
"\"byte\"",
"\"case\"",
"\"catch\"",
"\"char\"",
"\"class\"",
"\"const\"",
"\"continue\"",
"\"default\"",
"\"do\"",
"\"double\"",
"\"else\"",
"\"extends\"",
"\"false\"",
"\"final\"",
"\"finally\"",
"\"float\"",
"\"for\"",
"\"goto\"",
"\"if\"",
"\"implements\"",
"\"import\"",
"\"instanceof\"",
"\"int\"",
"\"interface\"",
"\"long\"",
"\"native\"",
"\"new\"",
"\"null\"",
"\"package\"",
"\"private\"",
"\"protected\"",
"\"public\"",
"\"return\"",
"\"short\"",
"\"static\"",
"\"super\"",
"\"switch\"",
"\"synchronized\"",
"\"this\"",
"\"throw\"",
"\"throws\"",
"\"transient\"",
"\"true\"",
"\"try\"",
"\"void\"",
"\"volatile\"",
"\"while\"",
"",
"",
"",
};
}