001: /* Generated By:JavaCC: Do not edit this line. JavaParserConstants.java */
002: package org.zaval.tools.i18n.translator;
003:
004: public interface JavaParserConstants {
005:
006: int EOF = 0;
007: int SINGLE_LINE_COMMENT = 9;
008: int FORMAL_COMMENT = 10;
009: int MULTI_LINE_COMMENT = 11;
010: int ABSTRACT = 13;
011: int BOOLEAN = 14;
012: int BREAK = 15;
013: int BYTE = 16;
014: int CASE = 17;
015: int CATCH = 18;
016: int CHAR = 19;
017: int CLASS = 20;
018: int CONST = 21;
019: int CONTINUE = 22;
020: int _DEFAULT = 23;
021: int DO = 24;
022: int DOUBLE = 25;
023: int ELSE = 26;
024: int EXTENDS = 27;
025: int FALSE = 28;
026: int FINAL = 29;
027: int FINALLY = 30;
028: int FLOAT = 31;
029: int FOR = 32;
030: int GOTO = 33;
031: int IF = 34;
032: int IMPLEMENTS = 35;
033: int IMPORT = 36;
034: int INSTANCEOF = 37;
035: int INT = 38;
036: int INTERFACE = 39;
037: int LONG = 40;
038: int NATIVE = 41;
039: int NEW = 42;
040: int NULL = 43;
041: int PACKAGE = 44;
042: int PRIVATE = 45;
043: int PROTECTED = 46;
044: int PUBLIC = 47;
045: int RETURN = 48;
046: int SHORT = 49;
047: int STATIC = 50;
048: int SUPER = 51;
049: int SWITCH = 52;
050: int SYNCHRONIZED = 53;
051: int THIS = 54;
052: int THROW = 55;
053: int THROWS = 56;
054: int TRANSIENT = 57;
055: int TRUE = 58;
056: int TRY = 59;
057: int VOID = 60;
058: int VOLATILE = 61;
059: int WHILE = 62;
060: int STRICTFP = 63;
061: int INTEGER_LITERAL = 64;
062: int DECIMAL_LITERAL = 65;
063: int HEX_LITERAL = 66;
064: int OCTAL_LITERAL = 67;
065: int FLOATING_POINT_LITERAL = 68;
066: int EXPONENT = 69;
067: int CHARACTER_LITERAL = 70;
068: int STRING_LITERAL = 71;
069: int IDENTIFIER = 72;
070: int LETTER = 73;
071: int DIGIT = 74;
072: int LPAREN = 75;
073: int RPAREN = 76;
074: int LBRACE = 77;
075: int RBRACE = 78;
076: int LBRACKET = 79;
077: int RBRACKET = 80;
078: int SEMICOLON = 81;
079: int COMMA = 82;
080: int DOT = 83;
081: int ASSIGN = 84;
082: int GT = 85;
083: int LT = 86;
084: int BANG = 87;
085: int TILDE = 88;
086: int HOOK = 89;
087: int COLON = 90;
088: int EQ = 91;
089: int LE = 92;
090: int GE = 93;
091: int NE = 94;
092: int SC_OR = 95;
093: int SC_AND = 96;
094: int INCR = 97;
095: int DECR = 98;
096: int PLUS = 99;
097: int MINUS = 100;
098: int STAR = 101;
099: int SLASH = 102;
100: int BIT_AND = 103;
101: int BIT_OR = 104;
102: int XOR = 105;
103: int REM = 106;
104: int LSHIFT = 107;
105: int RSIGNEDSHIFT = 108;
106: int RUNSIGNEDSHIFT = 109;
107: int PLUSASSIGN = 110;
108: int MINUSASSIGN = 111;
109: int STARASSIGN = 112;
110: int SLASHASSIGN = 113;
111: int ANDASSIGN = 114;
112: int ORASSIGN = 115;
113: int XORASSIGN = 116;
114: int REMASSIGN = 117;
115: int LSHIFTASSIGN = 118;
116: int RSIGNEDSHIFTASSIGN = 119;
117: int RUNSIGNEDSHIFTASSIGN = 120;
118:
119: int DEFAULT = 0;
120: int IN_SINGLE_LINE_COMMENT = 1;
121: int IN_FORMAL_COMMENT = 2;
122: int IN_MULTI_LINE_COMMENT = 3;
123:
124: String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\n\"",
125: "\"\\r\"", "\"\\f\"", "\"//\"", "<token of kind 7>",
126: "\"/*\"", "<SINGLE_LINE_COMMENT>", "\"*/\"", "\"*/\"",
127: "<token of kind 12>", "\"abstract\"", "\"boolean\"",
128: "\"break\"", "\"byte\"", "\"case\"", "\"catch\"",
129: "\"char\"", "\"class\"", "\"const\"", "\"continue\"",
130: "\"default\"", "\"do\"", "\"double\"", "\"else\"",
131: "\"extends\"", "\"false\"", "\"final\"", "\"finally\"",
132: "\"float\"", "\"for\"", "\"goto\"", "\"if\"",
133: "\"implements\"", "\"import\"", "\"instanceof\"",
134: "\"int\"", "\"interface\"", "\"long\"", "\"native\"",
135: "\"new\"", "\"null\"", "\"package\"", "\"private\"",
136: "\"protected\"", "\"public\"", "\"return\"", "\"short\"",
137: "\"static\"", "\"super\"", "\"switch\"",
138: "\"synchronized\"", "\"this\"", "\"throw\"", "\"throws\"",
139: "\"transient\"", "\"true\"", "\"try\"", "\"void\"",
140: "\"volatile\"", "\"while\"", "\"strictfp\"",
141: "<INTEGER_LITERAL>", "<DECIMAL_LITERAL>", "<HEX_LITERAL>",
142: "<OCTAL_LITERAL>", "<FLOATING_POINT_LITERAL>",
143: "<EXPONENT>", "<CHARACTER_LITERAL>", "<STRING_LITERAL>",
144: "<IDENTIFIER>", "<LETTER>", "<DIGIT>", "\"(\"", "\")\"",
145: "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"",
146: "\".\"", "\"=\"", "\">\"", "\"<\"", "\"!\"", "\"~\"",
147: "\"?\"", "\":\"", "\"==\"", "\"<=\"", "\">=\"", "\"!=\"",
148: "\"||\"", "\"&&\"", "\"++\"", "\"--\"", "\"+\"", "\"-\"",
149: "\"*\"", "\"/\"", "\"&\"", "\"|\"", "\"^\"", "\"%\"",
150: "\"<<\"", "\">>\"", "\">>>\"", "\"+=\"", "\"-=\"",
151: "\"*=\"", "\"/=\"", "\"&=\"", "\"|=\"", "\"^=\"", "\"%=\"",
152: "\"<<=\"", "\">>=\"", "\">>>=\"", };
153:
154: }
|