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