001 /* Generated By:JavaCC: Do not edit this line. JavaParserDebugConstants.java */ 002 package javancss.parser.debug; 003 004 005 /** 006 * Token literal values and constants. 007 * Generated by org.javacc.parser.OtherFilesGen#start() 008 */ 009 public interface JavaParserDebugConstants { 010 011 /** End of File. */ 012 int EOF = 0; 013 /** RegularExpression Id. */ 014 int SINGLE_LINE_COMMENT = 8; 015 /** RegularExpression Id. */ 016 int SINGLE_LINE_COMMENT2 = 9; 017 /** RegularExpression Id. */ 018 int END_OF_LINE_MULTI = 10; 019 /** RegularExpression Id. */ 020 int MULTI_LINE_COMMENT = 11; 021 /** RegularExpression Id. */ 022 int ABSTRACT = 13; 023 /** RegularExpression Id. */ 024 int ASSERT = 14; 025 /** RegularExpression Id. */ 026 int BOOLEAN = 15; 027 /** RegularExpression Id. */ 028 int BREAK = 16; 029 /** RegularExpression Id. */ 030 int BYTE = 17; 031 /** RegularExpression Id. */ 032 int CASE = 18; 033 /** RegularExpression Id. */ 034 int CATCH = 19; 035 /** RegularExpression Id. */ 036 int CHAR = 20; 037 /** RegularExpression Id. */ 038 int CLASS = 21; 039 /** RegularExpression Id. */ 040 int CONST = 22; 041 /** RegularExpression Id. */ 042 int CONTINUE = 23; 043 /** RegularExpression Id. */ 044 int _DEFAULT = 24; 045 /** RegularExpression Id. */ 046 int DO = 25; 047 /** RegularExpression Id. */ 048 int DOUBLE = 26; 049 /** RegularExpression Id. */ 050 int ELSE = 27; 051 /** RegularExpression Id. */ 052 int ENUM = 28; 053 /** RegularExpression Id. */ 054 int EXTENDS = 29; 055 /** RegularExpression Id. */ 056 int FALSE = 30; 057 /** RegularExpression Id. */ 058 int FINAL = 31; 059 /** RegularExpression Id. */ 060 int FINALLY = 32; 061 /** RegularExpression Id. */ 062 int FLOAT = 33; 063 /** RegularExpression Id. */ 064 int FOR = 34; 065 /** RegularExpression Id. */ 066 int GOTO = 35; 067 /** RegularExpression Id. */ 068 int IF = 36; 069 /** RegularExpression Id. */ 070 int IMPLEMENTS = 37; 071 /** RegularExpression Id. */ 072 int IMPORT = 38; 073 /** RegularExpression Id. */ 074 int INSTANCEOF = 39; 075 /** RegularExpression Id. */ 076 int INT = 40; 077 /** RegularExpression Id. */ 078 int INTERFACE = 41; 079 /** RegularExpression Id. */ 080 int LONG = 42; 081 /** RegularExpression Id. */ 082 int NATIVE = 43; 083 /** RegularExpression Id. */ 084 int NEW = 44; 085 /** RegularExpression Id. */ 086 int NULL = 45; 087 /** RegularExpression Id. */ 088 int PACKAGE = 46; 089 /** RegularExpression Id. */ 090 int PRIVATE = 47; 091 /** RegularExpression Id. */ 092 int PROTECTED = 48; 093 /** RegularExpression Id. */ 094 int PUBLIC = 49; 095 /** RegularExpression Id. */ 096 int RETURN = 50; 097 /** RegularExpression Id. */ 098 int SHORT = 51; 099 /** RegularExpression Id. */ 100 int STATIC = 52; 101 /** RegularExpression Id. */ 102 int TESTAAAA = 53; 103 /** RegularExpression Id. */ 104 int SUPER = 54; 105 /** RegularExpression Id. */ 106 int SWITCH = 55; 107 /** RegularExpression Id. */ 108 int SYNCHRONIZED = 56; 109 /** RegularExpression Id. */ 110 int THIS = 57; 111 /** RegularExpression Id. */ 112 int THROW = 58; 113 /** RegularExpression Id. */ 114 int THROWS = 59; 115 /** RegularExpression Id. */ 116 int TRANSIENT = 60; 117 /** RegularExpression Id. */ 118 int TRUE = 61; 119 /** RegularExpression Id. */ 120 int TRY = 62; 121 /** RegularExpression Id. */ 122 int VOID = 63; 123 /** RegularExpression Id. */ 124 int VOLATILE = 64; 125 /** RegularExpression Id. */ 126 int WHILE = 65; 127 /** RegularExpression Id. */ 128 int INTEGER_LITERAL = 66; 129 /** RegularExpression Id. */ 130 int DECIMAL_LITERAL = 67; 131 /** RegularExpression Id. */ 132 int HEX_LITERAL = 68; 133 /** RegularExpression Id. */ 134 int OCTAL_LITERAL = 69; 135 /** RegularExpression Id. */ 136 int FLOATING_POINT_LITERAL = 70; 137 /** RegularExpression Id. */ 138 int EXPONENT = 71; 139 /** RegularExpression Id. */ 140 int CHARACTER_LITERAL = 72; 141 /** RegularExpression Id. */ 142 int STRING_LITERAL = 73; 143 /** RegularExpression Id. */ 144 int IDENTIFIER = 74; 145 /** RegularExpression Id. */ 146 int LETTER = 75; 147 /** RegularExpression Id. */ 148 int DIGIT = 76; 149 /** RegularExpression Id. */ 150 int LPAREN = 77; 151 /** RegularExpression Id. */ 152 int RPAREN = 78; 153 /** RegularExpression Id. */ 154 int LBRACE = 79; 155 /** RegularExpression Id. */ 156 int RBRACE = 80; 157 /** RegularExpression Id. */ 158 int LBRACKET = 81; 159 /** RegularExpression Id. */ 160 int RBRACKET = 82; 161 /** RegularExpression Id. */ 162 int SEMICOLON = 83; 163 /** RegularExpression Id. */ 164 int COMMA = 84; 165 /** RegularExpression Id. */ 166 int DOT = 85; 167 /** RegularExpression Id. */ 168 int AT = 86; 169 /** RegularExpression Id. */ 170 int ASSIGN = 87; 171 /** RegularExpression Id. */ 172 int GT = 88; 173 /** RegularExpression Id. */ 174 int LT = 89; 175 /** RegularExpression Id. */ 176 int BANG = 90; 177 /** RegularExpression Id. */ 178 int TILDE = 91; 179 /** RegularExpression Id. */ 180 int HOOK = 92; 181 /** RegularExpression Id. */ 182 int COLON = 93; 183 /** RegularExpression Id. */ 184 int EQ = 94; 185 /** RegularExpression Id. */ 186 int LE = 95; 187 /** RegularExpression Id. */ 188 int GE = 96; 189 /** RegularExpression Id. */ 190 int NE = 97; 191 /** RegularExpression Id. */ 192 int SC_OR = 98; 193 /** RegularExpression Id. */ 194 int SC_AND = 99; 195 /** RegularExpression Id. */ 196 int INCR = 100; 197 /** RegularExpression Id. */ 198 int DECR = 101; 199 /** RegularExpression Id. */ 200 int PLUS = 102; 201 /** RegularExpression Id. */ 202 int MINUS = 103; 203 /** RegularExpression Id. */ 204 int STAR = 104; 205 /** RegularExpression Id. */ 206 int SLASH = 105; 207 /** RegularExpression Id. */ 208 int BIT_AND = 106; 209 /** RegularExpression Id. */ 210 int BIT_OR = 107; 211 /** RegularExpression Id. */ 212 int XOR = 108; 213 /** RegularExpression Id. */ 214 int REM = 109; 215 /** RegularExpression Id. */ 216 int LSHIFT = 110; 217 /** RegularExpression Id. */ 218 int PLUSASSIGN = 111; 219 /** RegularExpression Id. */ 220 int MINUSASSIGN = 112; 221 /** RegularExpression Id. */ 222 int STARASSIGN = 113; 223 /** RegularExpression Id. */ 224 int SLASHASSIGN = 114; 225 /** RegularExpression Id. */ 226 int ANDASSIGN = 115; 227 /** RegularExpression Id. */ 228 int ORASSIGN = 116; 229 /** RegularExpression Id. */ 230 int XORASSIGN = 117; 231 /** RegularExpression Id. */ 232 int REMASSIGN = 118; 233 /** RegularExpression Id. */ 234 int LSHIFTASSIGN = 119; 235 /** RegularExpression Id. */ 236 int RSIGNEDSHIFTASSIGN = 120; 237 /** RegularExpression Id. */ 238 int RUNSIGNEDSHIFTASSIGN = 121; 239 /** RegularExpression Id. */ 240 int ELLIPSIS = 122; 241 242 /** Lexical state. */ 243 int DEFAULT = 0; 244 /** Lexical state. */ 245 int IN_SINGLE_LINE_COMMENT = 1; 246 /** Lexical state. */ 247 int IN_MULTI_LINE_COMMENT = 2; 248 249 /** Literal token values. */ 250 String[] tokenImage = { 251 "<EOF>", 252 "\" \"", 253 "\"\\t\"", 254 "\"\\n\"", 255 "\"\\r\"", 256 "\"\\f\"", 257 "\"\\u001a\"", 258 "\"/*\"", 259 "\"//\"", 260 "<SINGLE_LINE_COMMENT2>", 261 "<END_OF_LINE_MULTI>", 262 "\"*/\"", 263 "<token of kind 12>", 264 "\"abstract\"", 265 "\"assert\"", 266 "\"boolean\"", 267 "\"break\"", 268 "\"byte\"", 269 "\"case\"", 270 "\"catch\"", 271 "\"char\"", 272 "\"class\"", 273 "\"const\"", 274 "\"continue\"", 275 "\"default\"", 276 "\"do\"", 277 "\"double\"", 278 "\"else\"", 279 "\"enum\"", 280 "\"extends\"", 281 "\"false\"", 282 "\"final\"", 283 "\"finally\"", 284 "\"float\"", 285 "\"for\"", 286 "\"goto\"", 287 "\"if\"", 288 "\"implements\"", 289 "\"import\"", 290 "\"instanceof\"", 291 "\"int\"", 292 "\"interface\"", 293 "\"long\"", 294 "\"native\"", 295 "\"new\"", 296 "\"null\"", 297 "\"package\"", 298 "\"private\"", 299 "\"protected\"", 300 "\"public\"", 301 "\"return\"", 302 "\"short\"", 303 "\"static\"", 304 "\"strictfp\"", 305 "\"super\"", 306 "\"switch\"", 307 "\"synchronized\"", 308 "\"this\"", 309 "\"throw\"", 310 "\"throws\"", 311 "\"transient\"", 312 "\"true\"", 313 "\"try\"", 314 "\"void\"", 315 "\"volatile\"", 316 "\"while\"", 317 "<INTEGER_LITERAL>", 318 "<DECIMAL_LITERAL>", 319 "<HEX_LITERAL>", 320 "<OCTAL_LITERAL>", 321 "<FLOATING_POINT_LITERAL>", 322 "<EXPONENT>", 323 "<CHARACTER_LITERAL>", 324 "<STRING_LITERAL>", 325 "<IDENTIFIER>", 326 "<LETTER>", 327 "<DIGIT>", 328 "\"(\"", 329 "\")\"", 330 "\"{\"", 331 "\"}\"", 332 "\"[\"", 333 "\"]\"", 334 "\";\"", 335 "\",\"", 336 "\".\"", 337 "\"@\"", 338 "\"=\"", 339 "\">\"", 340 "\"<\"", 341 "\"!\"", 342 "\"~\"", 343 "\"?\"", 344 "\":\"", 345 "\"==\"", 346 "\"<=\"", 347 "\">=\"", 348 "\"!=\"", 349 "\"||\"", 350 "\"&&\"", 351 "\"++\"", 352 "\"--\"", 353 "\"+\"", 354 "\"-\"", 355 "\"*\"", 356 "\"/\"", 357 "\"&\"", 358 "\"|\"", 359 "\"^\"", 360 "\"%\"", 361 "\"<<\"", 362 "\"+=\"", 363 "\"-=\"", 364 "\"*=\"", 365 "\"/=\"", 366 "\"&=\"", 367 "\"|=\"", 368 "\"^=\"", 369 "\"%=\"", 370 "\"<<=\"", 371 "\">>=\"", 372 "\">>>=\"", 373 "\"...\"", 374 }; 375 376 }