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 1d8793c..0000000 --- a/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java +++ /dev/null @@ -1,271 +0,0 @@ -/* 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 FOREACH = 54; - int AS = 55; - int STRING = 56; - int OBJECT = 57; - int BOOL = 58; - int BOOLEAN = 59; - int REAL = 60; - int DOUBLE = 61; - int FLOAT = 62; - int INT = 63; - int INTEGER = 64; - int _ORL = 65; - int _ANDL = 66; - int INTEGER_LITERAL = 67; - int DECIMAL_LITERAL = 68; - int HEX_LITERAL = 69; - int OCTAL_LITERAL = 70; - int FLOATING_POINT_LITERAL = 71; - int EXPONENT = 72; - int STRING_LITERAL = 73; - int STRING_1 = 74; - int STRING_2 = 75; - int STRING_3 = 76; - int IDENTIFIER = 77; - int LETTER = 78; - int DIGIT = 79; - int SPECIAL = 80; - int LPAREN = 81; - int RPAREN = 82; - int LBRACE = 83; - int RBRACE = 84; - int LBRACKET = 85; - int RBRACKET = 86; - int SEMICOLON = 87; - int COMMA = 88; - int DOT = 89; - int AT = 90; - int DOLLAR = 91; - int ASSIGN = 92; - int GT = 93; - int LT = 94; - int BANG = 95; - int HOOK = 96; - int COLON = 97; - int EQ = 98; - int LE = 99; - int GE = 100; - int NE = 101; - int SC_OR = 102; - int SC_AND = 103; - int INCR = 104; - int DECR = 105; - int PLUS = 106; - int MINUS = 107; - int STAR = 108; - int SLASH = 109; - int BIT_AND = 110; - int BIT_OR = 111; - int XOR = 112; - int REM = 113; - int LSHIFT = 114; - int RSIGNEDSHIFT = 115; - int RUNSIGNEDSHIFT = 116; - int PLUSASSIGN = 117; - int MINUSASSIGN = 118; - int STARASSIGN = 119; - int SLASHASSIGN = 120; - int ANDASSIGN = 121; - int ORASSIGN = 122; - int XORASSIGN = 123; - int DOTASSIGN = 124; - int REMASSIGN = 125; - int LSHIFTASSIGN = 126; - int RSIGNEDSHIFTASSIGN = 127; - int BANGDOUBLEEQUAL = 128; - int TRIPLEEQUAL = 129; - int TILDEEQUAL = 130; - int DOLLAR_ID = 131; - - 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\"", - "\"foreach\"", - "\"as\"", - "\"string\"", - "\"object\"", - "\"bool\"", - "\"boolean\"", - "\"real\"", - "\"double\"", - "\"float\"", - "\"int\"", - "\"integer\"", - "\"OR\"", - "\"AND\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "\"(\"", - "\")\"", - "\"{\"", - "\"}\"", - "\"[\"", - "\"]\"", - "\";\"", - "\",\"", - "\".\"", - "\"@\"", - "\"$\"", - "\"=\"", - "\">\"", - "\"<\"", - "\"!\"", - "\"?\"", - "\":\"", - "\"==\"", - "\"<=\"", - "\">=\"", - "\"!=\"", - "\"||\"", - "\"&&\"", - "\"++\"", - "\"--\"", - "\"+\"", - "\"-\"", - "\"*\"", - "\"/\"", - "\"&\"", - "\"|\"", - "\"^\"", - "\"%\"", - "\"<<\"", - "\">>\"", - "\">>>\"", - "\"+=\"", - "\"-=\"", - "\"*=\"", - "\"/=\"", - "\"&=\"", - "\"|=\"", - "\"^=\"", - "\".=\"", - "\"%=\"", - "\"<<=\"", - "\">>=\"", - "\"!==\"", - "\"===\"", - "\"~=\"", - "", - "\"?>\"", - }; - -}