X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java b/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java index 99de374..00c5d6a 100644 --- a/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java +++ b/net.sourceforge.phpeclipse/src/test/PHPParserConstants.java @@ -64,72 +64,72 @@ public interface PHPParserConstants { 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 AT = 72; + int DOLLAR = 73; + int BANG = 74; + int TILDE = 75; + int HOOK = 76; + int COLON = 77; + int OR_OR = 78; + int AND_AND = 79; + int INCR = 80; + int DECR = 81; + int PLUS = 82; + int MINUS = 83; + int STAR = 84; + int SLASH = 85; + int BIT_AND = 86; + int BIT_OR = 87; + int XOR = 88; + int REMAINDER = 89; + int LSHIFT = 90; + int RSIGNEDSHIFT = 91; + int RUNSIGNEDSHIFT = 92; + int _ORL = 93; + int _ANDL = 94; + int INTEGER_LITERAL = 95; + int DECIMAL_LITERAL = 96; + int HEX_LITERAL = 97; + int OCTAL_LITERAL = 98; + int FLOATING_POINT_LITERAL = 99; + int EXPONENT = 100; + int STRING_LITERAL = 101; + int STRING_1 = 102; + int STRING_2 = 103; + int STRING_3 = 104; + int IDENTIFIER = 105; + int LETTER = 106; + int DIGIT = 107; + int SPECIAL = 108; + int LPAREN = 109; + int RPAREN = 110; + int LBRACE = 111; + int RBRACE = 112; + int LBRACKET = 113; + int RBRACKET = 114; + int SEMICOLON = 115; + int COMMA = 116; + int DOT = 117; + int GT = 118; + int LT = 119; + int EQUAL_EQUAL = 120; + int LE = 121; + int GE = 122; + int NOT_EQUAL = 123; + int DIF = 124; + int BANGDOUBLEEQUAL = 125; + int TRIPLEEQUAL = 126; + int ASSIGN = 127; + int PLUSASSIGN = 128; + int MINUSASSIGN = 129; + int STARASSIGN = 130; + int SLASHASSIGN = 131; + int ANDASSIGN = 132; + int ORASSIGN = 133; + int XORASSIGN = 134; + int DOTASSIGN = 135; + int REMASSIGN = 136; + int TILDEEQUAL = 137; int LSHIFTASSIGN = 138; int RSIGNEDSHIFTASSIGN = 139; int DOLLAR_ID = 140; @@ -213,6 +213,27 @@ public interface PHPParserConstants { "\"float\"", "\"int\"", "\"integer\"", + "\"@\"", + "\"$\"", + "\"!\"", + "\"~\"", + "\"?\"", + "\":\"", + "\"||\"", + "\"&&\"", + "\"++\"", + "\"--\"", + "\"+\"", + "\"-\"", + "\"*\"", + "\"/\"", + "\"&\"", + "\"|\"", + "\"^\"", + "\"%\"", + "\"<<\"", + "\">>\"", + "\">>>\"", "\"OR\"", "\"AND\"", "", @@ -258,27 +279,6 @@ public interface PHPParserConstants { "\".=\"", "\"%=\"", "\"~=\"", - "\"@\"", - "\"$\"", - "\"!\"", - "\"~\"", - "\"?\"", - "\":\"", - "\"||\"", - "\"&&\"", - "\"++\"", - "\"--\"", - "\"+\"", - "\"-\"", - "\"*\"", - "\"/\"", - "\"&\"", - "\"|\"", - "\"^\"", - "\"%\"", - "\"<<\"", - "\">>\"", - "\">>>\"", "\"<<=\"", "\">>=\"", "",