*** 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 PHPSTARTSHORT = 1;
8   int PHPSTARTLONG = 2;
9   int PHPECHOSTART = 3;
10   int PHPEND = 4;
11   int SINGLE_LINE_COMMENT = 15;
12   int SINGLE_LINE_COMMENT_PHPEND = 16;
13   int FORMAL_COMMENT = 17;
14   int MULTI_LINE_COMMENT = 18;
15   int CLASS = 20;
16   int FUNCTION = 21;
17   int VAR = 22;
18   int IF = 23;
19   int ELSEIF = 24;
20   int ELSE = 25;
21   int ARRAY = 26;
22   int BREAK = 27;
23   int LIST = 28;
24   int PRINT = 29;
25   int ECHO = 30;
26   int INCLUDE = 31;
27   int REQUIRE = 32;
28   int INCLUDE_ONCE = 33;
29   int REQUIRE_ONCE = 34;
30   int GLOBAL = 35;
31   int STATIC = 36;
32   int CLASSACCESS = 37;
33   int STATICCLASSACCESS = 38;
34   int ARRAYASSIGN = 39;
35   int CASE = 40;
36   int CONST = 41;
37   int CONTINUE = 42;
38   int _DEFAULT = 43;
39   int DO = 44;
40   int EXTENDS = 45;
41   int FOR = 46;
42   int GOTO = 47;
43   int NEW = 48;
44   int NULL = 49;
45   int RETURN = 50;
46   int SUPER = 51;
47   int SWITCH = 52;
48   int THIS = 53;
49   int TRUE = 54;
50   int FALSE = 55;
51   int WHILE = 56;
52   int ENDWHILE = 57;
53   int ENDSWITCH = 58;
54   int ENDIF = 59;
55   int ENDFOR = 60;
56   int FOREACH = 61;
57   int AS = 62;
58   int STRING = 63;
59   int OBJECT = 64;
60   int BOOL = 65;
61   int BOOLEAN = 66;
62   int REAL = 67;
63   int DOUBLE = 68;
64   int FLOAT = 69;
65   int INT = 70;
66   int INTEGER = 71;
67   int AT = 72;
68   int DOLLAR = 73;
69   int BANG = 74;
70   int TILDE = 75;
71   int HOOK = 76;
72   int COLON = 77;
73   int OR_OR = 78;
74   int AND_AND = 79;
75   int INCR = 80;
76   int DECR = 81;
77   int PLUS = 82;
78   int MINUS = 83;
79   int STAR = 84;
80   int SLASH = 85;
81   int BIT_AND = 86;
82   int BIT_OR = 87;
83   int XOR = 88;
84   int REMAINDER = 89;
85   int LSHIFT = 90;
86   int RSIGNEDSHIFT = 91;
87   int RUNSIGNEDSHIFT = 92;
88   int _ORL = 93;
89   int _ANDL = 94;
90   int INTEGER_LITERAL = 95;
91   int DECIMAL_LITERAL = 96;
92   int HEX_LITERAL = 97;
93   int OCTAL_LITERAL = 98;
94   int FLOATING_POINT_LITERAL = 99;
95   int EXPONENT = 100;
96   int STRING_LITERAL = 101;
97   int STRING_1 = 102;
98   int STRING_2 = 103;
99   int STRING_3 = 104;
100   int IDENTIFIER = 105;
101   int LETTER = 106;
102   int DIGIT = 107;
103   int SPECIAL = 108;
104   int LPAREN = 109;
105   int RPAREN = 110;
106   int LBRACE = 111;
107   int RBRACE = 112;
108   int LBRACKET = 113;
109   int RBRACKET = 114;
110   int SEMICOLON = 115;
111   int COMMA = 116;
112   int DOT = 117;
113   int GT = 118;
114   int LT = 119;
115   int EQUAL_EQUAL = 120;
116   int LE = 121;
117   int GE = 122;
118   int NOT_EQUAL = 123;
119   int DIF = 124;
120   int BANGDOUBLEEQUAL = 125;
121   int TRIPLEEQUAL = 126;
122   int ASSIGN = 127;
123   int PLUSASSIGN = 128;
124   int MINUSASSIGN = 129;
125   int STARASSIGN = 130;
126   int SLASHASSIGN = 131;
127   int ANDASSIGN = 132;
128   int ORASSIGN = 133;
129   int XORASSIGN = 134;
130   int DOTASSIGN = 135;
131   int REMASSIGN = 136;
132   int TILDEEQUAL = 137;
133   int LSHIFTASSIGN = 138;
134   int RSIGNEDSHIFTASSIGN = 139;
135   int DOLLAR_ID = 140;
136
137   int DEFAULT = 0;
138   int PHPPARSING = 1;
139   int IN_SINGLE_LINE_COMMENT = 2;
140   int IN_FORMAL_COMMENT = 3;
141   int IN_MULTI_LINE_COMMENT = 4;
142
143   String[] tokenImage = {
144     "<EOF>",
145     "\"<?\"",
146     "\"<?php\"",
147     "\"<?=\"",
148     "\"?>\"",
149     "<token of kind 5>",
150     "\" \"",
151     "\"\\t\"",
152     "\"\\n\"",
153     "\"\\r\"",
154     "\"\\f\"",
155     "\"//\"",
156     "\"#\"",
157     "<token of kind 13>",
158     "\"/*\"",
159     "<SINGLE_LINE_COMMENT>",
160     "\"?>\"",
161     "\"*/\"",
162     "\"*/\"",
163     "<token of kind 19>",
164     "\"class\"",
165     "\"function\"",
166     "\"var\"",
167     "\"if\"",
168     "\"elseif\"",
169     "\"else\"",
170     "\"array\"",
171     "\"break\"",
172     "\"list\"",
173     "\"print\"",
174     "\"echo\"",
175     "\"include\"",
176     "\"require\"",
177     "\"include_once\"",
178     "\"require_once\"",
179     "\"global\"",
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 }