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