Doxygen
Loading...
Searching...
No Matches
VhdlParserConstants.h
Go to the documentation of this file.
1/* Generated By:JavaCC: Do not edit this line. VhdlParserConstants.java */
2
3/**
4 * Token literal values and constants.
5 * Generated by org.javacc.parser.OtherFilesGenCPP#start()
6 */
7#ifndef VHDLPARSERCONSTANTS_H
8#define VHDLPARSERCONSTANTS_H
9#include "JavaCC.h"
10
11namespace vhdl {
12namespace parser {
13 /** End of File. */
14const int _EOF = 0;
15 /** RegularExpression Id. */
17 /** RegularExpression Id. */
19 /** RegularExpression Id. */
21 /** RegularExpression Id. */
22const int VHDL_COMMENT = 8;
23 /** RegularExpression Id. */
25 /** RegularExpression Id. */
27 /** RegularExpression Id. */
28const int ABS_T = 11;
29 /** RegularExpression Id. */
30const int ACCESS_T = 12;
31 /** RegularExpression Id. */
32const int AFTER_T = 13;
33 /** RegularExpression Id. */
34const int ALIAS_T = 14;
35 /** RegularExpression Id. */
36const int ALL_T = 15;
37 /** RegularExpression Id. */
38const int AND_T = 16;
39 /** RegularExpression Id. */
40const int ARCHITECTURE_T = 17;
41 /** RegularExpression Id. */
42const int ARRAY_T = 18;
43 /** RegularExpression Id. */
44const int ASSERT_T = 19;
45 /** RegularExpression Id. */
46const int ASSUME_T = 20;
47 /** RegularExpression Id. */
48const int ASSUME_GUARANTEE_T = 21;
49 /** RegularExpression Id. */
50const int ATTRIBUTE_T = 22;
51 /** RegularExpression Id. */
52const int BEGIN_T = 23;
53 /** RegularExpression Id. */
54const int BLOCK_T = 24;
55 /** RegularExpression Id. */
56const int BODY_T = 25;
57 /** RegularExpression Id. */
58const int BUFFER_T = 26;
59 /** RegularExpression Id. */
60const int BUS_T = 27;
61 /** RegularExpression Id. */
62const int COMPONENT_T = 28;
63 /** RegularExpression Id. */
64const int CASE_T = 29;
65 /** RegularExpression Id. */
66const int CONFIGURATION_T = 30;
67 /** RegularExpression Id. */
68const int CONSTANT_T = 31;
69 /** RegularExpression Id. */
70const int CONTEXT_T = 32;
71 /** RegularExpression Id. */
72const int COVER_T = 33;
73 /** RegularExpression Id. */
74const int DEFAULT_T = 34;
75 /** RegularExpression Id. */
76const int DISCONNECT_T = 35;
77 /** RegularExpression Id. */
78const int DOWNTO_T = 36;
79 /** RegularExpression Id. */
80const int ELSE_T = 37;
81 /** RegularExpression Id. */
82const int ELSIF_T = 38;
83 /** RegularExpression Id. */
84const int END_T = 39;
85 /** RegularExpression Id. */
86const int ENTITY_T = 40;
87 /** RegularExpression Id. */
88const int EXIT_T = 41;
89 /** RegularExpression Id. */
90const int FAIRNESS_T = 42;
91 /** RegularExpression Id. */
92const int FILE_T = 43;
93 /** RegularExpression Id. */
94const int FOR_T = 44;
95 /** RegularExpression Id. */
96const int FORCE_T = 45;
97 /** RegularExpression Id. */
98const int FUNCTION_T = 46;
99 /** RegularExpression Id. */
100const int GENERATE_T = 47;
101 /** RegularExpression Id. */
102const int GENERIC_T = 48;
103 /** RegularExpression Id. */
104const int GROUP_T = 49;
105 /** RegularExpression Id. */
106const int GUARDED_T = 50;
107 /** RegularExpression Id. */
108const int IF_T = 51;
109 /** RegularExpression Id. */
110const int IMPURE_T = 52;
111 /** RegularExpression Id. */
112const int IN_T = 53;
113 /** RegularExpression Id. */
114const int INERTIAL_T = 54;
115 /** RegularExpression Id. */
116const int INOUT_T = 55;
117 /** RegularExpression Id. */
118const int IS_T = 56;
119 /** RegularExpression Id. */
120const int LABEL_T = 57;
121 /** RegularExpression Id. */
122const int LIBRARY_T = 58;
123 /** RegularExpression Id. */
124const int LINKAGE_T = 59;
125 /** RegularExpression Id. */
126const int LITERAL_T = 60;
127 /** RegularExpression Id. */
128const int LOOP_T = 61;
129 /** RegularExpression Id. */
130const int MAP_T = 62;
131 /** RegularExpression Id. */
132const int MOD_T = 63;
133 /** RegularExpression Id. */
134const int NAND_T = 64;
135 /** RegularExpression Id. */
136const int NEW_T = 65;
137 /** RegularExpression Id. */
138const int NEXT_T = 66;
139 /** RegularExpression Id. */
140const int NOR_T = 67;
141 /** RegularExpression Id. */
142const int NOT_T = 68;
143 /** RegularExpression Id. */
144const int NULL_T = 69;
145 /** RegularExpression Id. */
146const int OF_T = 70;
147 /** RegularExpression Id. */
148const int ON_T = 71;
149 /** RegularExpression Id. */
150const int OPEN_T = 72;
151 /** RegularExpression Id. */
152const int OR_T = 73;
153 /** RegularExpression Id. */
154const int OTHER_T = 74;
155 /** RegularExpression Id. */
156const int OUT_T = 75;
157 /** RegularExpression Id. */
158const int PACKAGE_T = 76;
159 /** RegularExpression Id. */
160const int PARAMETER_T = 77;
161 /** RegularExpression Id. */
162const int PORT_T = 78;
163 /** RegularExpression Id. */
164const int POSTPONED_T = 79;
165 /** RegularExpression Id. */
166const int PRIVATE_T = 80;
167 /** RegularExpression Id. */
168const int PROCEDURE_T = 81;
169 /** RegularExpression Id. */
170const int PROCESS_T = 82;
171 /** RegularExpression Id. */
172const int PROPERTY_T = 83;
173 /** RegularExpression Id. */
174const int PROTECTED_T = 84;
175 /** RegularExpression Id. */
176const int PURE_T = 85;
177 /** RegularExpression Id. */
178const int RANGE_T = 86;
179 /** RegularExpression Id. */
180const int RECORD_T = 87;
181 /** RegularExpression Id. */
182const int REGISTER_T = 88;
183 /** RegularExpression Id. */
184const int REJECT_T = 89;
185 /** RegularExpression Id. */
186const int RELEASE_T = 90;
187 /** RegularExpression Id. */
188const int RESTRICT_T = 91;
189 /** RegularExpression Id. */
190const int RESTRICT_GUARANTEE_T = 92;
191 /** RegularExpression Id. */
192const int REM_T = 93;
193 /** RegularExpression Id. */
194const int REPORT_T = 94;
195 /** RegularExpression Id. */
196const int ROL_T = 95;
197 /** RegularExpression Id. */
198const int ROR_T = 96;
199 /** RegularExpression Id. */
200const int RETURN_T = 97;
201 /** RegularExpression Id. */
202const int SELECT_T = 98;
203 /** RegularExpression Id. */
204const int SEQUENCE_T = 99;
205 /** RegularExpression Id. */
206const int SEVERITY_T = 100;
207 /** RegularExpression Id. */
208const int SIGNAL_T = 101;
209 /** RegularExpression Id. */
210const int SHARED_T = 102;
211 /** RegularExpression Id. */
212const int SLA_T = 103;
213 /** RegularExpression Id. */
214const int SLL_T = 104;
215 /** RegularExpression Id. */
216const int SRA_T = 105;
217 /** RegularExpression Id. */
218const int SRL_T = 106;
219 /** RegularExpression Id. */
220const int STRONG_T = 107;
221 /** RegularExpression Id. */
222const int SUBTYPE_T = 108;
223 /** RegularExpression Id. */
224const int THEN_T = 109;
225 /** RegularExpression Id. */
226const int TO_T = 110;
227 /** RegularExpression Id. */
228const int TRANSPORT_T = 111;
229 /** RegularExpression Id. */
230const int TYPE_T = 112;
231 /** RegularExpression Id. */
232const int UNAFFECTED_T = 113;
233 /** RegularExpression Id. */
234const int UNITS_T = 114;
235 /** RegularExpression Id. */
236const int UNTIL_T = 115;
237 /** RegularExpression Id. */
238const int USE_T = 116;
239 /** RegularExpression Id. */
240const int VARIABLE_T = 117;
241 /** RegularExpression Id. */
242const int VIEW_T = 118;
243 /** RegularExpression Id. */
244const int VMODE_T = 119;
245 /** RegularExpression Id. */
246const int VPROP_T = 120;
247 /** RegularExpression Id. */
248const int VUNIT_T = 121;
249 /** RegularExpression Id. */
250const int WAIT_T = 122;
251 /** RegularExpression Id. */
252const int WHEN_T = 123;
253 /** RegularExpression Id. */
254const int WHILE_T = 124;
255 /** RegularExpression Id. */
256const int WITH_T = 125;
257 /** RegularExpression Id. */
258const int XOR_T = 126;
259 /** RegularExpression Id. */
260const int XNOR_T = 127;
261 /** RegularExpression Id. */
262const int AMPERSAND_T = 128;
263 /** RegularExpression Id. */
264const int APOSTROPHE_T = 129;
265 /** RegularExpression Id. */
266const int LPAREN_T = 130;
267 /** RegularExpression Id. */
268const int RPAREN_T = 131;
269 /** RegularExpression Id. */
270const int DOUBLEMULT_T = 132;
271 /** RegularExpression Id. */
272const int MULT_T = 133;
273 /** RegularExpression Id. */
274const int PLUS_T = 134;
275 /** RegularExpression Id. */
276const int MINUS_T = 135;
277 /** RegularExpression Id. */
278const int COMMA_T = 136;
279 /** RegularExpression Id. */
280const int VARASSIGN_T = 137;
281 /** RegularExpression Id. */
282const int COLON_T = 138;
283 /** RegularExpression Id. */
284const int SEMI_T = 139;
285 /** RegularExpression Id. */
286const int LGT_T = 140;
287 /** RegularExpression Id. */
288const int LESSTHAN_T = 141;
289 /** RegularExpression Id. */
290const int GREATERTHAN_T = 142;
291 /** RegularExpression Id. */
292const int LT_T = 143;
293 /** RegularExpression Id. */
294const int GT_T = 144;
295 /** RegularExpression Id. */
296const int EQU_T = 145;
297 /** RegularExpression Id. */
298const int NOTEQU_T = 146;
299 /** RegularExpression Id. */
300const int ARROW_T = 147;
301 /** RegularExpression Id. */
302const int BOX_T = 148;
303 /** RegularExpression Id. */
304const int SLSL_T = 149;
305 /** RegularExpression Id. */
306const int RSRS_T = 150;
307 /** RegularExpression Id. */
308const int QQ_T = 151;
309 /** RegularExpression Id. */
310const int QGT_T = 152;
311 /** RegularExpression Id. */
312const int QLT_T = 153;
313 /** RegularExpression Id. */
314const int QG_T = 154;
315 /** RegularExpression Id. */
316const int QL_T = 155;
317 /** RegularExpression Id. */
318const int QEQU_T = 156;
319 /** RegularExpression Id. */
320const int QNEQU_T = 157;
321 /** RegularExpression Id. */
322const int Q_T = 158;
323 /** RegularExpression Id. */
324const int BAR_T = 159;
325 /** RegularExpression Id. */
326const int DOT_T = 160;
327 /** RegularExpression Id. */
328const int SLASH_T = 161;
329 /** RegularExpression Id. */
330const int AT_T = 162;
331 /** RegularExpression Id. */
332const int NEG_T = 163;
333 /** RegularExpression Id. */
334const int LBRACKET_T = 164;
335 /** RegularExpression Id. */
336const int RBRACKET_T = 165;
337 /** RegularExpression Id. */
338const int LBRACE = 166;
339 /** RegularExpression Id. */
340const int RBRACE = 167;
341 /** RegularExpression Id. */
342const int INTEGER = 168;
343 /** RegularExpression Id. */
344const int STRINGLITERAL = 169;
345 /** RegularExpression Id. */
346const int BASIC_IDENTIFIER = 170;
347 /** RegularExpression Id. */
348const int EXTENDED_CHARACTER = 171;
349 /** RegularExpression Id. */
350const int CHARACTER_LITERAL = 172;
351 /** RegularExpression Id. */
352const int DECIMAL_LITERAL = 173;
353 /** RegularExpression Id. */
354const int BASED_INTEGER = 174;
355 /** RegularExpression Id. */
356const int BASED_LITERAL = 175;
357 /** RegularExpression Id. */
358const int EXPONENT = 176;
359 /** RegularExpression Id. */
361 /** RegularExpression Id. */
362const int GRAPHIC_CHARACTER = 178;
363 /** RegularExpression Id. */
364const int LETTER_OR_DIGIT = 179;
365 /** RegularExpression Id. */
367 /** RegularExpression Id. */
368const int LETTER = 181;
369 /** RegularExpression Id. */
370const int UPPER_CASE_LETTER = 182;
371 /** RegularExpression Id. */
372const int BIT_STRING_LITERAL = 183;
373 /** RegularExpression Id. */
374const int BASE_SPECIFIER = 184;
375 /** RegularExpression Id. */
376const int STD_LOGIC = 185;
377 /** RegularExpression Id. */
378const int DIGIT = 186;
379 /** RegularExpression Id. */
380const int SPECIAL_CHARACTER = 187;
381 /** RegularExpression Id. */
383 /** RegularExpression Id. */
384const int SPACE_CHARACTER = 189;
385 /** RegularExpression Id. */
386const int LOWER_CASE_LETTER = 190;
387 /** RegularExpression Id. */
388const int QUOTE = 191;
389 /** RegularExpression Id. */
390const int VHDL2008TOOLDIR = 192;
391
392 /** Lexical state. */
393const int DEFAULT = 0;
394
395 /** Literal token values. */
396 static const JJChar tokenImage_arr_0[] =
397{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0};
398 static const JJChar tokenImage_arr_1[] =
399{0x22, 0x20, 0x22, 0};
400 static const JJChar tokenImage_arr_2[] =
401{0x22, 0x9, 0x22, 0};
402 static const JJChar tokenImage_arr_3[] =
403{0x22, 0xa, 0x22, 0};
404 static const JJChar tokenImage_arr_4[] =
405{0x22, 0xd, 0x22, 0};
406 static const JJChar tokenImage_arr_5[] =
407{0x22, 0x3c, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
408 static const JJChar tokenImage_arr_6[] =
409{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
410 static const JJChar tokenImage_arr_7[] =
411{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x46, 0x4c, 0x4f, 0x57, 0x43, 0x48, 0x41, 0x52, 0x54, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
412 static const JJChar tokenImage_arr_8[] =
413{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
414 static const JJChar tokenImage_arr_9[] =
415{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x5f, 0x32, 0x30, 0x30, 0x38, 0x3e, 0x22, 0};
416 static const JJChar tokenImage_arr_10[] =
417{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x32, 0x30, 0x30, 0x38, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
418 static const JJChar tokenImage_arr_11[] =
419{0x22, 0x61, 0x62, 0x73, 0x22, 0};
420 static const JJChar tokenImage_arr_12[] =
421{0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0};
422 static const JJChar tokenImage_arr_13[] =
423{0x22, 0x61, 0x66, 0x74, 0x65, 0x72, 0x22, 0};
424 static const JJChar tokenImage_arr_14[] =
425{0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0};
426 static const JJChar tokenImage_arr_15[] =
427{0x22, 0x61, 0x6c, 0x6c, 0x22, 0};
428 static const JJChar tokenImage_arr_16[] =
429{0x22, 0x61, 0x6e, 0x64, 0x22, 0};
430 static const JJChar tokenImage_arr_17[] =
431{0x22, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0};
432 static const JJChar tokenImage_arr_18[] =
433{0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0};
434 static const JJChar tokenImage_arr_19[] =
435{0x22, 0x61, 0x73, 0x73, 0x65, 0x72, 0x74, 0x22, 0};
436 static const JJChar tokenImage_arr_20[] =
437{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x22, 0};
438 static const JJChar tokenImage_arr_21[] =
439{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};
440 static const JJChar tokenImage_arr_22[] =
441{0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0};
442 static const JJChar tokenImage_arr_23[] =
443{0x22, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x22, 0};
444 static const JJChar tokenImage_arr_24[] =
445{0x22, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0};
446 static const JJChar tokenImage_arr_25[] =
447{0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0};
448 static const JJChar tokenImage_arr_26[] =
449{0x22, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0};
450 static const JJChar tokenImage_arr_27[] =
451{0x22, 0x62, 0x75, 0x73, 0x22, 0};
452 static const JJChar tokenImage_arr_28[] =
453{0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x22, 0};
454 static const JJChar tokenImage_arr_29[] =
455{0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0};
456 static const JJChar tokenImage_arr_30[] =
457{0x22, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};
458 static const JJChar tokenImage_arr_31[] =
459{0x22, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x22, 0};
460 static const JJChar tokenImage_arr_32[] =
461{0x22, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0};
462 static const JJChar tokenImage_arr_33[] =
463{0x22, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x22, 0};
464 static const JJChar tokenImage_arr_34[] =
465{0x22, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0};
466 static const JJChar tokenImage_arr_35[] =
467{0x22, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x22, 0};
468 static const JJChar tokenImage_arr_36[] =
469{0x22, 0x64, 0x6f, 0x77, 0x6e, 0x74, 0x6f, 0x22, 0};
470 static const JJChar tokenImage_arr_37[] =
471{0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0};
472 static const JJChar tokenImage_arr_38[] =
473{0x22, 0x65, 0x6c, 0x73, 0x69, 0x66, 0x22, 0};
474 static const JJChar tokenImage_arr_39[] =
475{0x22, 0x65, 0x6e, 0x64, 0x22, 0};
476 static const JJChar tokenImage_arr_40[] =
477{0x22, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0};
478 static const JJChar tokenImage_arr_41[] =
479{0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0};
480 static const JJChar tokenImage_arr_42[] =
481{0x22, 0x66, 0x61, 0x69, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x22, 0};
482 static const JJChar tokenImage_arr_43[] =
483{0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0};
484 static const JJChar tokenImage_arr_44[] =
485{0x22, 0x66, 0x6f, 0x72, 0x22, 0};
486 static const JJChar tokenImage_arr_45[] =
487{0x22, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x22, 0};
488 static const JJChar tokenImage_arr_46[] =
489{0x22, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};
490 static const JJChar tokenImage_arr_47[] =
491{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x22, 0};
492 static const JJChar tokenImage_arr_48[] =
493{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x22, 0};
494 static const JJChar tokenImage_arr_49[] =
495{0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0};
496 static const JJChar tokenImage_arr_50[] =
497{0x22, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x22, 0};
498 static const JJChar tokenImage_arr_51[] =
499{0x22, 0x69, 0x66, 0x22, 0};
500 static const JJChar tokenImage_arr_52[] =
501{0x22, 0x69, 0x6d, 0x70, 0x75, 0x72, 0x65, 0x22, 0};
502 static const JJChar tokenImage_arr_53[] =
503{0x22, 0x69, 0x6e, 0x22, 0};
504 static const JJChar tokenImage_arr_54[] =
505{0x22, 0x69, 0x6e, 0x65, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x22, 0};
506 static const JJChar tokenImage_arr_55[] =
507{0x22, 0x69, 0x6e, 0x6f, 0x75, 0x74, 0x22, 0};
508 static const JJChar tokenImage_arr_56[] =
509{0x22, 0x69, 0x73, 0x22, 0};
510 static const JJChar tokenImage_arr_57[] =
511{0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0};
512 static const JJChar tokenImage_arr_58[] =
513{0x22, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x22, 0};
514 static const JJChar tokenImage_arr_59[] =
515{0x22, 0x6c, 0x69, 0x6e, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};
516 static const JJChar tokenImage_arr_60[] =
517{0x22, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x22, 0};
518 static const JJChar tokenImage_arr_61[] =
519{0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0};
520 static const JJChar tokenImage_arr_62[] =
521{0x22, 0x6d, 0x61, 0x70, 0x22, 0};
522 static const JJChar tokenImage_arr_63[] =
523{0x22, 0x6d, 0x6f, 0x64, 0x22, 0};
524 static const JJChar tokenImage_arr_64[] =
525{0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0};
526 static const JJChar tokenImage_arr_65[] =
527{0x22, 0x6e, 0x65, 0x77, 0x22, 0};
528 static const JJChar tokenImage_arr_66[] =
529{0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0};
530 static const JJChar tokenImage_arr_67[] =
531{0x22, 0x6e, 0x6f, 0x72, 0x22, 0};
532 static const JJChar tokenImage_arr_68[] =
533{0x22, 0x6e, 0x6f, 0x74, 0x22, 0};
534 static const JJChar tokenImage_arr_69[] =
535{0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0};
536 static const JJChar tokenImage_arr_70[] =
537{0x22, 0x6f, 0x66, 0x22, 0};
538 static const JJChar tokenImage_arr_71[] =
539{0x22, 0x6f, 0x6e, 0x22, 0};
540 static const JJChar tokenImage_arr_72[] =
541{0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0};
542 static const JJChar tokenImage_arr_73[] =
543{0x22, 0x6f, 0x72, 0x22, 0};
544 static const JJChar tokenImage_arr_74[] =
545{0x22, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x22, 0};
546 static const JJChar tokenImage_arr_75[] =
547{0x22, 0x6f, 0x75, 0x74, 0x22, 0};
548 static const JJChar tokenImage_arr_76[] =
549{0x22, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};
550 static const JJChar tokenImage_arr_77[] =
551{0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0};
552 static const JJChar tokenImage_arr_78[] =
553{0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};
554 static const JJChar tokenImage_arr_79[] =
555{0x22, 0x70, 0x6f, 0x73, 0x74, 0x70, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0};
556 static const JJChar tokenImage_arr_80[] =
557{0x22, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0};
558 static const JJChar tokenImage_arr_81[] =
559{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0};
560 static const JJChar tokenImage_arr_82[] =
561{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0};
562 static const JJChar tokenImage_arr_83[] =
563{0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0};
564 static const JJChar tokenImage_arr_84[] =
565{0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};
566 static const JJChar tokenImage_arr_85[] =
567{0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0};
568 static const JJChar tokenImage_arr_86[] =
569{0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0};
570 static const JJChar tokenImage_arr_87[] =
571{0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0};
572 static const JJChar tokenImage_arr_88[] =
573{0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0};
574 static const JJChar tokenImage_arr_89[] =
575{0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0};
576 static const JJChar tokenImage_arr_90[] =
577{0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0};
578 static const JJChar tokenImage_arr_91[] =
579{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0};
580 static const JJChar tokenImage_arr_92[] =
581{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};
582 static const JJChar tokenImage_arr_93[] =
583{0x22, 0x72, 0x65, 0x6d, 0x22, 0};
584 static const JJChar tokenImage_arr_94[] =
585{0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};
586 static const JJChar tokenImage_arr_95[] =
587{0x22, 0x72, 0x6f, 0x6c, 0x22, 0};
588 static const JJChar tokenImage_arr_96[] =
589{0x22, 0x72, 0x6f, 0x72, 0x22, 0};
590 static const JJChar tokenImage_arr_97[] =
591{0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0};
592 static const JJChar tokenImage_arr_98[] =
593{0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0};
594 static const JJChar tokenImage_arr_99[] =
595{0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0};
596 static const JJChar tokenImage_arr_100[] =
597{0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0};
598 static const JJChar tokenImage_arr_101[] =
599{0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0};
600 static const JJChar tokenImage_arr_102[] =
601{0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0};
602 static const JJChar tokenImage_arr_103[] =
603{0x22, 0x73, 0x6c, 0x61, 0x22, 0};
604 static const JJChar tokenImage_arr_104[] =
605{0x22, 0x73, 0x6c, 0x6c, 0x22, 0};
606 static const JJChar tokenImage_arr_105[] =
607{0x22, 0x73, 0x72, 0x61, 0x22, 0};
608 static const JJChar tokenImage_arr_106[] =
609{0x22, 0x73, 0x72, 0x6c, 0x22, 0};
610 static const JJChar tokenImage_arr_107[] =
611{0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0};
612 static const JJChar tokenImage_arr_108[] =
613{0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0};
614 static const JJChar tokenImage_arr_109[] =
615{0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0};
616 static const JJChar tokenImage_arr_110[] =
617{0x22, 0x74, 0x6f, 0x22, 0};
618 static const JJChar tokenImage_arr_111[] =
619{0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};
620 static const JJChar tokenImage_arr_112[] =
621{0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0};
622 static const JJChar tokenImage_arr_113[] =
623{0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};
624 static const JJChar tokenImage_arr_114[] =
625{0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0};
626 static const JJChar tokenImage_arr_115[] =
627{0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0};
628 static const JJChar tokenImage_arr_116[] =
629{0x22, 0x75, 0x73, 0x65, 0x22, 0};
630 static const JJChar tokenImage_arr_117[] =
631{0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0};
632 static const JJChar tokenImage_arr_118[] =
633{0x22, 0x76, 0x69, 0x65, 0x77, 0x22, 0};
634 static const JJChar tokenImage_arr_119[] =
635{0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0};
636 static const JJChar tokenImage_arr_120[] =
637{0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0};
638 static const JJChar tokenImage_arr_121[] =
639{0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0};
640 static const JJChar tokenImage_arr_122[] =
641{0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0};
642 static const JJChar tokenImage_arr_123[] =
643{0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0};
644 static const JJChar tokenImage_arr_124[] =
645{0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0};
646 static const JJChar tokenImage_arr_125[] =
647{0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0};
648 static const JJChar tokenImage_arr_126[] =
649{0x22, 0x78, 0x6f, 0x72, 0x22, 0};
650 static const JJChar tokenImage_arr_127[] =
651{0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0};
652 static const JJChar tokenImage_arr_128[] =
653{0x22, 0x26, 0x22, 0};
654 static const JJChar tokenImage_arr_129[] =
655{0x22, 0x27, 0x22, 0};
656 static const JJChar tokenImage_arr_130[] =
657{0x22, 0x28, 0x22, 0};
658 static const JJChar tokenImage_arr_131[] =
659{0x22, 0x29, 0x22, 0};
660 static const JJChar tokenImage_arr_132[] =
661{0x22, 0x2a, 0x2a, 0x22, 0};
662 static const JJChar tokenImage_arr_133[] =
663{0x22, 0x2a, 0x22, 0};
664 static const JJChar tokenImage_arr_134[] =
665{0x22, 0x2b, 0x22, 0};
666 static const JJChar tokenImage_arr_135[] =
667{0x22, 0x2d, 0x22, 0};
668 static const JJChar tokenImage_arr_136[] =
669{0x22, 0x2c, 0x22, 0};
670 static const JJChar tokenImage_arr_137[] =
671{0x22, 0x3a, 0x3d, 0x22, 0};
672 static const JJChar tokenImage_arr_138[] =
673{0x22, 0x3a, 0x22, 0};
674 static const JJChar tokenImage_arr_139[] =
675{0x22, 0x3b, 0x22, 0};
676 static const JJChar tokenImage_arr_140[] =
677{0x22, 0x3c, 0x3d, 0x3e, 0x22, 0};
678 static const JJChar tokenImage_arr_141[] =
679{0x22, 0x3c, 0x3d, 0x22, 0};
680 static const JJChar tokenImage_arr_142[] =
681{0x22, 0x3e, 0x3d, 0x22, 0};
682 static const JJChar tokenImage_arr_143[] =
683{0x22, 0x3c, 0x22, 0};
684 static const JJChar tokenImage_arr_144[] =
685{0x22, 0x3e, 0x22, 0};
686 static const JJChar tokenImage_arr_145[] =
687{0x22, 0x3d, 0x22, 0};
688 static const JJChar tokenImage_arr_146[] =
689{0x22, 0x2f, 0x3d, 0x22, 0};
690 static const JJChar tokenImage_arr_147[] =
691{0x22, 0x3d, 0x3e, 0x22, 0};
692 static const JJChar tokenImage_arr_148[] =
693{0x22, 0x3c, 0x3e, 0x22, 0};
694 static const JJChar tokenImage_arr_149[] =
695{0x22, 0x3c, 0x3c, 0x22, 0};
696 static const JJChar tokenImage_arr_150[] =
697{0x22, 0x3e, 0x3e, 0x22, 0};
698 static const JJChar tokenImage_arr_151[] =
699{0x22, 0x3f, 0x3f, 0x22, 0};
700 static const JJChar tokenImage_arr_152[] =
701{0x22, 0x3f, 0x3e, 0x3d, 0x22, 0};
702 static const JJChar tokenImage_arr_153[] =
703{0x22, 0x3f, 0x3c, 0x3d, 0x22, 0};
704 static const JJChar tokenImage_arr_154[] =
705{0x22, 0x3f, 0x3e, 0x22, 0};
706 static const JJChar tokenImage_arr_155[] =
707{0x22, 0x3f, 0x3c, 0x22, 0};
708 static const JJChar tokenImage_arr_156[] =
709{0x22, 0x3f, 0x3d, 0x22, 0};
710 static const JJChar tokenImage_arr_157[] =
711{0x22, 0x3f, 0x2f, 0x3d, 0x22, 0};
712 static const JJChar tokenImage_arr_158[] =
713{0x22, 0x3f, 0x22, 0};
714 static const JJChar tokenImage_arr_159[] =
715{0x22, 0x7c, 0x22, 0};
716 static const JJChar tokenImage_arr_160[] =
717{0x22, 0x2e, 0x22, 0};
718 static const JJChar tokenImage_arr_161[] =
719{0x22, 0x2f, 0x22, 0};
720 static const JJChar tokenImage_arr_162[] =
721{0x22, 0x40, 0x22, 0};
722 static const JJChar tokenImage_arr_163[] =
723{0x22, 0x5e, 0x22, 0};
724 static const JJChar tokenImage_arr_164[] =
725{0x22, 0x5b, 0x22, 0};
726 static const JJChar tokenImage_arr_165[] =
727{0x22, 0x5d, 0x22, 0};
728 static const JJChar tokenImage_arr_166[] =
729{0x22, 0x7b, 0x22, 0};
730 static const JJChar tokenImage_arr_167[] =
731{0x22, 0x7d, 0x22, 0};
732 static const JJChar tokenImage_arr_168[] =
733{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};
734 static const JJChar tokenImage_arr_169[] =
735{0x22, 0x3c, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
736 static const JJChar tokenImage_arr_170[] =
737{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};
738 static const JJChar tokenImage_arr_171[] =
739{0x22, 0x3c, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
740 static const JJChar tokenImage_arr_172[] =
741{0x22, 0x3c, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
742 static const JJChar tokenImage_arr_173[] =
743{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
744 static const JJChar tokenImage_arr_174[] =
745{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};
746 static const JJChar tokenImage_arr_175[] =
747{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
748 static const JJChar tokenImage_arr_176[] =
749{0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};
750 static const JJChar tokenImage_arr_177[] =
751{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
752 static const JJChar tokenImage_arr_178[] =
753{0x22, 0x3c, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
754 static const JJChar tokenImage_arr_179[] =
755{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};
756 static const JJChar tokenImage_arr_180[] =
757{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x5f, 0x4f, 0x52, 0x5f, 0x53, 0x54, 0x44, 0x3e, 0x22, 0};
758 static const JJChar tokenImage_arr_181[] =
759{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
760 static const JJChar tokenImage_arr_182[] =
761{0x22, 0x3c, 0x55, 0x50, 0x50, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
762 static const JJChar tokenImage_arr_183[] =
763{0x22, 0x3c, 0x42, 0x49, 0x54, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
764 static const JJChar tokenImage_arr_184[] =
765{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};
766 static const JJChar tokenImage_arr_185[] =
767{0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0};
768 static const JJChar tokenImage_arr_186[] =
769{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};
770 static const JJChar tokenImage_arr_187[] =
771{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
772 static const JJChar tokenImage_arr_188[] =
773{0x22, 0x3c, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
774 static const JJChar tokenImage_arr_189[] =
775{0x22, 0x3c, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
776 static const JJChar tokenImage_arr_190[] =
777{0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
778 static const JJChar tokenImage_arr_191[] =
779{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0};
780 static const JJChar tokenImage_arr_192[] =
781{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0};
782 static const JJChar* const tokenImage[] = {
976 };
977
978}
979}
980#endif
JAVACC_CHAR_TYPE JJChar
Definition JavaCC.h:21
static const JJChar tokenImage_arr_148[]
const int EXTENDED_CHARACTER
RegularExpression Id.
const int SPECIAL_CHARACTER
RegularExpression Id.
static const JJChar tokenImage_arr_72[]
static const JJChar tokenImage_arr_4[]
const int MULT_T
RegularExpression Id.
const int FAIRNESS_T
RegularExpression Id.
const int EXPONENT
RegularExpression Id.
const int PRIVATE_T
RegularExpression Id.
const int LETTER_OR_DIGIT_OR_STD
RegularExpression Id.
static const JJChar tokenImage_arr_58[]
const int COLON_T
RegularExpression Id.
static const JJChar tokenImage_arr_66[]
static const JJChar tokenImage_arr_18[]
static const JJChar tokenImage_arr_129[]
const int USE_T
RegularExpression Id.
const int SIGNAL_T
RegularExpression Id.
const int LPAREN_T
RegularExpression Id.
const int MAP_T
RegularExpression Id.
static const JJChar tokenImage_arr_87[]
const int VPROP_T
RegularExpression Id.
const int UNTIL_T
RegularExpression Id.
const int WITH_T
RegularExpression Id.
static const JJChar tokenImage_arr_63[]
static const JJChar tokenImage_arr_174[]
static const JJChar tokenImage_arr_90[]
const int BASED_INTEGER
RegularExpression Id.
const int SRL_T
RegularExpression Id.
const int FOR_T
RegularExpression Id.
static const JJChar tokenImage_arr_29[]
const int CHARACTER_LITERAL
RegularExpression Id.
static const JJChar tokenImage_arr_48[]
static const JJChar tokenImage_arr_64[]
const int QLT_T
RegularExpression Id.
static const JJChar tokenImage_arr_22[]
const int GROUP_T
RegularExpression Id.
const int NOT_T
RegularExpression Id.
static const JJChar tokenImage_arr_95[]
static const JJChar tokenImage_arr_170[]
static const JJChar tokenImage_arr_47[]
static const JJChar tokenImage_arr_89[]
static const JJChar tokenImage_arr_100[]
static const JJChar tokenImage_arr_9[]
static const JJChar tokenImage_arr_113[]
const int BASIC_GRAPHIC_CHARACTER
RegularExpression Id.
const int LOWER_CASE_LETTER
RegularExpression Id.
static const JJChar tokenImage_arr_103[]
const int STRINGLITERAL
RegularExpression Id.
const int LGT_T
RegularExpression Id.
const int BLOCK_T
RegularExpression Id.
static const JJChar *const tokenImage[]
static const JJChar tokenImage_arr_92[]
static const JJChar tokenImage_arr_50[]
const int LBRACE
RegularExpression Id.
const int PROCESS_T
RegularExpression Id.
static const JJChar tokenImage_arr_40[]
static const JJChar tokenImage_arr_136[]
const int BUS_T
RegularExpression Id.
const int VIEW_T
RegularExpression Id.
static const JJChar tokenImage_arr_83[]
static const JJChar tokenImage_arr_189[]
static const JJChar tokenImage_arr_190[]
const int ASSERT_T
RegularExpression Id.
const int BODY_T
RegularExpression Id.
const int STD_LOGIC
RegularExpression Id.
static const JJChar tokenImage_arr_94[]
static const JJChar tokenImage_arr_120[]
const int CONFIGURATION_T
RegularExpression Id.
static const JJChar tokenImage_arr_37[]
const int UPPER_CASE_LETTER
RegularExpression Id.
static const JJChar tokenImage_arr_96[]
const int DOXYGEN_VHDL_COMMENT
RegularExpression Id.
static const JJChar tokenImage_arr_138[]
const int OF_T
RegularExpression Id.
static const JJChar tokenImage_arr_74[]
const int VHDL_COMMENT
RegularExpression Id.
const int RANGE_T
RegularExpression Id.
const int DECIMAL_LITERAL
RegularExpression Id.
const int CONTEXT_T
RegularExpression Id.
static const JJChar tokenImage_arr_52[]
static const JJChar tokenImage_arr_15[]
const int GENERIC_T
RegularExpression Id.
static const JJChar tokenImage_arr_71[]
static const JJChar tokenImage_arr_101[]
const int NEG_T
RegularExpression Id.
static const JJChar tokenImage_arr_130[]
const int ROL_T
RegularExpression Id.
const int SLSL_T
RegularExpression Id.
const int VMODE_T
RegularExpression Id.
static const JJChar tokenImage_arr_122[]
static const JJChar tokenImage_arr_82[]
static const JJChar tokenImage_arr_115[]
const int AMPERSAND_T
RegularExpression Id.
const int _EOF
End of File.
static const JJChar tokenImage_arr_88[]
const int SEMI_T
RegularExpression Id.
static const JJChar tokenImage_arr_117[]
const int BASED_LITERAL
RegularExpression Id.
static const JJChar tokenImage_arr_132[]
const int QEQU_T
RegularExpression Id.
const int PURE_T
RegularExpression Id.
const int ABS_T
RegularExpression Id.
static const JJChar tokenImage_arr_143[]
const int APOSTROPHE_T
RegularExpression Id.
const int QG_T
RegularExpression Id.
static const JJChar tokenImage_arr_139[]
const int INOUT_T
RegularExpression Id.
const int GRAPHIC_CHARACTER
RegularExpression Id.
static const JJChar tokenImage_arr_180[]
const int SRA_T
RegularExpression Id.
static const JJChar tokenImage_arr_24[]
const int VHDL_FLOWCHART_COMMENT
RegularExpression Id.
static const JJChar tokenImage_arr_163[]
static const JJChar tokenImage_arr_111[]
const int FORCE_T
RegularExpression Id.
static const JJChar tokenImage_arr_158[]
const int POSTPONED_T
RegularExpression Id.
const int NOR_T
RegularExpression Id.
const int OTHER_SPECIAL_CHARACTER
RegularExpression Id.
const int STRONG_T
RegularExpression Id.
static const JJChar tokenImage_arr_104[]
const int NAND_T
RegularExpression Id.
const int FILE_T
RegularExpression Id.
const int DIGIT
RegularExpression Id.
const int BEGIN_T
RegularExpression Id.
const int LINKAGE_T
RegularExpression Id.
const int ASSUME_GUARANTEE_T
RegularExpression Id.
static const JJChar tokenImage_arr_105[]
const int NOTEQU_T
RegularExpression Id.
const int LBRACKET_T
RegularExpression Id.
static const JJChar tokenImage_arr_28[]
const int REGISTER_T
RegularExpression Id.
static const JJChar tokenImage_arr_62[]
const int PARAMETER_T
RegularExpression Id.
static const JJChar tokenImage_arr_126[]
const int MINUS_T
RegularExpression Id.
const int BUFFER_T
RegularExpression Id.
const int IS_T
RegularExpression Id.
const int RPAREN_T
RegularExpression Id.
static const JJChar tokenImage_arr_125[]
static const JJChar tokenImage_arr_119[]
static const JJChar tokenImage_arr_26[]
const int ARRAY_T
RegularExpression Id.
const int PLUS_T
RegularExpression Id.
static const JJChar tokenImage_arr_12[]
static const JJChar tokenImage_arr_109[]
static const JJChar tokenImage_arr_184[]
const int SELECT_T
RegularExpression Id.
static const JJChar tokenImage_arr_164[]
static const JJChar tokenImage_arr_185[]
const int DISCONNECT_T
RegularExpression Id.
const int OUT_T
RegularExpression Id.
static const JJChar tokenImage_arr_13[]
static const JJChar tokenImage_arr_31[]
static const JJChar tokenImage_arr_19[]
const int LABEL_T
RegularExpression Id.
static const JJChar tokenImage_arr_68[]
const int BIT_STRING_LITERAL
RegularExpression Id.
const int RELEASE_T
RegularExpression Id.
static const JJChar tokenImage_arr_134[]
const int DEFAULT
Lexical state.
static const JJChar tokenImage_arr_106[]
const int TYPE_T
RegularExpression Id.
static const JJChar tokenImage_arr_121[]
const int SLASH_T
RegularExpression Id.
static const JJChar tokenImage_arr_25[]
const int LIBRARY_T
RegularExpression Id.
const int COVER_T
RegularExpression Id.
const int ATTRIBUTE_T
RegularExpression Id.
const int ROR_T
RegularExpression Id.
const int SEQUENCE_T
RegularExpression Id.
const int GT_T
RegularExpression Id.
static const JJChar tokenImage_arr_70[]
static const JJChar tokenImage_arr_91[]
static const JJChar tokenImage_arr_54[]
const int RESTRICT_GUARANTEE_T
RegularExpression Id.
const int LITERAL_T
RegularExpression Id.
static const JJChar tokenImage_arr_7[]
static const JJChar tokenImage_arr_135[]
const int ASSUME_T
RegularExpression Id.
static const JJChar tokenImage_arr_1[]
static const JJChar tokenImage_arr_45[]
static const JJChar tokenImage_arr_192[]
const int REM_T
RegularExpression Id.
const int DOUBLEMULT_T
RegularExpression Id.
const int IF_T
RegularExpression Id.
const int OPEN_T
RegularExpression Id.
static const JJChar tokenImage_arr_173[]
const int GUARDED_T
RegularExpression Id.
const int ELSIF_T
RegularExpression Id.
const int GENERATE_T
RegularExpression Id.
const int BASE_SPECIFIER
RegularExpression Id.
const int RETURN_T
RegularExpression Id.
static const JJChar tokenImage_arr_153[]
static const JJChar tokenImage_arr_79[]
static const JJChar tokenImage_arr_169[]
static const JJChar tokenImage_arr_98[]
const int ON_T
RegularExpression Id.
static const JJChar tokenImage_arr_73[]
const int QGT_T
RegularExpression Id.
const int PORT_T
RegularExpression Id.
const int VARASSIGN_T
RegularExpression Id.
static const JJChar tokenImage_arr_75[]
static const JJChar tokenImage_arr_86[]
const int GREATERTHAN_T
RegularExpression Id.
const int PROPERTY_T
RegularExpression Id.
const int PACKAGE_T
RegularExpression Id.
const int LETTER
RegularExpression Id.
static const JJChar tokenImage_arr_99[]
static const JJChar tokenImage_arr_39[]
static const JJChar tokenImage_arr_144[]
const int RECORD_T
RegularExpression Id.
const int LT_T
RegularExpression Id.
const int ARROW_T
RegularExpression Id.
static const JJChar tokenImage_arr_57[]
static const JJChar tokenImage_arr_177[]
static const JJChar tokenImage_arr_69[]
static const JJChar tokenImage_arr_32[]
static const JJChar tokenImage_arr_141[]
const int EXIT_T
RegularExpression Id.
static const JJChar tokenImage_arr_33[]
static const JJChar tokenImage_arr_188[]
static const JJChar tokenImage_arr_42[]
static const JJChar tokenImage_arr_161[]
const int MOD_T
RegularExpression Id.
const int QQ_T
RegularExpression Id.
static const JJChar tokenImage_arr_112[]
static const JJChar tokenImage_arr_183[]
static const JJChar tokenImage_arr_181[]
static const JJChar tokenImage_arr_155[]
const int THEN_T
RegularExpression Id.
static const JJChar tokenImage_arr_21[]
static const JJChar tokenImage_arr_2[]
const int ENTITY_T
RegularExpression Id.
static const JJChar tokenImage_arr_36[]
static const JJChar tokenImage_arr_85[]
static const JJChar tokenImage_arr_20[]
const int LOOP_T
RegularExpression Id.
const int NEXT_T
RegularExpression Id.
const int ALL_T
RegularExpression Id.
static const JJChar tokenImage_arr_17[]
const int LESSTHAN_T
RegularExpression Id.
static const JJChar tokenImage_arr_65[]
const int PROTECTED_T
RegularExpression Id.
const int END_T
RegularExpression Id.
const int LETTER_OR_DIGIT
RegularExpression Id.
static const JJChar tokenImage_arr_56[]
static const JJChar tokenImage_arr_147[]
static const JJChar tokenImage_arr_187[]
const int REJECT_T
RegularExpression Id.
static const JJChar tokenImage_arr_84[]
static const JJChar tokenImage_arr_168[]
static const JJChar tokenImage_arr_8[]
static const JJChar tokenImage_arr_77[]
const int SHARED_T
RegularExpression Id.
static const JJChar tokenImage_arr_93[]
static const JJChar tokenImage_arr_165[]
const int NULL_T
RegularExpression Id.
const int Q_T
RegularExpression Id.
const int UNITS_T
RegularExpression Id.
const int SUBTYPE_T
RegularExpression Id.
const int VARIABLE_T
RegularExpression Id.
static const JJChar tokenImage_arr_43[]
const int DOT_T
RegularExpression Id.
const int AT_T
RegularExpression Id.
static const JJChar tokenImage_arr_49[]
static const JJChar tokenImage_arr_3[]
static const JJChar tokenImage_arr_44[]
static const JJChar tokenImage_arr_16[]
static const JJChar tokenImage_arr_27[]
static const JJChar tokenImage_arr_60[]
static const JJChar tokenImage_arr_110[]
const int BASIC_IDENTIFIER
RegularExpression Id.
const int OTHER_T
RegularExpression Id.
static const JJChar tokenImage_arr_118[]
static const JJChar tokenImage_arr_156[]
static const JJChar tokenImage_arr_150[]
const int EQU_T
RegularExpression Id.
const int ELSE_T
RegularExpression Id.
static const JJChar tokenImage_arr_80[]
static const JJChar tokenImage_arr_23[]
static const JJChar tokenImage_arr_154[]
const int SLA_T
RegularExpression Id.
static const JJChar tokenImage_arr_176[]
const int TO_T
RegularExpression Id.
const int PROCEDURE_T
RegularExpression Id.
static const JJChar tokenImage_arr_157[]
static const JJChar tokenImage_arr_186[]
const int COMPONENT_T
RegularExpression Id.
static const JJChar tokenImage_arr_6[]
const int MULT_VHDL_2008_COMMENT
RegularExpression Id.
static const JJChar tokenImage_arr_166[]
static const JJChar tokenImage_arr_191[]
static const JJChar tokenImage_arr_178[]
static const JJChar tokenImage_arr_131[]
static const JJChar tokenImage_arr_97[]
static const JJChar tokenImage_arr_114[]
const int COMMA_T
RegularExpression Id.
static const JJChar tokenImage_arr_14[]
const int REPORT_T
RegularExpression Id.
const int CONSTANT_T
RegularExpression Id.
const int XOR_T
RegularExpression Id.
const int ALIAS_T
RegularExpression Id.
const int RBRACE
RegularExpression Id.
const int ACCESS_T
RegularExpression Id.
static const JJChar tokenImage_arr_142[]
static const JJChar tokenImage_arr_171[]
static const JJChar tokenImage_arr_172[]
const int MULT_DOXYGEN_COMMENT
RegularExpression Id.
static const JJChar tokenImage_arr_152[]
const int IMPURE_T
RegularExpression Id.
static const JJChar tokenImage_arr_128[]
const int SEVERITY_T
RegularExpression Id.
const int RSRS_T
RegularExpression Id.
static const JJChar tokenImage_arr_146[]
const int IN_T
RegularExpression Id.
static const JJChar tokenImage_arr_38[]
const int QL_T
RegularExpression Id.
static const JJChar tokenImage_arr_167[]
static const JJChar tokenImage_arr_102[]
static const JJChar tokenImage_arr_11[]
const int SLL_T
RegularExpression Id.
static const JJChar tokenImage_arr_46[]
static const JJChar tokenImage_arr_108[]
const int WHEN_T
RegularExpression Id.
static const JJChar tokenImage_arr_0[]
Literal token values.
static const JJChar tokenImage_arr_149[]
static const JJChar tokenImage_arr_30[]
const int RESTRICT_T
RegularExpression Id.
const int TRANSPORT_T
RegularExpression Id.
static const JJChar tokenImage_arr_145[]
static const JJChar tokenImage_arr_127[]
const int VUNIT_T
RegularExpression Id.
const int MULT_DOXYGEN_VHDL_COMMENT_2008
RegularExpression Id.
static const JJChar tokenImage_arr_137[]
static const JJChar tokenImage_arr_35[]
static const JJChar tokenImage_arr_61[]
const int QNEQU_T
RegularExpression Id.
const int OR_T
RegularExpression Id.
const int WAIT_T
RegularExpression Id.
static const JJChar tokenImage_arr_34[]
static const JJChar tokenImage_arr_78[]
static const JJChar tokenImage_arr_140[]
const int CASE_T
RegularExpression Id.
static const JJChar tokenImage_arr_182[]
const int VHDL2008TOOLDIR
RegularExpression Id.
const int QUOTE
RegularExpression Id.
static const JJChar tokenImage_arr_59[]
const int DOWNTO_T
RegularExpression Id.
static const JJChar tokenImage_arr_159[]
static const JJChar tokenImage_arr_179[]
static const JJChar tokenImage_arr_51[]
const int AND_T
RegularExpression Id.
static const JJChar tokenImage_arr_175[]
static const JJChar tokenImage_arr_107[]
const int UNAFFECTED_T
RegularExpression Id.
static const JJChar tokenImage_arr_81[]
static const JJChar tokenImage_arr_5[]
const int NEW_T
RegularExpression Id.
const int WHILE_T
RegularExpression Id.
static const JJChar tokenImage_arr_151[]
const int BAR_T
RegularExpression Id.
const int XNOR_T
RegularExpression Id.
static const JJChar tokenImage_arr_116[]
const int DEFAULT_T
RegularExpression Id.
const int BOX_T
RegularExpression Id.
static const JJChar tokenImage_arr_133[]
const int ARCHITECTURE_T
RegularExpression Id.
const int INERTIAL_T
RegularExpression Id.
static const JJChar tokenImage_arr_53[]
static const JJChar tokenImage_arr_162[]
static const JJChar tokenImage_arr_124[]
static const JJChar tokenImage_arr_55[]
static const JJChar tokenImage_arr_10[]
const int RBRACKET_T
RegularExpression Id.
static const JJChar tokenImage_arr_123[]
static const JJChar tokenImage_arr_160[]
static const JJChar tokenImage_arr_67[]
const int INTEGER
RegularExpression Id.
static const JJChar tokenImage_arr_76[]
const int AFTER_T
RegularExpression Id.
const int SPACE_CHARACTER
RegularExpression Id.
static const JJChar tokenImage_arr_41[]
const int FUNCTION_T
RegularExpression Id.
Token literal values and constants.
Definition CharStream.h:12