/* Generated By:JavaCC: Do not edit this line. PHPParserConstants.java */ package test; public interface PHPParserConstants { int EOF = 0; int PHPSTART = 1; int PHPEND = 2; int SINGLE_LINE_COMMENT = 12; int SINGLE_LINE_COMMENT_PHPEND = 13; int FORMAL_COMMENT = 14; int MULTI_LINE_COMMENT = 15; int CLASS = 17; int FUNCTION = 18; int VAR = 19; int IF = 20; int ELSEIF = 21; int ELSE = 22; int ARRAY = 23; int PRINT = 24; int ECHO = 25; int INCLUDE = 26; int REQUIRE = 27; int INCLUDE_ONCE = 28; int REQUIRE_ONCE = 29; int GLOBAL = 30; int STATIC = 31; int CLASSACCESS = 32; int STATICCLASSACCESS = 33; int ARRAYASSIGN = 34; int BREAK = 35; int CASE = 36; int CONST = 37; int CONTINUE = 38; int _DEFAULT = 39; int DO = 40; int EXTENDS = 41; int FALSE = 42; int FOR = 43; int GOTO = 44; int NEW = 45; int NULL = 46; int RETURN = 47; int SUPER = 48; int SWITCH = 49; int THIS = 50; int TRUE = 51; int WHILE = 52; int ENDWHILE = 53; int ENDIF = 54; int ENDFOR = 55; int FOREACH = 56; int AS = 57; int STRING = 58; int OBJECT = 59; int BOOL = 60; int BOOLEAN = 61; int REAL = 62; int DOUBLE = 63; int FLOAT = 64; int INT = 65; int INTEGER = 66; int _ORL = 67; int _ANDL = 68; int INTEGER_LITERAL = 69; int DECIMAL_LITERAL = 70; int HEX_LITERAL = 71; int OCTAL_LITERAL = 72; int FLOATING_POINT_LITERAL = 73; int EXPONENT = 74; int STRING_LITERAL = 75; int STRING_1 = 76; int STRING_2 = 77; int STRING_3 = 78; int IDENTIFIER = 79; int LETTER = 80; int DIGIT = 81; int SPECIAL = 82; int LPAREN = 83; int RPAREN = 84; int LBRACE = 85; int RBRACE = 86; int LBRACKET = 87; int RBRACKET = 88; int SEMICOLON = 89; int COMMA = 90; int DOT = 91; int AT = 92; int DOLLAR = 93; int ASSIGN = 94; int GT = 95; int LT = 96; int BANG = 97; int HOOK = 98; int COLON = 99; int EQ = 100; int LE = 101; int GE = 102; int NE = 103; int DIF = 104; int SC_OR = 105; int SC_AND = 106; int INCR = 107; int DECR = 108; int PLUS = 109; int MINUS = 110; int STAR = 111; int SLASH = 112; int BIT_AND = 113; int BIT_OR = 114; int XOR = 115; int REM = 116; int LSHIFT = 117; int RSIGNEDSHIFT = 118; int RUNSIGNEDSHIFT = 119; int PLUSASSIGN = 120; int MINUSASSIGN = 121; int STARASSIGN = 122; int SLASHASSIGN = 123; int ANDASSIGN = 124; int ORASSIGN = 125; int XORASSIGN = 126; int DOTASSIGN = 127; int REMASSIGN = 128; int LSHIFTASSIGN = 129; int RSIGNEDSHIFTASSIGN = 130; int BANGDOUBLEEQUAL = 131; int TRIPLEEQUAL = 132; int TILDEEQUAL = 133; int DOLLAR_ID = 134; 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\"", "\"print\"", "\"echo\"", "\"include\"", "\"require\"", "\"include_once\"", "\"require_once\"", "\"global\"", "\"static\"", "\"->\"", "\"::\"", "\"=>\"", "\"break\"", "\"case\"", "\"const\"", "\"continue\"", "\"default\"", "\"do\"", "\"extends\"", "\"false\"", "\"for\"", "\"goto\"", "\"new\"", "\"null\"", "\"return\"", "\"super\"", "\"switch\"", "\"this\"", "\"true\"", "\"while\"", "\"endwhile\"", "\"endif\"", "\"endfor\"", "\"foreach\"", "\"as\"", "\"string\"", "\"object\"", "\"bool\"", "\"boolean\"", "\"real\"", "\"double\"", "\"float\"", "\"int\"", "\"integer\"", "\"OR\"", "\"AND\"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "\"(\"", "\")\"", "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"", "\".\"", "\"@\"", "\"$\"", "\"=\"", "\">\"", "\"<\"", "\"!\"", "\"?\"", "\":\"", "\"==\"", "\"<=\"", "\">=\"", "\"!=\"", "\"<>\"", "\"||\"", "\"&&\"", "\"++\"", "\"--\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"&\"", "\"|\"", "\"^\"", "\"%\"", "\"<<\"", "\">>\"", "\">>>\"", "\"+=\"", "\"-=\"", "\"*=\"", "\"/=\"", "\"&=\"", "\"|=\"", "\"^=\"", "\".=\"", "\"%=\"", "\"<<=\"", "\">>=\"", "\"!==\"", "\"===\"", "\"~=\"", "", "\"?>\"", }; }