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