/* 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 = 15; int SINGLE_LINE_COMMENT_PHPEND = 16; int FORMAL_COMMENT = 17; int MULTI_LINE_COMMENT = 18; int CLASS = 20; int FUNCTION = 21; int VAR = 22; int IF = 23; int ELSEIF = 24; int ELSE = 25; int ARRAY = 26; int BREAK = 27; int LIST = 28; int PRINT = 29; int ECHO = 30; int INCLUDE = 31; int REQUIRE = 32; int INCLUDE_ONCE = 33; int REQUIRE_ONCE = 34; int GLOBAL = 35; int STATIC = 36; int CLASSACCESS = 37; int STATICCLASSACCESS = 38; int ARRAYASSIGN = 39; int CASE = 40; int CONST = 41; int CONTINUE = 42; int _DEFAULT = 43; int DO = 44; int EXTENDS = 45; int FOR = 46; int GOTO = 47; int NEW = 48; int NULL = 49; int RETURN = 50; int SUPER = 51; int SWITCH = 52; int THIS = 53; int TRUE = 54; int FALSE = 55; int WHILE = 56; int ENDWHILE = 57; int ENDSWITCH = 58; int ENDIF = 59; int ENDFOR = 60; int FOREACH = 61; int AS = 62; int STRING = 63; int OBJECT = 64; int BOOL = 65; int BOOLEAN = 66; int REAL = 67; int DOUBLE = 68; int FLOAT = 69; int INT = 70; int INTEGER = 71; int _ORL = 72; int _ANDL = 73; int INTEGER_LITERAL = 74; int DECIMAL_LITERAL = 75; int HEX_LITERAL = 76; int OCTAL_LITERAL = 77; int FLOATING_POINT_LITERAL = 78; int EXPONENT = 79; int STRING_LITERAL = 80; int STRING_1 = 81; int STRING_2 = 82; int STRING_3 = 83; int IDENTIFIER = 84; int LETTER = 85; int DIGIT = 86; int SPECIAL = 87; int LPAREN = 88; int RPAREN = 89; int LBRACE = 90; int RBRACE = 91; int LBRACKET = 92; int RBRACKET = 93; int SEMICOLON = 94; int COMMA = 95; int DOT = 96; int GT = 97; int LT = 98; int EQ = 99; int LE = 100; int GE = 101; int NE = 102; int DIF = 103; int BANGDOUBLEEQUAL = 104; int TRIPLEEQUAL = 105; int ASSIGN = 106; int PLUSASSIGN = 107; int MINUSASSIGN = 108; int STARASSIGN = 109; int SLASHASSIGN = 110; int ANDASSIGN = 111; int ORASSIGN = 112; int XORASSIGN = 113; int DOTASSIGN = 114; int REMASSIGN = 115; int TILDEEQUAL = 116; int AT = 117; int DOLLAR = 118; int BANG = 119; int TILDE = 120; int HOOK = 121; int COLON = 122; int SC_OR = 123; int SC_AND = 124; int INCR = 125; int DECR = 126; int PLUS = 127; int MINUS = 128; int STAR = 129; int SLASH = 130; int BIT_AND = 131; int BIT_OR = 132; int XOR = 133; int REM = 134; int LSHIFT = 135; int RSIGNEDSHIFT = 136; int RUNSIGNEDSHIFT = 137; int LSHIFTASSIGN = 138; int RSIGNEDSHIFTASSIGN = 139; int DOLLAR_ID = 140; int DEFAULT = 0; int PHPPARSING = 1; int IN_SINGLE_LINE_COMMENT = 2; int IN_FORMAL_COMMENT = 3; int IN_MULTI_LINE_COMMENT = 4; String[] tokenImage = { "", "\"\"", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\f\"", "\"//\"", "\"#\"", "", "\"/*\"", "", "\"?>\"", "\"*/\"", "\"*/\"", "", "\"class\"", "\"function\"", "\"var\"", "\"if\"", "\"elseif\"", "\"else\"", "\"array\"", "\"break\"", "\"list\"", "\"print\"", "\"echo\"", "\"include\"", "\"require\"", "\"include_once\"", "\"require_once\"", "\"global\"", "\"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\"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "\"(\"", "\")\"", "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"", "\".\"", "\">\"", "\"<\"", "\"==\"", "\"<=\"", "\">=\"", "\"!=\"", "\"<>\"", "\"!==\"", "\"===\"", "\"=\"", "\"+=\"", "\"-=\"", "\"*=\"", "\"/=\"", "\"&=\"", "\"|=\"", "\"^=\"", "\".=\"", "\"%=\"", "\"~=\"", "\"@\"", "\"$\"", "\"!\"", "\"~\"", "\"?\"", "\":\"", "\"||\"", "\"&&\"", "\"++\"", "\"--\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"&\"", "\"|\"", "\"^\"", "\"%\"", "\"<<\"", "\">>\"", "\">>>\"", "\"<<=\"", "\">>=\"", "", }; }