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