View Javadoc

1   /* Generated By:JavaCC: Do not edit this line. WebTestCaseGeneratorConstants.java */
2   package net.sourceforge.jwebunit.javacc;
3   
4   
5   /**
6    * Token literal values and constants.
7    * Generated by org.javacc.parser.OtherFilesGen#start()
8    */
9   public interface WebTestCaseGeneratorConstants {
10  
11    /** End of File. */
12    int EOF = 0;
13    /** RegularExpression Id. */
14    int SINGLE_LINE_COMMENT = 9;
15    /** RegularExpression Id. */
16    int FORMAL_COMMENT = 10;
17    /** RegularExpression Id. */
18    int MULTI_LINE_COMMENT = 11;
19    /** RegularExpression Id. */
20    int ABSTRACT = 13;
21    /** RegularExpression Id. */
22    int ASSERT = 14;
23    /** RegularExpression Id. */
24    int BOOLEAN = 15;
25    /** RegularExpression Id. */
26    int BREAK = 16;
27    /** RegularExpression Id. */
28    int BYTE = 17;
29    /** RegularExpression Id. */
30    int CASE = 18;
31    /** RegularExpression Id. */
32    int CATCH = 19;
33    /** RegularExpression Id. */
34    int CHAR = 20;
35    /** RegularExpression Id. */
36    int CLASS = 21;
37    /** RegularExpression Id. */
38    int CONST = 22;
39    /** RegularExpression Id. */
40    int CONTINUE = 23;
41    /** RegularExpression Id. */
42    int _DEFAULT = 24;
43    /** RegularExpression Id. */
44    int DO = 25;
45    /** RegularExpression Id. */
46    int DOUBLE = 26;
47    /** RegularExpression Id. */
48    int ELSE = 27;
49    /** RegularExpression Id. */
50    int ENUM = 28;
51    /** RegularExpression Id. */
52    int EXTENDS = 29;
53    /** RegularExpression Id. */
54    int FALSE = 30;
55    /** RegularExpression Id. */
56    int FINAL = 31;
57    /** RegularExpression Id. */
58    int FINALLY = 32;
59    /** RegularExpression Id. */
60    int FLOAT = 33;
61    /** RegularExpression Id. */
62    int FOR = 34;
63    /** RegularExpression Id. */
64    int GOTO = 35;
65    /** RegularExpression Id. */
66    int IF = 36;
67    /** RegularExpression Id. */
68    int IMPLEMENTS = 37;
69    /** RegularExpression Id. */
70    int IMPORT = 38;
71    /** RegularExpression Id. */
72    int INSTANCEOF = 39;
73    /** RegularExpression Id. */
74    int INT = 40;
75    /** RegularExpression Id. */
76    int INTERFACE = 41;
77    /** RegularExpression Id. */
78    int LONG = 42;
79    /** RegularExpression Id. */
80    int NATIVE = 43;
81    /** RegularExpression Id. */
82    int NEW = 44;
83    /** RegularExpression Id. */
84    int NULL = 45;
85    /** RegularExpression Id. */
86    int PACKAGE = 46;
87    /** RegularExpression Id. */
88    int PRIVATE = 47;
89    /** RegularExpression Id. */
90    int PROTECTED = 48;
91    /** RegularExpression Id. */
92    int PUBLIC = 49;
93    /** RegularExpression Id. */
94    int RETURN = 50;
95    /** RegularExpression Id. */
96    int SHORT = 51;
97    /** RegularExpression Id. */
98    int STATIC = 52;
99    /** RegularExpression Id. */
100   int STRICTFP = 53;
101   /** RegularExpression Id. */
102   int SUPER = 54;
103   /** RegularExpression Id. */
104   int SWITCH = 55;
105   /** RegularExpression Id. */
106   int SYNCHRONIZED = 56;
107   /** RegularExpression Id. */
108   int THIS = 57;
109   /** RegularExpression Id. */
110   int THROW = 58;
111   /** RegularExpression Id. */
112   int THROWS = 59;
113   /** RegularExpression Id. */
114   int TRANSIENT = 60;
115   /** RegularExpression Id. */
116   int TRUE = 61;
117   /** RegularExpression Id. */
118   int TRY = 62;
119   /** RegularExpression Id. */
120   int VOID = 63;
121   /** RegularExpression Id. */
122   int VOLATILE = 64;
123   /** RegularExpression Id. */
124   int WHILE = 65;
125   /** RegularExpression Id. */
126   int INTEGER_LITERAL = 66;
127   /** RegularExpression Id. */
128   int DECIMAL_LITERAL = 67;
129   /** RegularExpression Id. */
130   int HEX_LITERAL = 68;
131   /** RegularExpression Id. */
132   int OCTAL_LITERAL = 69;
133   /** RegularExpression Id. */
134   int FLOATING_POINT_LITERAL = 70;
135   /** RegularExpression Id. */
136   int EXPONENT = 71;
137   /** RegularExpression Id. */
138   int CHARACTER_LITERAL = 72;
139   /** RegularExpression Id. */
140   int STRING_LITERAL = 73;
141   /** RegularExpression Id. */
142   int IDENTIFIER = 74;
143   /** RegularExpression Id. */
144   int LETTER = 75;
145   /** RegularExpression Id. */
146   int DIGIT = 76;
147   /** RegularExpression Id. */
148   int LPAREN = 77;
149   /** RegularExpression Id. */
150   int RPAREN = 78;
151   /** RegularExpression Id. */
152   int LBRACE = 79;
153   /** RegularExpression Id. */
154   int RBRACE = 80;
155   /** RegularExpression Id. */
156   int LBRACKET = 81;
157   /** RegularExpression Id. */
158   int RBRACKET = 82;
159   /** RegularExpression Id. */
160   int SEMICOLON = 83;
161   /** RegularExpression Id. */
162   int COMMA = 84;
163   /** RegularExpression Id. */
164   int DOT = 85;
165   /** RegularExpression Id. */
166   int AT = 86;
167   /** RegularExpression Id. */
168   int ASSIGN = 87;
169   /** RegularExpression Id. */
170   int LT = 88;
171   /** RegularExpression Id. */
172   int BANG = 89;
173   /** RegularExpression Id. */
174   int TILDE = 90;
175   /** RegularExpression Id. */
176   int HOOK = 91;
177   /** RegularExpression Id. */
178   int COLON = 92;
179   /** RegularExpression Id. */
180   int EQ = 93;
181   /** RegularExpression Id. */
182   int LE = 94;
183   /** RegularExpression Id. */
184   int GE = 95;
185   /** RegularExpression Id. */
186   int NE = 96;
187   /** RegularExpression Id. */
188   int SC_OR = 97;
189   /** RegularExpression Id. */
190   int SC_AND = 98;
191   /** RegularExpression Id. */
192   int INCR = 99;
193   /** RegularExpression Id. */
194   int DECR = 100;
195   /** RegularExpression Id. */
196   int PLUS = 101;
197   /** RegularExpression Id. */
198   int MINUS = 102;
199   /** RegularExpression Id. */
200   int STAR = 103;
201   /** RegularExpression Id. */
202   int SLASH = 104;
203   /** RegularExpression Id. */
204   int BIT_AND = 105;
205   /** RegularExpression Id. */
206   int BIT_OR = 106;
207   /** RegularExpression Id. */
208   int XOR = 107;
209   /** RegularExpression Id. */
210   int REM = 108;
211   /** RegularExpression Id. */
212   int LSHIFT = 109;
213   /** RegularExpression Id. */
214   int PLUSASSIGN = 110;
215   /** RegularExpression Id. */
216   int MINUSASSIGN = 111;
217   /** RegularExpression Id. */
218   int STARASSIGN = 112;
219   /** RegularExpression Id. */
220   int SLASHASSIGN = 113;
221   /** RegularExpression Id. */
222   int ANDASSIGN = 114;
223   /** RegularExpression Id. */
224   int ORASSIGN = 115;
225   /** RegularExpression Id. */
226   int XORASSIGN = 116;
227   /** RegularExpression Id. */
228   int REMASSIGN = 117;
229   /** RegularExpression Id. */
230   int LSHIFTASSIGN = 118;
231   /** RegularExpression Id. */
232   int RSIGNEDSHIFTASSIGN = 119;
233   /** RegularExpression Id. */
234   int RUNSIGNEDSHIFTASSIGN = 120;
235   /** RegularExpression Id. */
236   int ELLIPSIS = 121;
237   /** RegularExpression Id. */
238   int RUNSIGNEDSHIFT = 122;
239   /** RegularExpression Id. */
240   int RSIGNEDSHIFT = 123;
241   /** RegularExpression Id. */
242   int GT = 124;
243 
244   /** Lexical state. */
245   int DEFAULT = 0;
246   /** Lexical state. */
247   int IN_SINGLE_LINE_COMMENT = 1;
248   /** Lexical state. */
249   int IN_FORMAL_COMMENT = 2;
250   /** Lexical state. */
251   int IN_MULTI_LINE_COMMENT = 3;
252 
253   /** Literal token values. */
254   String[] tokenImage = {
255     "<EOF>",
256     "\" \"",
257     "\"\\t\"",
258     "\"\\n\"",
259     "\"\\r\"",
260     "\"\\f\"",
261     "\"//\"",
262     "<token of kind 7>",
263     "\"/*\"",
264     "<SINGLE_LINE_COMMENT>",
265     "\"*/\"",
266     "\"*/\"",
267     "<token of kind 12>",
268     "\"abstract\"",
269     "\"assert\"",
270     "\"boolean\"",
271     "\"break\"",
272     "\"byte\"",
273     "\"case\"",
274     "\"catch\"",
275     "\"char\"",
276     "\"class\"",
277     "\"const\"",
278     "\"continue\"",
279     "\"default\"",
280     "\"do\"",
281     "\"double\"",
282     "\"else\"",
283     "\"enum\"",
284     "\"extends\"",
285     "\"false\"",
286     "\"final\"",
287     "\"finally\"",
288     "\"float\"",
289     "\"for\"",
290     "\"goto\"",
291     "\"if\"",
292     "\"implements\"",
293     "\"import\"",
294     "\"instanceof\"",
295     "\"int\"",
296     "\"interface\"",
297     "\"long\"",
298     "\"native\"",
299     "\"new\"",
300     "\"null\"",
301     "\"package\"",
302     "\"private\"",
303     "\"protected\"",
304     "\"public\"",
305     "\"return\"",
306     "\"short\"",
307     "\"static\"",
308     "\"strictfp\"",
309     "\"super\"",
310     "\"switch\"",
311     "\"synchronized\"",
312     "\"this\"",
313     "\"throw\"",
314     "\"throws\"",
315     "\"transient\"",
316     "\"true\"",
317     "\"try\"",
318     "\"void\"",
319     "\"volatile\"",
320     "\"while\"",
321     "<INTEGER_LITERAL>",
322     "<DECIMAL_LITERAL>",
323     "<HEX_LITERAL>",
324     "<OCTAL_LITERAL>",
325     "<FLOATING_POINT_LITERAL>",
326     "<EXPONENT>",
327     "<CHARACTER_LITERAL>",
328     "<STRING_LITERAL>",
329     "<IDENTIFIER>",
330     "<LETTER>",
331     "<DIGIT>",
332     "\"(\"",
333     "\")\"",
334     "\"{\"",
335     "\"}\"",
336     "\"[\"",
337     "\"]\"",
338     "\";\"",
339     "\",\"",
340     "\".\"",
341     "\"@\"",
342     "\"=\"",
343     "\"<\"",
344     "\"!\"",
345     "\"~\"",
346     "\"?\"",
347     "\":\"",
348     "\"==\"",
349     "\"<=\"",
350     "\">=\"",
351     "\"!=\"",
352     "\"||\"",
353     "\"&&\"",
354     "\"++\"",
355     "\"--\"",
356     "\"+\"",
357     "\"-\"",
358     "\"*\"",
359     "\"/\"",
360     "\"&\"",
361     "\"|\"",
362     "\"^\"",
363     "\"%\"",
364     "\"<<\"",
365     "\"+=\"",
366     "\"-=\"",
367     "\"*=\"",
368     "\"/=\"",
369     "\"&=\"",
370     "\"|=\"",
371     "\"^=\"",
372     "\"%=\"",
373     "\"<<=\"",
374     "\">>=\"",
375     "\">>>=\"",
376     "\"...\"",
377     "\">>>\"",
378     "\">>\"",
379     "\">\"",
380   };
381 
382 }