javacc.parser.JavaParserConstants Maven / Gradle / Ivy
/* Generated By:JavaCC: Do not edit this line. JavaParserConstants.java */
package javacc.parser;
public interface JavaParserConstants {
int EOF = 0;
int SINGLE_LINE_COMMENT = 9;
int FORMAL_COMMENT = 10;
int MULTI_LINE_COMMENT = 11;
int ABSTRACT = 13;
int ASSERT = 14;
int BOOLEAN = 15;
int BREAK = 16;
int BYTE = 17;
int CASE = 18;
int CATCH = 19;
int CHAR = 20;
int CLASS = 21;
int CONST = 22;
int CONTINUE = 23;
int _DEFAULT = 24;
int DO = 25;
int DOUBLE = 26;
int ELSE = 27;
int ENUM = 28;
int EXTENDS = 29;
int FALSE = 30;
int FINAL = 31;
int FINALLY = 32;
int FLOAT = 33;
int FOR = 34;
int GOTO = 35;
int IF = 36;
int IMPLEMENTS = 37;
int IMPORT = 38;
int INSTANCEOF = 39;
int INT = 40;
int INTERFACE = 41;
int LONG = 42;
int NATIVE = 43;
int NEW = 44;
int NULL = 45;
int PACKAGE = 46;
int PRIVATE = 47;
int PROTECTED = 48;
int PUBLIC = 49;
int RETURN = 50;
int SHORT = 51;
int STATIC = 52;
int STRICTFP = 53;
int SUPER = 54;
int SWITCH = 55;
int SYNCHRONIZED = 56;
int THIS = 57;
int THROW = 58;
int THROWS = 59;
int TRANSIENT = 60;
int TRUE = 61;
int TRY = 62;
int VOID = 63;
int VOLATILE = 64;
int WHILE = 65;
int LONG_LITERAL = 66;
int INTEGER_LITERAL = 67;
int DECIMAL_LITERAL = 68;
int HEX_LITERAL = 69;
int OCTAL_LITERAL = 70;
int FLOATING_POINT_LITERAL = 71;
int EXPONENT = 72;
int CHARACTER_LITERAL = 73;
int STRING_LITERAL = 74;
int IDENTIFIER = 75;
int LETTER = 76;
int DIGIT = 77;
int LPAREN = 78;
int RPAREN = 79;
int LBRACE = 80;
int RBRACE = 81;
int LBRACKET = 82;
int RBRACKET = 83;
int SEMICOLON = 84;
int COMMA = 85;
int DOT = 86;
int AT = 87;
int ASSIGN = 88;
int LT = 89;
int BANG = 90;
int TILDE = 91;
int HOOK = 92;
int COLON = 93;
int EQ = 94;
int LE = 95;
int GE = 96;
int NE = 97;
int SC_OR = 98;
int SC_AND = 99;
int INCR = 100;
int DECR = 101;
int PLUS = 102;
int MINUS = 103;
int STAR = 104;
int SLASH = 105;
int BIT_AND = 106;
int BIT_OR = 107;
int XOR = 108;
int REM = 109;
int LSHIFT = 110;
int PLUSASSIGN = 111;
int MINUSASSIGN = 112;
int STARASSIGN = 113;
int SLASHASSIGN = 114;
int ANDASSIGN = 115;
int ORASSIGN = 116;
int XORASSIGN = 117;
int REMASSIGN = 118;
int LSHIFTASSIGN = 119;
int RSIGNEDSHIFTASSIGN = 120;
int RUNSIGNEDSHIFTASSIGN = 121;
int ELLIPSIS = 122;
int RUNSIGNEDSHIFT = 123;
int RSIGNEDSHIFT = 124;
int GT = 125;
int DEFAULT = 0;
int IN_SINGLE_LINE_COMMENT = 1;
int IN_FORMAL_COMMENT = 2;
int IN_MULTI_LINE_COMMENT = 3;
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"\"//\"",
"",
"\"/*\"",
"",
"\"*/\"",
"\"*/\"",
"",
"\"abstract\"",
"\"assert\"",
"\"boolean\"",
"\"break\"",
"\"byte\"",
"\"case\"",
"\"catch\"",
"\"char\"",
"\"class\"",
"\"const\"",
"\"continue\"",
"\"default\"",
"\"do\"",
"\"double\"",
"\"else\"",
"\"enum\"",
"\"extends\"",
"\"false\"",
"\"final\"",
"\"finally\"",
"\"float\"",
"\"for\"",
"\"goto\"",
"\"if\"",
"\"implements\"",
"\"import\"",
"\"instanceof\"",
"\"int\"",
"\"interface\"",
"\"long\"",
"\"native\"",
"\"new\"",
"\"null\"",
"\"package\"",
"\"private\"",
"\"protected\"",
"\"public\"",
"\"return\"",
"\"short\"",
"\"static\"",
"\"strictfp\"",
"\"super\"",
"\"switch\"",
"\"synchronized\"",
"\"this\"",
"\"throw\"",
"\"throws\"",
"\"transient\"",
"\"true\"",
"\"try\"",
"\"void\"",
"\"volatile\"",
"\"while\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\"(\"",
"\")\"",
"\"{\"",
"\"}\"",
"\"[\"",
"\"]\"",
"\";\"",
"\",\"",
"\".\"",
"\"@\"",
"\"=\"",
"\"<\"",
"\"!\"",
"\"~\"",
"\"?\"",
"\":\"",
"\"==\"",
"\"<=\"",
"\">=\"",
"\"!=\"",
"\"||\"",
"\"&&\"",
"\"++\"",
"\"--\"",
"\"+\"",
"\"-\"",
"\"*\"",
"\"/\"",
"\"&\"",
"\"|\"",
"\"^\"",
"\"%\"",
"\"<<\"",
"\"+=\"",
"\"-=\"",
"\"*=\"",
"\"/=\"",
"\"&=\"",
"\"|=\"",
"\"^=\"",
"\"%=\"",
"\"<<=\"",
"\">>=\"",
"\">>>=\"",
"\"...\"",
"\">>>\"",
"\">>\"",
"\">\"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy