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