| 1 | /* Generated by: ParserGeneratorCC: Do not edit this line. GeneratedJavaParserConstants.java */ |
|---|---|
| 2 | /* |
| 3 | * Copyright (C) 2007-2010 JĂșlio Vilmar Gesser. |
| 4 | * Copyright (C) 2011, 2013-2020 The JavaParser Team. |
| 5 | * |
| 6 | * This file is part of JavaParser. |
| 7 | * |
| 8 | * JavaParser can be used either under the terms of |
| 9 | * a) the GNU Lesser General Public License as published by |
| 10 | * the Free Software Foundation, either version 3 of the License, or |
| 11 | * (at your option) any later version. |
| 12 | * b) the terms of the Apache License |
| 13 | * |
| 14 | * You should have received a copy of both licenses in LICENCE.LGPL and |
| 15 | * LICENCE.APACHE. Please refer to those files for details. |
| 16 | * |
| 17 | * JavaParser is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | * GNU Lesser General Public License for more details. |
| 21 | */ |
| 22 | package com.github.javaparser; |
| 23 | |
| 24 | |
| 25 | /** |
| 26 | * Token literal values and constants. |
| 27 | * Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start() |
| 28 | */ |
| 29 | public interface GeneratedJavaParserConstants { |
| 30 | |
| 31 | /** End of File. */ |
| 32 | int EOF = 0; |
| 33 | /** RegularExpression Id. */ |
| 34 | int SPACE = 1; |
| 35 | /** RegularExpression Id. */ |
| 36 | int WINDOWS_EOL = 2; |
| 37 | /** RegularExpression Id. */ |
| 38 | int UNIX_EOL = 3; |
| 39 | /** RegularExpression Id. */ |
| 40 | int OLD_MAC_EOL = 4; |
| 41 | /** RegularExpression Id. */ |
| 42 | int SINGLE_LINE_COMMENT = 5; |
| 43 | /** RegularExpression Id. */ |
| 44 | int ENTER_JAVADOC_COMMENT = 6; |
| 45 | /** RegularExpression Id. */ |
| 46 | int ENTER_MULTILINE_COMMENT = 7; |
| 47 | /** RegularExpression Id. */ |
| 48 | int JAVADOC_COMMENT = 8; |
| 49 | /** RegularExpression Id. */ |
| 50 | int MULTI_LINE_COMMENT = 9; |
| 51 | /** RegularExpression Id. */ |
| 52 | int COMMENT_CONTENT = 10; |
| 53 | /** RegularExpression Id. */ |
| 54 | int ABSTRACT = 11; |
| 55 | /** RegularExpression Id. */ |
| 56 | int ASSERT = 12; |
| 57 | /** RegularExpression Id. */ |
| 58 | int BOOLEAN = 13; |
| 59 | /** RegularExpression Id. */ |
| 60 | int BREAK = 14; |
| 61 | /** RegularExpression Id. */ |
| 62 | int BYTE = 15; |
| 63 | /** RegularExpression Id. */ |
| 64 | int CASE = 16; |
| 65 | /** RegularExpression Id. */ |
| 66 | int CATCH = 17; |
| 67 | /** RegularExpression Id. */ |
| 68 | int CHAR = 18; |
| 69 | /** RegularExpression Id. */ |
| 70 | int CLASS = 19; |
| 71 | /** RegularExpression Id. */ |
| 72 | int CONST = 20; |
| 73 | /** RegularExpression Id. */ |
| 74 | int CONTINUE = 21; |
| 75 | /** RegularExpression Id. */ |
| 76 | int _DEFAULT = 22; |
| 77 | /** RegularExpression Id. */ |
| 78 | int DO = 23; |
| 79 | /** RegularExpression Id. */ |
| 80 | int DOUBLE = 24; |
| 81 | /** RegularExpression Id. */ |
| 82 | int ELSE = 25; |
| 83 | /** RegularExpression Id. */ |
| 84 | int ENUM = 26; |
| 85 | /** RegularExpression Id. */ |
| 86 | int EXTENDS = 27; |
| 87 | /** RegularExpression Id. */ |
| 88 | int FALSE = 28; |
| 89 | /** RegularExpression Id. */ |
| 90 | int FINAL = 29; |
| 91 | /** RegularExpression Id. */ |
| 92 | int FINALLY = 30; |
| 93 | /** RegularExpression Id. */ |
| 94 | int FLOAT = 31; |
| 95 | /** RegularExpression Id. */ |
| 96 | int FOR = 32; |
| 97 | /** RegularExpression Id. */ |
| 98 | int GOTO = 33; |
| 99 | /** RegularExpression Id. */ |
| 100 | int IF = 34; |
| 101 | /** RegularExpression Id. */ |
| 102 | int IMPLEMENTS = 35; |
| 103 | /** RegularExpression Id. */ |
| 104 | int IMPORT = 36; |
| 105 | /** RegularExpression Id. */ |
| 106 | int INSTANCEOF = 37; |
| 107 | /** RegularExpression Id. */ |
| 108 | int INT = 38; |
| 109 | /** RegularExpression Id. */ |
| 110 | int INTERFACE = 39; |
| 111 | /** RegularExpression Id. */ |
| 112 | int LONG = 40; |
| 113 | /** RegularExpression Id. */ |
| 114 | int NATIVE = 41; |
| 115 | /** RegularExpression Id. */ |
| 116 | int NEW = 42; |
| 117 | /** RegularExpression Id. */ |
| 118 | int NULL = 43; |
| 119 | /** RegularExpression Id. */ |
| 120 | int PACKAGE = 44; |
| 121 | /** RegularExpression Id. */ |
| 122 | int PRIVATE = 45; |
| 123 | /** RegularExpression Id. */ |
| 124 | int PROTECTED = 46; |
| 125 | /** RegularExpression Id. */ |
| 126 | int PUBLIC = 47; |
| 127 | /** RegularExpression Id. */ |
| 128 | int RETURN = 48; |
| 129 | /** RegularExpression Id. */ |
| 130 | int SHORT = 49; |
| 131 | /** RegularExpression Id. */ |
| 132 | int STATIC = 50; |
| 133 | /** RegularExpression Id. */ |
| 134 | int STRICTFP = 51; |
| 135 | /** RegularExpression Id. */ |
| 136 | int SUPER = 52; |
| 137 | /** RegularExpression Id. */ |
| 138 | int SWITCH = 53; |
| 139 | /** RegularExpression Id. */ |
| 140 | int SYNCHRONIZED = 54; |
| 141 | /** RegularExpression Id. */ |
| 142 | int THIS = 55; |
| 143 | /** RegularExpression Id. */ |
| 144 | int THROW = 56; |
| 145 | /** RegularExpression Id. */ |
| 146 | int THROWS = 57; |
| 147 | /** RegularExpression Id. */ |
| 148 | int TRANSIENT = 58; |
| 149 | /** RegularExpression Id. */ |
| 150 | int TRUE = 59; |
| 151 | /** RegularExpression Id. */ |
| 152 | int TRY = 60; |
| 153 | /** RegularExpression Id. */ |
| 154 | int VOID = 61; |
| 155 | /** RegularExpression Id. */ |
| 156 | int VOLATILE = 62; |
| 157 | /** RegularExpression Id. */ |
| 158 | int WHILE = 63; |
| 159 | /** RegularExpression Id. */ |
| 160 | int YIELD = 64; |
| 161 | /** RegularExpression Id. */ |
| 162 | int REQUIRES = 65; |
| 163 | /** RegularExpression Id. */ |
| 164 | int TO = 66; |
| 165 | /** RegularExpression Id. */ |
| 166 | int WITH = 67; |
| 167 | /** RegularExpression Id. */ |
| 168 | int OPEN = 68; |
| 169 | /** RegularExpression Id. */ |
| 170 | int OPENS = 69; |
| 171 | /** RegularExpression Id. */ |
| 172 | int USES = 70; |
| 173 | /** RegularExpression Id. */ |
| 174 | int MODULE = 71; |
| 175 | /** RegularExpression Id. */ |
| 176 | int EXPORTS = 72; |
| 177 | /** RegularExpression Id. */ |
| 178 | int PROVIDES = 73; |
| 179 | /** RegularExpression Id. */ |
| 180 | int TRANSITIVE = 74; |
| 181 | /** RegularExpression Id. */ |
| 182 | int LONG_LITERAL = 75; |
| 183 | /** RegularExpression Id. */ |
| 184 | int INTEGER_LITERAL = 76; |
| 185 | /** RegularExpression Id. */ |
| 186 | int DECIMAL_LITERAL = 77; |
| 187 | /** RegularExpression Id. */ |
| 188 | int HEX_LITERAL = 78; |
| 189 | /** RegularExpression Id. */ |
| 190 | int OCTAL_LITERAL = 79; |
| 191 | /** RegularExpression Id. */ |
| 192 | int BINARY_LITERAL = 80; |
| 193 | /** RegularExpression Id. */ |
| 194 | int FLOATING_POINT_LITERAL = 81; |
| 195 | /** RegularExpression Id. */ |
| 196 | int DECIMAL_FLOATING_POINT_LITERAL = 82; |
| 197 | /** RegularExpression Id. */ |
| 198 | int DECIMAL_EXPONENT = 83; |
| 199 | /** RegularExpression Id. */ |
| 200 | int HEXADECIMAL_FLOATING_POINT_LITERAL = 84; |
| 201 | /** RegularExpression Id. */ |
| 202 | int HEXADECIMAL_EXPONENT = 85; |
| 203 | /** RegularExpression Id. */ |
| 204 | int HEX_DIGITS = 86; |
| 205 | /** RegularExpression Id. */ |
| 206 | int UNICODE_ESCAPE = 87; |
| 207 | /** RegularExpression Id. */ |
| 208 | int CHARACTER_LITERAL = 88; |
| 209 | /** RegularExpression Id. */ |
| 210 | int STRING_LITERAL = 89; |
| 211 | /** RegularExpression Id. */ |
| 212 | int ENTER_TEXT_BLOCK = 90; |
| 213 | /** RegularExpression Id. */ |
| 214 | int TEXT_BLOCK_LITERAL = 91; |
| 215 | /** RegularExpression Id. */ |
| 216 | int TEXT_BLOCK_CONTENT = 92; |
| 217 | /** RegularExpression Id. */ |
| 218 | int IDENTIFIER = 93; |
| 219 | /** RegularExpression Id. */ |
| 220 | int LETTER = 94; |
| 221 | /** RegularExpression Id. */ |
| 222 | int PART_LETTER = 95; |
| 223 | /** RegularExpression Id. */ |
| 224 | int LPAREN = 96; |
| 225 | /** RegularExpression Id. */ |
| 226 | int RPAREN = 97; |
| 227 | /** RegularExpression Id. */ |
| 228 | int LBRACE = 98; |
| 229 | /** RegularExpression Id. */ |
| 230 | int RBRACE = 99; |
| 231 | /** RegularExpression Id. */ |
| 232 | int LBRACKET = 100; |
| 233 | /** RegularExpression Id. */ |
| 234 | int RBRACKET = 101; |
| 235 | /** RegularExpression Id. */ |
| 236 | int SEMICOLON = 102; |
| 237 | /** RegularExpression Id. */ |
| 238 | int COMMA = 103; |
| 239 | /** RegularExpression Id. */ |
| 240 | int DOT = 104; |
| 241 | /** RegularExpression Id. */ |
| 242 | int AT = 105; |
| 243 | /** RegularExpression Id. */ |
| 244 | int ASSIGN = 106; |
| 245 | /** RegularExpression Id. */ |
| 246 | int LT = 107; |
| 247 | /** RegularExpression Id. */ |
| 248 | int BANG = 108; |
| 249 | /** RegularExpression Id. */ |
| 250 | int TILDE = 109; |
| 251 | /** RegularExpression Id. */ |
| 252 | int HOOK = 110; |
| 253 | /** RegularExpression Id. */ |
| 254 | int COLON = 111; |
| 255 | /** RegularExpression Id. */ |
| 256 | int ARROW = 112; |
| 257 | /** RegularExpression Id. */ |
| 258 | int EQ = 113; |
| 259 | /** RegularExpression Id. */ |
| 260 | int GE = 114; |
| 261 | /** RegularExpression Id. */ |
| 262 | int LE = 115; |
| 263 | /** RegularExpression Id. */ |
| 264 | int NE = 116; |
| 265 | /** RegularExpression Id. */ |
| 266 | int SC_AND = 117; |
| 267 | /** RegularExpression Id. */ |
| 268 | int SC_OR = 118; |
| 269 | /** RegularExpression Id. */ |
| 270 | int INCR = 119; |
| 271 | /** RegularExpression Id. */ |
| 272 | int DECR = 120; |
| 273 | /** RegularExpression Id. */ |
| 274 | int PLUS = 121; |
| 275 | /** RegularExpression Id. */ |
| 276 | int MINUS = 122; |
| 277 | /** RegularExpression Id. */ |
| 278 | int STAR = 123; |
| 279 | /** RegularExpression Id. */ |
| 280 | int SLASH = 124; |
| 281 | /** RegularExpression Id. */ |
| 282 | int BIT_AND = 125; |
| 283 | /** RegularExpression Id. */ |
| 284 | int BIT_OR = 126; |
| 285 | /** RegularExpression Id. */ |
| 286 | int XOR = 127; |
| 287 | /** RegularExpression Id. */ |
| 288 | int REM = 128; |
| 289 | /** RegularExpression Id. */ |
| 290 | int LSHIFT = 129; |
| 291 | /** RegularExpression Id. */ |
| 292 | int PLUSASSIGN = 130; |
| 293 | /** RegularExpression Id. */ |
| 294 | int MINUSASSIGN = 131; |
| 295 | /** RegularExpression Id. */ |
| 296 | int STARASSIGN = 132; |
| 297 | /** RegularExpression Id. */ |
| 298 | int SLASHASSIGN = 133; |
| 299 | /** RegularExpression Id. */ |
| 300 | int ANDASSIGN = 134; |
| 301 | /** RegularExpression Id. */ |
| 302 | int ORASSIGN = 135; |
| 303 | /** RegularExpression Id. */ |
| 304 | int XORASSIGN = 136; |
| 305 | /** RegularExpression Id. */ |
| 306 | int REMASSIGN = 137; |
| 307 | /** RegularExpression Id. */ |
| 308 | int LSHIFTASSIGN = 138; |
| 309 | /** RegularExpression Id. */ |
| 310 | int RSIGNEDSHIFTASSIGN = 139; |
| 311 | /** RegularExpression Id. */ |
| 312 | int RUNSIGNEDSHIFTASSIGN = 140; |
| 313 | /** RegularExpression Id. */ |
| 314 | int ELLIPSIS = 141; |
| 315 | /** RegularExpression Id. */ |
| 316 | int DOUBLECOLON = 142; |
| 317 | /** RegularExpression Id. */ |
| 318 | int RUNSIGNEDSHIFT = 143; |
| 319 | /** RegularExpression Id. */ |
| 320 | int RSIGNEDSHIFT = 144; |
| 321 | /** RegularExpression Id. */ |
| 322 | int GT = 145; |
| 323 | /** RegularExpression Id. */ |
| 324 | int CTRL_Z = 146; |
| 325 | |
| 326 | /** Lexical state. */ |
| 327 | int DEFAULT = 0; |
| 328 | /** Lexical state. */ |
| 329 | int IN_JAVADOC_COMMENT = 1; |
| 330 | /** Lexical state. */ |
| 331 | int IN_MULTI_LINE_COMMENT = 2; |
| 332 | /** Lexical state. */ |
| 333 | int IN_TEXT_BLOCK = 3; |
| 334 | |
| 335 | /** Literal token values. */ |
| 336 | String[] tokenImage = { |
| 337 | "<EOF>", |
| 338 | "<SPACE>", |
| 339 | "\"\\r\\n\"", |
| 340 | "\"\\n\"", |
| 341 | "\"\\r\"", |
| 342 | "<SINGLE_LINE_COMMENT>", |
| 343 | "<ENTER_JAVADOC_COMMENT>", |
| 344 | "\"/*\"", |
| 345 | "\"*/\"", |
| 346 | "\"*/\"", |
| 347 | "<COMMENT_CONTENT>", |
| 348 | "\"abstract\"", |
| 349 | "\"assert\"", |
| 350 | "\"boolean\"", |
| 351 | "\"break\"", |
| 352 | "\"byte\"", |
| 353 | "\"case\"", |
| 354 | "\"catch\"", |
| 355 | "\"char\"", |
| 356 | "\"class\"", |
| 357 | "\"const\"", |
| 358 | "\"continue\"", |
| 359 | "\"default\"", |
| 360 | "\"do\"", |
| 361 | "\"double\"", |
| 362 | "\"else\"", |
| 363 | "\"enum\"", |
| 364 | "\"extends\"", |
| 365 | "\"false\"", |
| 366 | "\"final\"", |
| 367 | "\"finally\"", |
| 368 | "\"float\"", |
| 369 | "\"for\"", |
| 370 | "\"goto\"", |
| 371 | "\"if\"", |
| 372 | "\"implements\"", |
| 373 | "\"import\"", |
| 374 | "\"instanceof\"", |
| 375 | "\"int\"", |
| 376 | "\"interface\"", |
| 377 | "\"long\"", |
| 378 | "\"native\"", |
| 379 | "\"new\"", |
| 380 | "\"null\"", |
| 381 | "\"package\"", |
| 382 | "\"private\"", |
| 383 | "\"protected\"", |
| 384 | "\"public\"", |
| 385 | "\"return\"", |
| 386 | "\"short\"", |
| 387 | "\"static\"", |
| 388 | "\"strictfp\"", |
| 389 | "\"super\"", |
| 390 | "\"switch\"", |
| 391 | "\"synchronized\"", |
| 392 | "\"this\"", |
| 393 | "\"throw\"", |
| 394 | "\"throws\"", |
| 395 | "\"transient\"", |
| 396 | "\"true\"", |
| 397 | "\"try\"", |
| 398 | "\"void\"", |
| 399 | "\"volatile\"", |
| 400 | "\"while\"", |
| 401 | "\"yield\"", |
| 402 | "\"requires\"", |
| 403 | "\"to\"", |
| 404 | "\"with\"", |
| 405 | "\"open\"", |
| 406 | "\"opens\"", |
| 407 | "\"uses\"", |
| 408 | "\"module\"", |
| 409 | "\"exports\"", |
| 410 | "\"provides\"", |
| 411 | "\"transitive\"", |
| 412 | "<LONG_LITERAL>", |
| 413 | "<INTEGER_LITERAL>", |
| 414 | "<DECIMAL_LITERAL>", |
| 415 | "<HEX_LITERAL>", |
| 416 | "<OCTAL_LITERAL>", |
| 417 | "<BINARY_LITERAL>", |
| 418 | "<FLOATING_POINT_LITERAL>", |
| 419 | "<DECIMAL_FLOATING_POINT_LITERAL>", |
| 420 | "<DECIMAL_EXPONENT>", |
| 421 | "<HEXADECIMAL_FLOATING_POINT_LITERAL>", |
| 422 | "<HEXADECIMAL_EXPONENT>", |
| 423 | "<HEX_DIGITS>", |
| 424 | "<UNICODE_ESCAPE>", |
| 425 | "<CHARACTER_LITERAL>", |
| 426 | "<STRING_LITERAL>", |
| 427 | "\"\\\"\\\"\\\"\"", |
| 428 | "\"\\\"\\\"\\\"\"", |
| 429 | "<TEXT_BLOCK_CONTENT>", |
| 430 | "<IDENTIFIER>", |
| 431 | "<LETTER>", |
| 432 | "<PART_LETTER>", |
| 433 | "\"(\"", |
| 434 | "\")\"", |
| 435 | "\"{\"", |
| 436 | "\"}\"", |
| 437 | "\"[\"", |
| 438 | "\"]\"", |
| 439 | "\";\"", |
| 440 | "\",\"", |
| 441 | "\".\"", |
| 442 | "\"@\"", |
| 443 | "\"=\"", |
| 444 | "\"<\"", |
| 445 | "\"!\"", |
| 446 | "\"~\"", |
| 447 | "\"?\"", |
| 448 | "\":\"", |
| 449 | "\"->\"", |
| 450 | "\"==\"", |
| 451 | "\">=\"", |
| 452 | "\"<=\"", |
| 453 | "\"!=\"", |
| 454 | "\"&&\"", |
| 455 | "\"||\"", |
| 456 | "\"++\"", |
| 457 | "\"--\"", |
| 458 | "\"+\"", |
| 459 | "\"-\"", |
| 460 | "\"*\"", |
| 461 | "\"/\"", |
| 462 | "\"&\"", |
| 463 | "\"|\"", |
| 464 | "\"^\"", |
| 465 | "\"%\"", |
| 466 | "\"<<\"", |
| 467 | "\"+=\"", |
| 468 | "\"-=\"", |
| 469 | "\"*=\"", |
| 470 | "\"/=\"", |
| 471 | "\"&=\"", |
| 472 | "\"|=\"", |
| 473 | "\"^=\"", |
| 474 | "\"%=\"", |
| 475 | "\"<<=\"", |
| 476 | "\">>=\"", |
| 477 | "\">>>=\"", |
| 478 | "\"...\"", |
| 479 | "\"::\"", |
| 480 | "\">>>\"", |
| 481 | "\">>\"", |
| 482 | "\">\"", |
| 483 | "\"\\u001a\"", |
| 484 | }; |
| 485 | |
| 486 | } |
| 487 |
Members