e481eff8a1e1b3872becc9db16ed02bf0d18a20f
[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 = 14;
12   int SINGLE_LINE_COMMENT_PHPEND = 15;
13   int FORMAL_COMMENT = 16;
14   int MULTI_LINE_COMMENT = 17;
15   int CLASS = 19;
16   int FUNCTION = 20;
17   int VAR = 21;
18   int IF = 22;
19   int ELSEIF = 23;
20   int ELSE = 24;
21   int ARRAY = 25;
22   int BREAK = 26;
23   int PRINT = 27;
24   int ECHO = 28;
25   int INCLUDE = 29;
26   int REQUIRE = 30;
27   int INCLUDE_ONCE = 31;
28   int REQUIRE_ONCE = 32;
29   int GLOBAL = 33;
30   int STATIC = 34;
31   int CLASSACCESS = 35;
32   int STATICCLASSACCESS = 36;
33   int ARRAYASSIGN = 37;
34   int CASE = 38;
35   int CONST = 39;
36   int CONTINUE = 40;
37   int _DEFAULT = 41;
38   int DO = 42;
39   int EXTENDS = 43;
40   int FOR = 44;
41   int GOTO = 45;
42   int NEW = 46;
43   int NULL = 47;
44   int RETURN = 48;
45   int SUPER = 49;
46   int SWITCH = 50;
47   int THIS = 51;
48   int TRUE = 52;
49   int FALSE = 53;
50   int WHILE = 54;
51   int ENDWHILE = 55;
52   int ENDIF = 56;
53   int ENDFOR = 57;
54   int FOREACH = 58;
55   int AS = 59;
56   int STRING = 60;
57   int OBJECT = 61;
58   int BOOL = 62;
59   int BOOLEAN = 63;
60   int REAL = 64;
61   int DOUBLE = 65;
62   int FLOAT = 66;
63   int INT = 67;
64   int INTEGER = 68;
65   int _ORL = 69;
66   int _ANDL = 70;
67   int INTEGER_LITERAL = 71;
68   int DECIMAL_LITERAL = 72;
69   int HEX_LITERAL = 73;
70   int OCTAL_LITERAL = 74;
71   int FLOATING_POINT_LITERAL = 75;
72   int EXPONENT = 76;
73   int STRING_LITERAL = 77;
74   int STRING_1 = 78;
75   int STRING_2 = 79;
76   int STRING_3 = 80;
77   int IDENTIFIER = 81;
78   int LETTER = 82;
79   int DIGIT = 83;
80   int SPECIAL = 84;
81   int LPAREN = 85;
82   int RPAREN = 86;
83   int LBRACE = 87;
84   int RBRACE = 88;
85   int LBRACKET = 89;
86   int RBRACKET = 90;
87   int SEMICOLON = 91;
88   int COMMA = 92;
89   int DOT = 93;
90   int GT = 94;
91   int LT = 95;
92   int EQ = 96;
93   int LE = 97;
94   int GE = 98;
95   int NE = 99;
96   int DIF = 100;
97   int BANGDOUBLEEQUAL = 101;
98   int TRIPLEEQUAL = 102;
99   int ASSIGN = 103;
100   int PLUSASSIGN = 104;
101   int MINUSASSIGN = 105;
102   int STARASSIGN = 106;
103   int SLASHASSIGN = 107;
104   int ANDASSIGN = 108;
105   int ORASSIGN = 109;
106   int XORASSIGN = 110;
107   int DOTASSIGN = 111;
108   int REMASSIGN = 112;
109   int TILDEEQUAL = 113;
110   int AT = 114;
111   int DOLLAR = 115;
112   int BANG = 116;
113   int HOOK = 117;
114   int COLON = 118;
115   int SC_OR = 119;
116   int SC_AND = 120;
117   int INCR = 121;
118   int DECR = 122;
119   int PLUS = 123;
120   int MINUS = 124;
121   int STAR = 125;
122   int SLASH = 126;
123   int BIT_AND = 127;
124   int BIT_OR = 128;
125   int XOR = 129;
126   int REM = 130;
127   int LSHIFT = 131;
128   int RSIGNEDSHIFT = 132;
129   int RUNSIGNEDSHIFT = 133;
130   int LSHIFTASSIGN = 134;
131   int RSIGNEDSHIFTASSIGN = 135;
132   int DOLLAR_ID = 136;
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     "<token of kind 12>",
154     "\"/*\"",
155     "<SINGLE_LINE_COMMENT>",
156     "\"?>\"",
157     "\"*/\"",
158     "\"*/\"",
159     "<token of kind 18>",
160     "\"class\"",
161     "\"function\"",
162     "\"var\"",
163     "\"if\"",
164     "\"elseif\"",
165     "\"else\"",
166     "\"array\"",
167     "\"break\"",
168     "\"print\"",
169     "\"echo\"",
170     "\"include\"",
171     "\"require\"",
172     "\"include_once\"",
173     "\"require_once\"",
174     "\"global\"",
175     "\"static\"",
176     "\"->\"",
177     "\"::\"",
178     "\"=>\"",
179     "\"case\"",
180     "\"const\"",
181     "\"continue\"",
182     "\"default\"",
183     "\"do\"",
184     "\"extends\"",
185     "\"for\"",
186     "\"goto\"",
187     "\"new\"",
188     "\"null\"",
189     "\"return\"",
190     "\"super\"",
191     "\"switch\"",
192     "\"this\"",
193     "\"true\"",
194     "\"false\"",
195     "\"while\"",
196     "\"endwhile\"",
197     "\"endif\"",
198     "\"endfor\"",
199     "\"foreach\"",
200     "\"as\"",
201     "\"string\"",
202     "\"object\"",
203     "\"bool\"",
204     "\"boolean\"",
205     "\"real\"",
206     "\"double\"",
207     "\"float\"",
208     "\"int\"",
209     "\"integer\"",
210     "\"OR\"",
211     "\"AND\"",
212     "<INTEGER_LITERAL>",
213     "<DECIMAL_LITERAL>",
214     "<HEX_LITERAL>",
215     "<OCTAL_LITERAL>",
216     "<FLOATING_POINT_LITERAL>",
217     "<EXPONENT>",
218     "<STRING_LITERAL>",
219     "<STRING_1>",
220     "<STRING_2>",
221     "<STRING_3>",
222     "<IDENTIFIER>",
223     "<LETTER>",
224     "<DIGIT>",
225     "<SPECIAL>",
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     "\"/\"",
268     "\"&\"",
269     "\"|\"",
270     "\"^\"",
271     "\"%\"",
272     "\"<<\"",
273     "\">>\"",
274     "\">>>\"",
275     "\"<<=\"",
276     "\">>=\"",
277     "<DOLLAR_ID>",
278     "\"?>\"",
279   };
280
281 }