*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / test / PHPParserConstants.java
1 /* Generated By:JavaCC: Do not edit this line. PHPParserConstants.java */
2 package test;
3
4 public interface PHPParserConstants {
5
6   int EOF = 0;
7   int PHPSTART = 1;
8   int PHPEND = 2;
9   int SINGLE_LINE_COMMENT = 12;
10   int SINGLE_LINE_COMMENT_PHPEND = 13;
11   int FORMAL_COMMENT = 14;
12   int MULTI_LINE_COMMENT = 15;
13   int CLASS = 17;
14   int FUNCTION = 18;
15   int VAR = 19;
16   int IF = 20;
17   int ELSEIF = 21;
18   int ELSE = 22;
19   int ARRAY = 23;
20   int PRINT = 24;
21   int ECHO = 25;
22   int INCLUDE = 26;
23   int REQUIRE = 27;
24   int INCLUDE_ONCE = 28;
25   int REQUIRE_ONCE = 29;
26   int GLOBAL = 30;
27   int STATIC = 31;
28   int CLASSACCESS = 32;
29   int STATICCLASSACCESS = 33;
30   int ARRAYASSIGN = 34;
31   int BREAK = 35;
32   int CASE = 36;
33   int CONST = 37;
34   int CONTINUE = 38;
35   int _DEFAULT = 39;
36   int DO = 40;
37   int EXTENDS = 41;
38   int FALSE = 42;
39   int FOR = 43;
40   int GOTO = 44;
41   int NEW = 45;
42   int NULL = 46;
43   int RETURN = 47;
44   int SUPER = 48;
45   int SWITCH = 49;
46   int THIS = 50;
47   int TRUE = 51;
48   int WHILE = 52;
49   int ENDWHILE = 53;
50   int FOREACH = 54;
51   int AS = 55;
52   int STRING = 56;
53   int OBJECT = 57;
54   int BOOL = 58;
55   int BOOLEAN = 59;
56   int REAL = 60;
57   int DOUBLE = 61;
58   int FLOAT = 62;
59   int INT = 63;
60   int INTEGER = 64;
61   int _ORL = 65;
62   int _ANDL = 66;
63   int INTEGER_LITERAL = 67;
64   int DECIMAL_LITERAL = 68;
65   int HEX_LITERAL = 69;
66   int OCTAL_LITERAL = 70;
67   int FLOATING_POINT_LITERAL = 71;
68   int EXPONENT = 72;
69   int STRING_LITERAL = 73;
70   int STRING_1 = 74;
71   int STRING_2 = 75;
72   int STRING_3 = 76;
73   int IDENTIFIER = 77;
74   int LETTER = 78;
75   int DIGIT = 79;
76   int SPECIAL = 80;
77   int LPAREN = 81;
78   int RPAREN = 82;
79   int LBRACE = 83;
80   int RBRACE = 84;
81   int LBRACKET = 85;
82   int RBRACKET = 86;
83   int SEMICOLON = 87;
84   int COMMA = 88;
85   int DOT = 89;
86   int AT = 90;
87   int DOLLAR = 91;
88   int ASSIGN = 92;
89   int GT = 93;
90   int LT = 94;
91   int BANG = 95;
92   int HOOK = 96;
93   int COLON = 97;
94   int EQ = 98;
95   int LE = 99;
96   int GE = 100;
97   int NE = 101;
98   int SC_OR = 102;
99   int SC_AND = 103;
100   int INCR = 104;
101   int DECR = 105;
102   int PLUS = 106;
103   int MINUS = 107;
104   int STAR = 108;
105   int SLASH = 109;
106   int BIT_AND = 110;
107   int BIT_OR = 111;
108   int XOR = 112;
109   int REM = 113;
110   int LSHIFT = 114;
111   int RSIGNEDSHIFT = 115;
112   int RUNSIGNEDSHIFT = 116;
113   int PLUSASSIGN = 117;
114   int MINUSASSIGN = 118;
115   int STARASSIGN = 119;
116   int SLASHASSIGN = 120;
117   int ANDASSIGN = 121;
118   int ORASSIGN = 122;
119   int XORASSIGN = 123;
120   int DOTASSIGN = 124;
121   int REMASSIGN = 125;
122   int LSHIFTASSIGN = 126;
123   int RSIGNEDSHIFTASSIGN = 127;
124   int BANGDOUBLEEQUAL = 128;
125   int TRIPLEEQUAL = 129;
126   int TILDEEQUAL = 130;
127   int DOLLAR_ID = 131;
128
129   int DEFAULT = 0;
130   int PHPPARSING = 1;
131   int IN_SINGLE_LINE_COMMENT = 2;
132   int IN_FORMAL_COMMENT = 3;
133   int IN_MULTI_LINE_COMMENT = 4;
134
135   String[] tokenImage = {
136     "<EOF>",
137     "<PHPSTART>",
138     "\"?>\"",
139     "<token of kind 3>",
140     "\" \"",
141     "\"\\t\"",
142     "\"\\n\"",
143     "\"\\r\"",
144     "\"\\f\"",
145     "\"//\"",
146     "<token of kind 10>",
147     "\"/*\"",
148     "<SINGLE_LINE_COMMENT>",
149     "\"?>\"",
150     "\"*/\"",
151     "\"*/\"",
152     "<token of kind 16>",
153     "\"class\"",
154     "\"function\"",
155     "\"var\"",
156     "\"if\"",
157     "\"elseif\"",
158     "\"else\"",
159     "\"array\"",
160     "\"print\"",
161     "\"echo\"",
162     "\"include\"",
163     "\"require\"",
164     "\"include_once\"",
165     "\"require_once\"",
166     "\"global\"",
167     "\"static\"",
168     "\"->\"",
169     "\"::\"",
170     "\"=>\"",
171     "\"break\"",
172     "\"case\"",
173     "\"const\"",
174     "\"continue\"",
175     "\"default\"",
176     "\"do\"",
177     "\"extends\"",
178     "\"false\"",
179     "\"for\"",
180     "\"goto\"",
181     "\"new\"",
182     "\"null\"",
183     "\"return\"",
184     "\"super\"",
185     "\"switch\"",
186     "\"this\"",
187     "\"true\"",
188     "\"while\"",
189     "\"endwhile\"",
190     "\"foreach\"",
191     "\"as\"",
192     "\"string\"",
193     "\"object\"",
194     "\"bool\"",
195     "\"boolean\"",
196     "\"real\"",
197     "\"double\"",
198     "\"float\"",
199     "\"int\"",
200     "\"integer\"",
201     "\"OR\"",
202     "\"AND\"",
203     "<INTEGER_LITERAL>",
204     "<DECIMAL_LITERAL>",
205     "<HEX_LITERAL>",
206     "<OCTAL_LITERAL>",
207     "<FLOATING_POINT_LITERAL>",
208     "<EXPONENT>",
209     "<STRING_LITERAL>",
210     "<STRING_1>",
211     "<STRING_2>",
212     "<STRING_3>",
213     "<IDENTIFIER>",
214     "<LETTER>",
215     "<DIGIT>",
216     "<SPECIAL>",
217     "\"(\"",
218     "\")\"",
219     "\"{\"",
220     "\"}\"",
221     "\"[\"",
222     "\"]\"",
223     "\";\"",
224     "\",\"",
225     "\".\"",
226     "\"@\"",
227     "\"$\"",
228     "\"=\"",
229     "\">\"",
230     "\"<\"",
231     "\"!\"",
232     "\"?\"",
233     "\":\"",
234     "\"==\"",
235     "\"<=\"",
236     "\">=\"",
237     "\"!=\"",
238     "\"||\"",
239     "\"&&\"",
240     "\"++\"",
241     "\"--\"",
242     "\"+\"",
243     "\"-\"",
244     "\"*\"",
245     "\"/\"",
246     "\"&\"",
247     "\"|\"",
248     "\"^\"",
249     "\"%\"",
250     "\"<<\"",
251     "\">>\"",
252     "\">>>\"",
253     "\"+=\"",
254     "\"-=\"",
255     "\"*=\"",
256     "\"/=\"",
257     "\"&=\"",
258     "\"|=\"",
259     "\"^=\"",
260     "\".=\"",
261     "\"%=\"",
262     "\"<<=\"",
263     "\">>=\"",
264     "\"!==\"",
265     "\"===\"",
266     "\"~=\"",
267     "<DOLLAR_ID>",
268     "\"?>\"",
269   };
270
271 }