/* Generated By:JavaCC: Do not edit this line. PHPParserConstants.java */ package test; public interface PHPParserConstants { int EOF = 0; int PHPSTARTSHORT = 1; int PHPSTARTLONG = 2; int PHPECHOSTART = 3; int PHPEND = 4; int SINGLE_LINE_COMMENT = 20; int CLASS = 27; int FUNCTION = 28; int VAR = 29; int IF = 30; int ELSEIF = 31; int ELSE = 32; int ARRAY = 33; int BREAK = 34; int LIST = 35; int PRINT = 36; int ECHO = 37; int INCLUDE = 38; int REQUIRE = 39; int INCLUDE_ONCE = 40; int REQUIRE_ONCE = 41; int GLOBAL = 42; int DEFINE = 43; int STATIC = 44; int CLASSACCESS = 45; int STATICCLASSACCESS = 46; int ARRAYASSIGN = 47; int CASE = 48; int CONST = 49; int CONTINUE = 50; int _DEFAULT = 51; int DO = 52; int EXTENDS = 53; int FOR = 54; int GOTO = 55; int NEW = 56; int NULL = 57; int RETURN = 58; int SUPER = 59; int SWITCH = 60; int THIS = 61; int TRUE = 62; int FALSE = 63; int WHILE = 64; int ENDWHILE = 65; int ENDSWITCH = 66; int ENDIF = 67; int ENDFOR = 68; int FOREACH = 69; int AS = 70; int STRING = 71; int OBJECT = 72; int BOOL = 73; int BOOLEAN = 74; int REAL = 75; int DOUBLE = 76; int FLOAT = 77; int INT = 78; int INTEGER = 79; int AT = 80; int BANG = 81; int TILDE = 82; int HOOK = 83; int COLON = 84; int OR_OR = 85; int AND_AND = 86; int PLUS_PLUS = 87; int MINUS_MINUS = 88; int PLUS = 89; int MINUS = 90; int STAR = 91; int SLASH = 92; int BIT_AND = 93; int BIT_OR = 94; int XOR = 95; int REMAINDER = 96; int LSHIFT = 97; int RSIGNEDSHIFT = 98; int RUNSIGNEDSHIFT = 99; int _ORL = 100; int _ANDL = 101; int INTEGER_LITERAL = 102; int DECIMAL_LITERAL = 103; int HEX_LITERAL = 104; int OCTAL_LITERAL = 105; int FLOATING_POINT_LITERAL = 106; int EXPONENT = 107; int STRING_LITERAL = 108; int STRING_1 = 109; int STRING_2 = 110; int STRING_3 = 111; int DOLLAR = 112; int IDENTIFIER = 113; int LETTER = 114; int DIGIT = 115; int SPECIAL = 116; int LPAREN = 117; int RPAREN = 118; int LBRACE = 119; int RBRACE = 120; int LBRACKET = 121; int RBRACKET = 122; int SEMICOLON = 123; int COMMA = 124; int DOT = 125; int GT = 126; int LT = 127; int EQUAL_EQUAL = 128; int LE = 129; int GE = 130; int NOT_EQUAL = 131; int DIF = 132; int BANGDOUBLEEQUAL = 133; int TRIPLEEQUAL = 134; int ASSIGN = 135; int PLUSASSIGN = 136; int MINUSASSIGN = 137; int STARASSIGN = 138; int SLASHASSIGN = 139; int ANDASSIGN = 140; int ORASSIGN = 141; int XORASSIGN = 142; int DOTASSIGN = 143; int REMASSIGN = 144; int TILDEEQUAL = 145; int LSHIFTASSIGN = 146; int RSIGNEDSHIFTASSIGN = 147; int DEFAULT = 0; int PHPPARSING = 1; int IN_SINGLE_LINE_COMMENT = 2; int IN_VARIABLE = 3; int IN_FORMAL_COMMENT = 4; int IN_MULTI_LINE_COMMENT = 5; String[] tokenImage = { "", "\"\"", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\f\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\f\"", "\"//\"", "\"#\"", "", "\"/*\"", "", "", "\"todo\"", "\"TODO\"", "\"*/\"", "\"*/\"", "", "\"class\"", "\"function\"", "\"var\"", "\"if\"", "\"elseif\"", "\"else\"", "\"array\"", "\"break\"", "\"list\"", "\"print\"", "\"echo\"", "\"include\"", "\"require\"", "\"include_once\"", "\"require_once\"", "\"global\"", "\"define\"", "\"static\"", "\"->\"", "\"::\"", "\"=>\"", "\"case\"", "\"const\"", "\"continue\"", "\"default\"", "\"do\"", "\"extends\"", "\"for\"", "\"goto\"", "\"new\"", "\"null\"", "\"return\"", "\"super\"", "\"switch\"", "\"this\"", "\"true\"", "\"false\"", "\"while\"", "\"endwhile\"", "\"endswitch\"", "\"endif\"", "\"endfor\"", "\"foreach\"", "\"as\"", "\"string\"", "\"object\"", "\"bool\"", "\"boolean\"", "\"real\"", "\"double\"", "\"float\"", "\"int\"", "\"integer\"", "\"@\"", "\"!\"", "\"~\"", "\"?\"", "\":\"", "\"||\"", "\"&&\"", "\"++\"", "\"--\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"&\"", "\"|\"", "\"^\"", "\"%\"", "\"<<\"", "\">>\"", "\">>>\"", "\"OR\"", "\"AND\"", "", "", "", "", "", "", "", "", "", "", "\"$\"", "", "", "", "", "\"(\"", "\")\"", "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"", "\".\"", "\">\"", "\"<\"", "\"==\"", "\"<=\"", "\">=\"", "\"!=\"", "\"<>\"", "\"!==\"", "\"===\"", "\"=\"", "\"+=\"", "\"-=\"", "\"*=\"", "\"/=\"", "\"&=\"", "\"|=\"", "\"^=\"", "\".=\"", "\"%=\"", "\"~=\"", "\"<<=\"", "\">>=\"", }; }