Doxygen
Loading...
Searching...
No Matches
vhdl::parser Namespace Reference

Classes

class  CharStream
 This class describes a character stream that maintains line and column number positions of the characters. More...
 
class  ErrorHandler
 
struct  JJCalls
 
class  ParseException
 This exception is thrown when parse errors are encountered. More...
 
class  Token
 Describes the input token stream. More...
 
class  TokenManager
 An implementation for this interface is generated by JavaCCParser. More...
 
class  TokenManagerErrorHandler
 
class  TokenMgrError
 
class  TokenParser
 
class  VhdlErrorHandler
 
class  VhdlParser
 
class  VhdlParserTokenManager
 Token Manager. More...
 
class  VhdlTokenManagerErrorHandler
 

Enumerations

enum  LexerErrors { LEXICAL_ERROR = 0 , STATIC_LEXER_ERROR = 1 , INVALID_LEXICAL_STATE = 2 , LOOP_DETECTED = 3 }
 

Functions

JJSimpleString addUnicodeEscapes (const JJString &str)
 

Variables

const int _EOF = 0
 End of File.
 
const int DOXYGEN_VHDL_COMMENT = 5
 RegularExpression Id.
 
const int MULT_DOXYGEN_COMMENT = 6
 RegularExpression Id.
 
const int VHDL_FLOWCHART_COMMENT = 7
 RegularExpression Id.
 
const int VHDL_COMMENT = 8
 RegularExpression Id.
 
const int MULT_DOXYGEN_VHDL_COMMENT_2008 = 9
 RegularExpression Id.
 
const int MULT_VHDL_2008_COMMENT = 10
 RegularExpression Id.
 
const int ABS_T = 11
 RegularExpression Id.
 
const int ACCESS_T = 12
 RegularExpression Id.
 
const int AFTER_T = 13
 RegularExpression Id.
 
const int ALIAS_T = 14
 RegularExpression Id.
 
const int ALL_T = 15
 RegularExpression Id.
 
const int AND_T = 16
 RegularExpression Id.
 
const int ARCHITECTURE_T = 17
 RegularExpression Id.
 
const int ARRAY_T = 18
 RegularExpression Id.
 
const int ASSERT_T = 19
 RegularExpression Id.
 
const int ASSUME_T = 20
 RegularExpression Id.
 
const int ASSUME_GUARANTEE_T = 21
 RegularExpression Id.
 
const int ATTRIBUTE_T = 22
 RegularExpression Id.
 
const int BEGIN_T = 23
 RegularExpression Id.
 
const int BLOCK_T = 24
 RegularExpression Id.
 
const int BODY_T = 25
 RegularExpression Id.
 
const int BUFFER_T = 26
 RegularExpression Id.
 
const int BUS_T = 27
 RegularExpression Id.
 
const int COMPONENT_T = 28
 RegularExpression Id.
 
const int CASE_T = 29
 RegularExpression Id.
 
const int CONFIGURATION_T = 30
 RegularExpression Id.
 
const int CONSTANT_T = 31
 RegularExpression Id.
 
const int CONTEXT_T = 32
 RegularExpression Id.
 
const int COVER_T = 33
 RegularExpression Id.
 
const int DEFAULT_T = 34
 RegularExpression Id.
 
const int DISCONNECT_T = 35
 RegularExpression Id.
 
const int DOWNTO_T = 36
 RegularExpression Id.
 
const int ELSE_T = 37
 RegularExpression Id.
 
const int ELSIF_T = 38
 RegularExpression Id.
 
const int END_T = 39
 RegularExpression Id.
 
const int ENTITY_T = 40
 RegularExpression Id.
 
const int EXIT_T = 41
 RegularExpression Id.
 
const int FAIRNESS_T = 42
 RegularExpression Id.
 
const int FILE_T = 43
 RegularExpression Id.
 
const int FOR_T = 44
 RegularExpression Id.
 
const int FORCE_T = 45
 RegularExpression Id.
 
const int FUNCTION_T = 46
 RegularExpression Id.
 
const int GENERATE_T = 47
 RegularExpression Id.
 
const int GENERIC_T = 48
 RegularExpression Id.
 
const int GROUP_T = 49
 RegularExpression Id.
 
const int GUARDED_T = 50
 RegularExpression Id.
 
const int IF_T = 51
 RegularExpression Id.
 
const int IMPURE_T = 52
 RegularExpression Id.
 
const int IN_T = 53
 RegularExpression Id.
 
const int INERTIAL_T = 54
 RegularExpression Id.
 
const int INOUT_T = 55
 RegularExpression Id.
 
const int IS_T = 56
 RegularExpression Id.
 
const int LABEL_T = 57
 RegularExpression Id.
 
const int LIBRARY_T = 58
 RegularExpression Id.
 
const int LINKAGE_T = 59
 RegularExpression Id.
 
const int LITERAL_T = 60
 RegularExpression Id.
 
const int LOOP_T = 61
 RegularExpression Id.
 
const int MAP_T = 62
 RegularExpression Id.
 
const int MOD_T = 63
 RegularExpression Id.
 
const int NAND_T = 64
 RegularExpression Id.
 
const int NEW_T = 65
 RegularExpression Id.
 
const int NEXT_T = 66
 RegularExpression Id.
 
const int NOR_T = 67
 RegularExpression Id.
 
const int NOT_T = 68
 RegularExpression Id.
 
const int NULL_T = 69
 RegularExpression Id.
 
const int OF_T = 70
 RegularExpression Id.
 
const int ON_T = 71
 RegularExpression Id.
 
const int OPEN_T = 72
 RegularExpression Id.
 
const int OR_T = 73
 RegularExpression Id.
 
const int OTHER_T = 74
 RegularExpression Id.
 
const int OUT_T = 75
 RegularExpression Id.
 
const int PACKAGE_T = 76
 RegularExpression Id.
 
const int PARAMETER_T = 77
 RegularExpression Id.
 
const int PORT_T = 78
 RegularExpression Id.
 
const int POSTPONED_T = 79
 RegularExpression Id.
 
const int PRIVATE_T = 80
 RegularExpression Id.
 
const int PROCEDURE_T = 81
 RegularExpression Id.
 
const int PROCESS_T = 82
 RegularExpression Id.
 
const int PROPERTY_T = 83
 RegularExpression Id.
 
const int PROTECTED_T = 84
 RegularExpression Id.
 
const int PURE_T = 85
 RegularExpression Id.
 
const int RANGE_T = 86
 RegularExpression Id.
 
const int RECORD_T = 87
 RegularExpression Id.
 
const int REGISTER_T = 88
 RegularExpression Id.
 
const int REJECT_T = 89
 RegularExpression Id.
 
const int RELEASE_T = 90
 RegularExpression Id.
 
const int RESTRICT_T = 91
 RegularExpression Id.
 
const int RESTRICT_GUARANTEE_T = 92
 RegularExpression Id.
 
const int REM_T = 93
 RegularExpression Id.
 
const int REPORT_T = 94
 RegularExpression Id.
 
const int ROL_T = 95
 RegularExpression Id.
 
const int ROR_T = 96
 RegularExpression Id.
 
const int RETURN_T = 97
 RegularExpression Id.
 
const int SELECT_T = 98
 RegularExpression Id.
 
const int SEQUENCE_T = 99
 RegularExpression Id.
 
const int SEVERITY_T = 100
 RegularExpression Id.
 
const int SIGNAL_T = 101
 RegularExpression Id.
 
const int SHARED_T = 102
 RegularExpression Id.
 
const int SLA_T = 103
 RegularExpression Id.
 
const int SLL_T = 104
 RegularExpression Id.
 
const int SRA_T = 105
 RegularExpression Id.
 
const int SRL_T = 106
 RegularExpression Id.
 
const int STRONG_T = 107
 RegularExpression Id.
 
const int SUBTYPE_T = 108
 RegularExpression Id.
 
const int THEN_T = 109
 RegularExpression Id.
 
const int TO_T = 110
 RegularExpression Id.
 
const int TRANSPORT_T = 111
 RegularExpression Id.
 
const int TYPE_T = 112
 RegularExpression Id.
 
const int UNAFFECTED_T = 113
 RegularExpression Id.
 
const int UNITS_T = 114
 RegularExpression Id.
 
const int UNTIL_T = 115
 RegularExpression Id.
 
const int USE_T = 116
 RegularExpression Id.
 
const int VARIABLE_T = 117
 RegularExpression Id.
 
const int VIEW_T = 118
 RegularExpression Id.
 
const int VMODE_T = 119
 RegularExpression Id.
 
const int VPROP_T = 120
 RegularExpression Id.
 
const int VUNIT_T = 121
 RegularExpression Id.
 
const int WAIT_T = 122
 RegularExpression Id.
 
const int WHEN_T = 123
 RegularExpression Id.
 
const int WHILE_T = 124
 RegularExpression Id.
 
const int WITH_T = 125
 RegularExpression Id.
 
const int XOR_T = 126
 RegularExpression Id.
 
const int XNOR_T = 127
 RegularExpression Id.
 
const int AMPERSAND_T = 128
 RegularExpression Id.
 
const int APOSTROPHE_T = 129
 RegularExpression Id.
 
const int LPAREN_T = 130
 RegularExpression Id.
 
const int RPAREN_T = 131
 RegularExpression Id.
 
const int DOUBLEMULT_T = 132
 RegularExpression Id.
 
const int MULT_T = 133
 RegularExpression Id.
 
const int PLUS_T = 134
 RegularExpression Id.
 
const int MINUS_T = 135
 RegularExpression Id.
 
const int COMMA_T = 136
 RegularExpression Id.
 
const int VARASSIGN_T = 137
 RegularExpression Id.
 
const int COLON_T = 138
 RegularExpression Id.
 
const int SEMI_T = 139
 RegularExpression Id.
 
const int LGT_T = 140
 RegularExpression Id.
 
const int LESSTHAN_T = 141
 RegularExpression Id.
 
const int GREATERTHAN_T = 142
 RegularExpression Id.
 
const int LT_T = 143
 RegularExpression Id.
 
const int GT_T = 144
 RegularExpression Id.
 
const int EQU_T = 145
 RegularExpression Id.
 
const int NOTEQU_T = 146
 RegularExpression Id.
 
const int ARROW_T = 147
 RegularExpression Id.
 
const int BOX_T = 148
 RegularExpression Id.
 
const int SLSL_T = 149
 RegularExpression Id.
 
const int RSRS_T = 150
 RegularExpression Id.
 
const int QQ_T = 151
 RegularExpression Id.
 
const int QGT_T = 152
 RegularExpression Id.
 
const int QLT_T = 153
 RegularExpression Id.
 
const int QG_T = 154
 RegularExpression Id.
 
const int QL_T = 155
 RegularExpression Id.
 
const int QEQU_T = 156
 RegularExpression Id.
 
const int QNEQU_T = 157
 RegularExpression Id.
 
const int Q_T = 158
 RegularExpression Id.
 
const int BAR_T = 159
 RegularExpression Id.
 
const int DOT_T = 160
 RegularExpression Id.
 
const int SLASH_T = 161
 RegularExpression Id.
 
const int AT_T = 162
 RegularExpression Id.
 
const int NEG_T = 163
 RegularExpression Id.
 
const int LBRACKET_T = 164
 RegularExpression Id.
 
const int RBRACKET_T = 165
 RegularExpression Id.
 
const int LBRACE = 166
 RegularExpression Id.
 
const int RBRACE = 167
 RegularExpression Id.
 
const int INTEGER = 168
 RegularExpression Id.
 
const int STRINGLITERAL = 169
 RegularExpression Id.
 
const int BASIC_IDENTIFIER = 170
 RegularExpression Id.
 
const int EXTENDED_CHARACTER = 171
 RegularExpression Id.
 
const int CHARACTER_LITERAL = 172
 RegularExpression Id.
 
const int DECIMAL_LITERAL = 173
 RegularExpression Id.
 
const int BASED_INTEGER = 174
 RegularExpression Id.
 
const int BASED_LITERAL = 175
 RegularExpression Id.
 
const int EXPONENT = 176
 RegularExpression Id.
 
const int BASIC_GRAPHIC_CHARACTER = 177
 RegularExpression Id.
 
const int GRAPHIC_CHARACTER = 178
 RegularExpression Id.
 
const int LETTER_OR_DIGIT = 179
 RegularExpression Id.
 
const int LETTER_OR_DIGIT_OR_STD = 180
 RegularExpression Id.
 
const int LETTER = 181
 RegularExpression Id.
 
const int UPPER_CASE_LETTER = 182
 RegularExpression Id.
 
const int BIT_STRING_LITERAL = 183
 RegularExpression Id.
 
const int BASE_SPECIFIER = 184
 RegularExpression Id.
 
const int STD_LOGIC = 185
 RegularExpression Id.
 
const int DIGIT = 186
 RegularExpression Id.
 
const int SPECIAL_CHARACTER = 187
 RegularExpression Id.
 
const int OTHER_SPECIAL_CHARACTER = 188
 RegularExpression Id.
 
const int SPACE_CHARACTER = 189
 RegularExpression Id.
 
const int LOWER_CASE_LETTER = 190
 RegularExpression Id.
 
const int QUOTE = 191
 RegularExpression Id.
 
const int VHDL2008TOOLDIR = 192
 RegularExpression Id.
 
const int DEFAULT = 0
 Lexical state.
 
static const JJChar tokenImage_arr_0 []
 Literal token values.
 
static const JJChar tokenImage_arr_1 []
 
static const JJChar tokenImage_arr_2 []
 
static const JJChar tokenImage_arr_3 []
 
static const JJChar tokenImage_arr_4 []
 
static const JJChar tokenImage_arr_5 []
 
static const JJChar tokenImage_arr_6 []
 
static const JJChar tokenImage_arr_7 []
 
static const JJChar tokenImage_arr_8 []
 
static const JJChar tokenImage_arr_9 []
 
static const JJChar tokenImage_arr_10 []
 
static const JJChar tokenImage_arr_11 []
 
static const JJChar tokenImage_arr_12 []
 
static const JJChar tokenImage_arr_13 []
 
static const JJChar tokenImage_arr_14 []
 
static const JJChar tokenImage_arr_15 []
 
static const JJChar tokenImage_arr_16 []
 
static const JJChar tokenImage_arr_17 []
 
static const JJChar tokenImage_arr_18 []
 
static const JJChar tokenImage_arr_19 []
 
static const JJChar tokenImage_arr_20 []
 
static const JJChar tokenImage_arr_21 []
 
static const JJChar tokenImage_arr_22 []
 
static const JJChar tokenImage_arr_23 []
 
static const JJChar tokenImage_arr_24 []
 
static const JJChar tokenImage_arr_25 []
 
static const JJChar tokenImage_arr_26 []
 
static const JJChar tokenImage_arr_27 []
 
static const JJChar tokenImage_arr_28 []
 
static const JJChar tokenImage_arr_29 []
 
static const JJChar tokenImage_arr_30 []
 
static const JJChar tokenImage_arr_31 []
 
static const JJChar tokenImage_arr_32 []
 
static const JJChar tokenImage_arr_33 []
 
static const JJChar tokenImage_arr_34 []
 
static const JJChar tokenImage_arr_35 []
 
static const JJChar tokenImage_arr_36 []
 
static const JJChar tokenImage_arr_37 []
 
static const JJChar tokenImage_arr_38 []
 
static const JJChar tokenImage_arr_39 []
 
static const JJChar tokenImage_arr_40 []
 
static const JJChar tokenImage_arr_41 []
 
static const JJChar tokenImage_arr_42 []
 
static const JJChar tokenImage_arr_43 []
 
static const JJChar tokenImage_arr_44 []
 
static const JJChar tokenImage_arr_45 []
 
static const JJChar tokenImage_arr_46 []
 
static const JJChar tokenImage_arr_47 []
 
static const JJChar tokenImage_arr_48 []
 
static const JJChar tokenImage_arr_49 []
 
static const JJChar tokenImage_arr_50 []
 
static const JJChar tokenImage_arr_51 []
 
static const JJChar tokenImage_arr_52 []
 
static const JJChar tokenImage_arr_53 []
 
static const JJChar tokenImage_arr_54 []
 
static const JJChar tokenImage_arr_55 []
 
static const JJChar tokenImage_arr_56 []
 
static const JJChar tokenImage_arr_57 []
 
static const JJChar tokenImage_arr_58 []
 
static const JJChar tokenImage_arr_59 []
 
static const JJChar tokenImage_arr_60 []
 
static const JJChar tokenImage_arr_61 []
 
static const JJChar tokenImage_arr_62 []
 
static const JJChar tokenImage_arr_63 []
 
static const JJChar tokenImage_arr_64 []
 
static const JJChar tokenImage_arr_65 []
 
static const JJChar tokenImage_arr_66 []
 
static const JJChar tokenImage_arr_67 []
 
static const JJChar tokenImage_arr_68 []
 
static const JJChar tokenImage_arr_69 []
 
static const JJChar tokenImage_arr_70 []
 
static const JJChar tokenImage_arr_71 []
 
static const JJChar tokenImage_arr_72 []
 
static const JJChar tokenImage_arr_73 []
 
static const JJChar tokenImage_arr_74 []
 
static const JJChar tokenImage_arr_75 []
 
static const JJChar tokenImage_arr_76 []
 
static const JJChar tokenImage_arr_77 []
 
static const JJChar tokenImage_arr_78 []
 
static const JJChar tokenImage_arr_79 []
 
static const JJChar tokenImage_arr_80 []
 
static const JJChar tokenImage_arr_81 []
 
static const JJChar tokenImage_arr_82 []
 
static const JJChar tokenImage_arr_83 []
 
static const JJChar tokenImage_arr_84 []
 
static const JJChar tokenImage_arr_85 []
 
static const JJChar tokenImage_arr_86 []
 
static const JJChar tokenImage_arr_87 []
 
static const JJChar tokenImage_arr_88 []
 
static const JJChar tokenImage_arr_89 []
 
static const JJChar tokenImage_arr_90 []
 
static const JJChar tokenImage_arr_91 []
 
static const JJChar tokenImage_arr_92 []
 
static const JJChar tokenImage_arr_93 []
 
static const JJChar tokenImage_arr_94 []
 
static const JJChar tokenImage_arr_95 []
 
static const JJChar tokenImage_arr_96 []
 
static const JJChar tokenImage_arr_97 []
 
static const JJChar tokenImage_arr_98 []
 
static const JJChar tokenImage_arr_99 []
 
static const JJChar tokenImage_arr_100 []
 
static const JJChar tokenImage_arr_101 []
 
static const JJChar tokenImage_arr_102 []
 
static const JJChar tokenImage_arr_103 []
 
static const JJChar tokenImage_arr_104 []
 
static const JJChar tokenImage_arr_105 []
 
static const JJChar tokenImage_arr_106 []
 
static const JJChar tokenImage_arr_107 []
 
static const JJChar tokenImage_arr_108 []
 
static const JJChar tokenImage_arr_109 []
 
static const JJChar tokenImage_arr_110 []
 
static const JJChar tokenImage_arr_111 []
 
static const JJChar tokenImage_arr_112 []
 
static const JJChar tokenImage_arr_113 []
 
static const JJChar tokenImage_arr_114 []
 
static const JJChar tokenImage_arr_115 []
 
static const JJChar tokenImage_arr_116 []
 
static const JJChar tokenImage_arr_117 []
 
static const JJChar tokenImage_arr_118 []
 
static const JJChar tokenImage_arr_119 []
 
static const JJChar tokenImage_arr_120 []
 
static const JJChar tokenImage_arr_121 []
 
static const JJChar tokenImage_arr_122 []
 
static const JJChar tokenImage_arr_123 []
 
static const JJChar tokenImage_arr_124 []
 
static const JJChar tokenImage_arr_125 []
 
static const JJChar tokenImage_arr_126 []
 
static const JJChar tokenImage_arr_127 []
 
static const JJChar tokenImage_arr_128 []
 
static const JJChar tokenImage_arr_129 []
 
static const JJChar tokenImage_arr_130 []
 
static const JJChar tokenImage_arr_131 []
 
static const JJChar tokenImage_arr_132 []
 
static const JJChar tokenImage_arr_133 []
 
static const JJChar tokenImage_arr_134 []
 
static const JJChar tokenImage_arr_135 []
 
static const JJChar tokenImage_arr_136 []
 
static const JJChar tokenImage_arr_137 []
 
static const JJChar tokenImage_arr_138 []
 
static const JJChar tokenImage_arr_139 []
 
static const JJChar tokenImage_arr_140 []
 
static const JJChar tokenImage_arr_141 []
 
static const JJChar tokenImage_arr_142 []
 
static const JJChar tokenImage_arr_143 []
 
static const JJChar tokenImage_arr_144 []
 
static const JJChar tokenImage_arr_145 []
 
static const JJChar tokenImage_arr_146 []
 
static const JJChar tokenImage_arr_147 []
 
static const JJChar tokenImage_arr_148 []
 
static const JJChar tokenImage_arr_149 []
 
static const JJChar tokenImage_arr_150 []
 
static const JJChar tokenImage_arr_151 []
 
static const JJChar tokenImage_arr_152 []
 
static const JJChar tokenImage_arr_153 []
 
static const JJChar tokenImage_arr_154 []
 
static const JJChar tokenImage_arr_155 []
 
static const JJChar tokenImage_arr_156 []
 
static const JJChar tokenImage_arr_157 []
 
static const JJChar tokenImage_arr_158 []
 
static const JJChar tokenImage_arr_159 []
 
static const JJChar tokenImage_arr_160 []
 
static const JJChar tokenImage_arr_161 []
 
static const JJChar tokenImage_arr_162 []
 
static const JJChar tokenImage_arr_163 []
 
static const JJChar tokenImage_arr_164 []
 
static const JJChar tokenImage_arr_165 []
 
static const JJChar tokenImage_arr_166 []
 
static const JJChar tokenImage_arr_167 []
 
static const JJChar tokenImage_arr_168 []
 
static const JJChar tokenImage_arr_169 []
 
static const JJChar tokenImage_arr_170 []
 
static const JJChar tokenImage_arr_171 []
 
static const JJChar tokenImage_arr_172 []
 
static const JJChar tokenImage_arr_173 []
 
static const JJChar tokenImage_arr_174 []
 
static const JJChar tokenImage_arr_175 []
 
static const JJChar tokenImage_arr_176 []
 
static const JJChar tokenImage_arr_177 []
 
static const JJChar tokenImage_arr_178 []
 
static const JJChar tokenImage_arr_179 []
 
static const JJChar tokenImage_arr_180 []
 
static const JJChar tokenImage_arr_181 []
 
static const JJChar tokenImage_arr_182 []
 
static const JJChar tokenImage_arr_183 []
 
static const JJChar tokenImage_arr_184 []
 
static const JJChar tokenImage_arr_185 []
 
static const JJChar tokenImage_arr_186 []
 
static const JJChar tokenImage_arr_187 []
 
static const JJChar tokenImage_arr_188 []
 
static const JJChar tokenImage_arr_189 []
 
static const JJChar tokenImage_arr_190 []
 
static const JJChar tokenImage_arr_191 []
 
static const JJChar tokenImage_arr_192 []
 
static const JJChar *const tokenImage []
 

Enumeration Type Documentation

◆ LexerErrors

Enumerator
LEXICAL_ERROR 

Lexical error occurred.

STATIC_LEXER_ERROR 

An attempt was made to create a second instance of a token manager.

INVALID_LEXICAL_STATE 

Tried to change to an invalid lexical state.

LOOP_DETECTED 

Detected (and bailed out of) an infinite loop in the token manager.

Definition at line 12 of file TokenMgrError.h.

12 {
13 /**
14 * Lexical error occurred.
15 */
16 LEXICAL_ERROR = 0,
17
18 /**
19 * An attempt was made to create a second instance of a token manager.
20 */
22
23 /**
24 * Tried to change to an invalid lexical state.
25 */
27
28 /**
29 * Detected (and bailed out of) an infinite loop in the token manager.
30 */
31 LOOP_DETECTED = 3,
32};
@ STATIC_LEXER_ERROR
An attempt was made to create a second instance of a token manager.
@ LOOP_DETECTED
Detected (and bailed out of) an infinite loop in the token manager.
@ INVALID_LEXICAL_STATE
Tried to change to an invalid lexical state.
@ LEXICAL_ERROR
Lexical error occurred.

Function Documentation

◆ addUnicodeEscapes()

Variable Documentation

◆ _EOF

const int vhdl::parser::_EOF = 0

End of File.

Definition at line 14 of file VhdlParserConstants.h.

◆ ABS_T

const int vhdl::parser::ABS_T = 11

RegularExpression Id.

Definition at line 28 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1434_3_361().

◆ ACCESS_T

const int vhdl::parser::ACCESS_T = 12

◆ AFTER_T

const int vhdl::parser::AFTER_T = 13

◆ ALIAS_T

const int vhdl::parser::ALIAS_T = 14

RegularExpression Id.

Definition at line 34 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_alias_declaration_405_2_143().

◆ ALL_T

◆ AMPERSAND_T

const int vhdl::parser::AMPERSAND_T = 128

RegularExpression Id.

Definition at line 262 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_395_4_351().

◆ AND_T

const int vhdl::parser::AND_T = 16

RegularExpression Id.

Definition at line 38 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1418_3_476().

◆ APOSTROPHE_T

◆ ARCHITECTURE_T

const int vhdl::parser::ARCHITECTURE_T = 17

RegularExpression Id.

Definition at line 40 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1220_3_705().

◆ ARRAY_T

◆ ARROW_T

◆ ASSERT_T

const int vhdl::parser::ASSERT_T = 19

RegularExpression Id.

Definition at line 44 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3_31(), and vhdl::parser::VhdlParser::jj_3R_assertion_528_4_233().

◆ ASSUME_GUARANTEE_T

const int vhdl::parser::ASSUME_GUARANTEE_T = 21

RegularExpression Id.

Definition at line 48 of file VhdlParserConstants.h.

◆ ASSUME_T

const int vhdl::parser::ASSUME_T = 20

RegularExpression Id.

Definition at line 46 of file VhdlParserConstants.h.

◆ AT_T

const int vhdl::parser::AT_T = 162

RegularExpression Id.

Definition at line 330 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_package_path_name_2384_3_683().

◆ ATTRIBUTE_T

const int vhdl::parser::ATTRIBUTE_T = 22

◆ BAR_T

const int vhdl::parser::BAR_T = 159

RegularExpression Id.

Definition at line 324 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_choices_775_15_230().

◆ BASE_SPECIFIER

const int vhdl::parser::BASE_SPECIFIER = 184

RegularExpression Id.

Definition at line 374 of file VhdlParserConstants.h.

◆ BASED_INTEGER

const int vhdl::parser::BASED_INTEGER = 174

RegularExpression Id.

Definition at line 354 of file VhdlParserConstants.h.

◆ BASED_LITERAL

const int vhdl::parser::BASED_LITERAL = 175

RegularExpression Id.

Definition at line 356 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_abstract_literal_340_4_296().

◆ BASIC_GRAPHIC_CHARACTER

const int vhdl::parser::BASIC_GRAPHIC_CHARACTER = 177

RegularExpression Id.

Definition at line 360 of file VhdlParserConstants.h.

◆ BASIC_IDENTIFIER

const int vhdl::parser::BASIC_IDENTIFIER = 170

◆ BEGIN_T

◆ BIT_STRING_LITERAL

const int vhdl::parser::BIT_STRING_LITERAL = 183

RegularExpression Id.

Definition at line 372 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_bit_string_literal_629_3_124().

◆ BLOCK_T

const int vhdl::parser::BLOCK_T = 24

◆ BODY_T

◆ BOX_T

◆ BUFFER_T

const int vhdl::parser::BUFFER_T = 26

RegularExpression Id.

Definition at line 58 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2104_3_538().

◆ BUS_T

const int vhdl::parser::BUS_T = 27

RegularExpression Id.

Definition at line 60 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_signal_kind_3034_5_695().

◆ CASE_T

const int vhdl::parser::CASE_T = 29

RegularExpression Id.

Definition at line 64 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_case_statement_712_1_157().

◆ CHARACTER_LITERAL

◆ COLON_T

const int vhdl::parser::COLON_T = 138

RegularExpression Id.

Definition at line 282 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3_115(), vhdl::parser::VhdlParser::jj_3_15(), vhdl::parser::VhdlParser::jj_3_151(), vhdl::parser::VhdlParser::jj_3_168(), vhdl::parser::VhdlParser::jj_3_17(), vhdl::parser::VhdlParser::jj_3_22(), vhdl::parser::VhdlParser::jj_3_23(), vhdl::parser::VhdlParser::jj_3_24(), vhdl::parser::VhdlParser::jj_3_27(), vhdl::parser::VhdlParser::jj_3_59(), vhdl::parser::VhdlParser::jj_3_60(), vhdl::parser::VhdlParser::jj_3_61(), vhdl::parser::VhdlParser::jj_3R_alias_declaration_406_4_311(), vhdl::parser::VhdlParser::jj_3R_assertion_statement_539_5_324(), vhdl::parser::VhdlParser::jj_3R_attribute_declaration_558_2_79(), vhdl::parser::VhdlParser::jj_3R_component_instantiation_statement_803_2_97(), vhdl::parser::VhdlParser::jj_3R_component_specification_820_1_221(), vhdl::parser::VhdlParser::jj_3R_constant_declaration_1026_4_418(), vhdl::parser::VhdlParser::jj_3R_element_declaration_1167_3_868(), vhdl::parser::VhdlParser::jj_3R_entity_specification_1326_1_530(), vhdl::parser::VhdlParser::jj_3R_exit_statement_1366_3_338(), vhdl::parser::VhdlParser::jj_3R_external_name_1400_2_371(), vhdl::parser::VhdlParser::jj_3R_file_declaration_1443_2_421(), vhdl::parser::VhdlParser::jj_3R_generate_statement_1592_1_93(), vhdl::parser::VhdlParser::jj_3R_group_declaration_1636_3_426(), vhdl::parser::VhdlParser::jj_3R_guarded_signal_specificatio_1131_2_531(), vhdl::parser::VhdlParser::jj_3R_if_statement_1668_4_331(), vhdl::parser::VhdlParser::jj_3R_interface_constant_declaration_1816_3_120(), vhdl::parser::VhdlParser::jj_3R_interface_file_declaration_1826_3_429(), vhdl::parser::VhdlParser::jj_3R_interface_signal_declaration_1859_2_121(), vhdl::parser::VhdlParser::jj_3R_interface_variable_declaration_1971_1_115(), vhdl::parser::VhdlParser::jj_3R_loop_statement_2072_3_332(), vhdl::parser::VhdlParser::jj_3R_mode_view_element_definition_2121_3_637(), vhdl::parser::VhdlParser::jj_3R_next_statement_2196_3_335(), vhdl::parser::VhdlParser::jj_3R_null_2907_18_149(), vhdl::parser::VhdlParser::jj_3R_null_2919_19_154(), vhdl::parser::VhdlParser::jj_3R_null_877_12_91(), vhdl::parser::VhdlParser::jj_3R_null_880_12_92(), vhdl::parser::VhdlParser::jj_3R_null_886_12_94(), vhdl::parser::VhdlParser::jj_3R_null_statement_2209_3_556(), vhdl::parser::VhdlParser::jj_3R_plain_return_statement_2782_3_314(), vhdl::parser::VhdlParser::jj_3R_process_statement_2537_3_234(), vhdl::parser::VhdlParser::jj_3R_report_statement_2756_3_325(), vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2952_16_163(), vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2954_4_468(), vhdl::parser::VhdlParser::jj_3R_signal_declaration_3022_1_419(), vhdl::parser::VhdlParser::jj_3R_value_return_statement_2787_3_559(), vhdl::parser::VhdlParser::jj_3R_variable_declaration_3338_1_420(), and vhdl::parser::VhdlParser::jj_3R_wait_statement_3368_3_327().

◆ COMMA_T

◆ COMPONENT_T

const int vhdl::parser::COMPONENT_T = 28

◆ CONFIGURATION_T

◆ CONSTANT_T

◆ CONTEXT_T

const int vhdl::parser::CONTEXT_T = 32

◆ COVER_T

const int vhdl::parser::COVER_T = 33

RegularExpression Id.

Definition at line 72 of file VhdlParserConstants.h.

◆ DECIMAL_LITERAL

const int vhdl::parser::DECIMAL_LITERAL = 173

RegularExpression Id.

Definition at line 352 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_abstract_literal_338_4_294().

◆ DEFAULT

const int vhdl::parser::DEFAULT = 0

Lexical state.

Definition at line 393 of file VhdlParserConstants.h.

◆ DEFAULT_T

const int vhdl::parser::DEFAULT_T = 34

RegularExpression Id.

Definition at line 74 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3_77().

◆ DIGIT

const int vhdl::parser::DIGIT = 186

RegularExpression Id.

Definition at line 378 of file VhdlParserConstants.h.

◆ DISCONNECT_T

const int vhdl::parser::DISCONNECT_T = 35

RegularExpression Id.

Definition at line 76 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_disconnection_specification_1126_1_425().

◆ DOT_T

◆ DOUBLEMULT_T

const int vhdl::parser::DOUBLEMULT_T = 132

RegularExpression Id.

Definition at line 270 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1433_14_566().

◆ DOWNTO_T

const int vhdl::parser::DOWNTO_T = 36

RegularExpression Id.

Definition at line 78 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_direction_1116_3_202().

◆ DOXYGEN_VHDL_COMMENT

const int vhdl::parser::DOXYGEN_VHDL_COMMENT = 5

RegularExpression Id.

Definition at line 16 of file VhdlParserConstants.h.

◆ ELSE_T

◆ ELSIF_T

const int vhdl::parser::ELSIF_T = 38

RegularExpression Id.

Definition at line 82 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_if_statement_1676_6_746().

◆ END_T

◆ ENTITY_T

◆ EQU_T

const int vhdl::parser::EQU_T = 145

◆ EXIT_T

const int vhdl::parser::EXIT_T = 41

RegularExpression Id.

Definition at line 88 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_exit_statement_1366_1_160().

◆ EXPONENT

const int vhdl::parser::EXPONENT = 176

RegularExpression Id.

Definition at line 358 of file VhdlParserConstants.h.

◆ EXTENDED_CHARACTER

const int vhdl::parser::EXTENDED_CHARACTER = 171

RegularExpression Id.

Definition at line 348 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_identifier_1657_3_197().

◆ FAIRNESS_T

const int vhdl::parser::FAIRNESS_T = 42

RegularExpression Id.

Definition at line 90 of file VhdlParserConstants.h.

◆ FILE_T

◆ FOR_T

◆ FORCE_T

const int vhdl::parser::FORCE_T = 45

◆ FUNCTION_T

◆ GENERATE_T

const int vhdl::parser::GENERATE_T = 47

RegularExpression Id.

Definition at line 100 of file VhdlParserConstants.h.

◆ GENERIC_T

◆ GRAPHIC_CHARACTER

const int vhdl::parser::GRAPHIC_CHARACTER = 178

RegularExpression Id.

Definition at line 362 of file VhdlParserConstants.h.

◆ GREATERTHAN_T

const int vhdl::parser::GREATERTHAN_T = 142

RegularExpression Id.

Definition at line 290 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2741_3_581().

◆ GROUP_T

◆ GT_T

const int vhdl::parser::GT_T = 144

RegularExpression Id.

Definition at line 294 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2739_3_579().

◆ GUARDED_T

const int vhdl::parser::GUARDED_T = 50

RegularExpression Id.

Definition at line 106 of file VhdlParserConstants.h.

◆ IF_T

const int vhdl::parser::IF_T = 51

◆ IMPURE_T

const int vhdl::parser::IMPURE_T = 52

RegularExpression Id.

Definition at line 110 of file VhdlParserConstants.h.

◆ IN_T

const int vhdl::parser::IN_T = 53

◆ INERTIAL_T

const int vhdl::parser::INERTIAL_T = 54

◆ INOUT_T

const int vhdl::parser::INOUT_T = 55

RegularExpression Id.

Definition at line 116 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2103_3_537().

◆ INTEGER

◆ IS_T

◆ LABEL_T

const int vhdl::parser::LABEL_T = 57

RegularExpression Id.

Definition at line 120 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1231_3_716().

◆ LBRACE

const int vhdl::parser::LBRACE = 166

RegularExpression Id.

Definition at line 338 of file VhdlParserConstants.h.

◆ LBRACKET_T

const int vhdl::parser::LBRACKET_T = 164

◆ LESSTHAN_T

◆ LETTER

const int vhdl::parser::LETTER = 181

RegularExpression Id.

Definition at line 368 of file VhdlParserConstants.h.

◆ LETTER_OR_DIGIT

const int vhdl::parser::LETTER_OR_DIGIT = 179

RegularExpression Id.

Definition at line 364 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3_127().

◆ LETTER_OR_DIGIT_OR_STD

const int vhdl::parser::LETTER_OR_DIGIT_OR_STD = 180

RegularExpression Id.

Definition at line 366 of file VhdlParserConstants.h.

◆ LGT_T

const int vhdl::parser::LGT_T = 140

◆ LIBRARY_T

const int vhdl::parser::LIBRARY_T = 58

RegularExpression Id.

Definition at line 122 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_library_clause_2027_2_399().

◆ LINKAGE_T

const int vhdl::parser::LINKAGE_T = 59

RegularExpression Id.

Definition at line 124 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2105_3_539().

◆ LITERAL_T

const int vhdl::parser::LITERAL_T = 60

RegularExpression Id.

Definition at line 126 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1232_3_717().

◆ LOOP_T

const int vhdl::parser::LOOP_T = 61

RegularExpression Id.

Definition at line 128 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_loop_statement_2072_1_158().

◆ LOWER_CASE_LETTER

const int vhdl::parser::LOWER_CASE_LETTER = 190

RegularExpression Id.

Definition at line 386 of file VhdlParserConstants.h.

◆ LPAREN_T

const int vhdl::parser::LPAREN_T = 130

RegularExpression Id.

Definition at line 266 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3_107(), vhdl::parser::VhdlParser::jj_3_5(), vhdl::parser::VhdlParser::jj_3_7(), vhdl::parser::VhdlParser::jj_3_76(), vhdl::parser::VhdlParser::jj_3_77(), vhdl::parser::VhdlParser::jj_3_91(), vhdl::parser::VhdlParser::jj_3_92(), vhdl::parser::VhdlParser::jj_3R_actual_part_385_2_614(), vhdl::parser::VhdlParser::jj_3R_aggregate_400_3_141(), vhdl::parser::VhdlParser::jj_3R_array_incomplete_type_definition_492_3_788(), vhdl::parser::VhdlParser::jj_3R_array_mode_view_indication_512_1_127(), vhdl::parser::VhdlParser::jj_3R_attribute_name_575_68_313(), vhdl::parser::VhdlParser::jj_3R_block_specification_688_12_619(), vhdl::parser::VhdlParser::jj_3R_discrete_incomplete_type_definition_1121_2_785(), vhdl::parser::VhdlParser::jj_3R_element_array_mode_view_indication_1145_2_850(), vhdl::parser::VhdlParser::jj_3R_entity_aspect_1212_27_755(), vhdl::parser::VhdlParser::jj_3R_enumeration_type_definition_1360_3_146(), vhdl::parser::VhdlParser::jj_3R_formal_part_1496_11_191(), vhdl::parser::VhdlParser::jj_3R_function_call_1534_1_136(), vhdl::parser::VhdlParser::jj_3R_gen_assoc_list_1544_4_172(), vhdl::parser::VhdlParser::jj_3R_gen_interface_list_1549_4_171(), vhdl::parser::VhdlParser::jj_3R_generic_clause_1610_2_81(), vhdl::parser::VhdlParser::jj_3R_generic_map_aspect_1620_6_88(), vhdl::parser::VhdlParser::jj_3R_group_declaration_1636_3_426(), vhdl::parser::VhdlParser::jj_3R_group_template_declaration_1644_2_80(), vhdl::parser::VhdlParser::jj_3R_index_constraint_1735_3_75(), vhdl::parser::VhdlParser::jj_3R_instantiation_unit_1755_86_497(), vhdl::parser::VhdlParser::jj_3R_name_ext_2169_2_285(), vhdl::parser::VhdlParser::jj_3R_name_ext_2172_3_286(), vhdl::parser::VhdlParser::jj_3R_param_1907_5_649(), vhdl::parser::VhdlParser::jj_3R_pathname_element_2367_19_293(), vhdl::parser::VhdlParser::jj_3R_port_clause_2414_4_641(), vhdl::parser::VhdlParser::jj_3R_port_map_aspect_2424_2_392(), vhdl::parser::VhdlParser::jj_3R_primary_2432_1_570(), vhdl::parser::VhdlParser::jj_3R_procedure_call_2488_38_394(), vhdl::parser::VhdlParser::jj_3R_process_statement_2545_4_235(), vhdl::parser::VhdlParser::jj_3R_qualified_expression_2662_7_451(), vhdl::parser::VhdlParser::jj_3R_record_constraint_2691_6_107(), vhdl::parser::VhdlParser::jj_3R_resolution_indication_2770_5_409(), vhdl::parser::VhdlParser::jj_3R_subprogram_header_3155_6_738(), vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3168_5_660(), vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3186_3_663(), vhdl::parser::VhdlParser::jj_3R_subtype_indication_3224_4_181(), vhdl::parser::VhdlParser::jj_3R_test_att_name_2185_4_449(), vhdl::parser::VhdlParser::jj_3R_type_conversion_3259_3_138(), and vhdl::parser::VhdlParser::jj_3R_unconstraint_array_definition_3296_1_867().

◆ LT_T

const int vhdl::parser::LT_T = 143

RegularExpression Id.

Definition at line 292 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2738_2_578().

◆ MAP_T

◆ MINUS_T

const int vhdl::parser::MINUS_T = 135

◆ MOD_T

const int vhdl::parser::MOD_T = 63

RegularExpression Id.

Definition at line 132 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2135_3_358().

◆ MULT_DOXYGEN_COMMENT

const int vhdl::parser::MULT_DOXYGEN_COMMENT = 6

RegularExpression Id.

Definition at line 18 of file VhdlParserConstants.h.

◆ MULT_DOXYGEN_VHDL_COMMENT_2008

const int vhdl::parser::MULT_DOXYGEN_VHDL_COMMENT_2008 = 9

RegularExpression Id.

Definition at line 24 of file VhdlParserConstants.h.

◆ MULT_T

const int vhdl::parser::MULT_T = 133

RegularExpression Id.

Definition at line 272 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2133_1_356().

◆ MULT_VHDL_2008_COMMENT

const int vhdl::parser::MULT_VHDL_2008_COMMENT = 10

RegularExpression Id.

Definition at line 26 of file VhdlParserConstants.h.

◆ NAND_T

const int vhdl::parser::NAND_T = 64

RegularExpression Id.

Definition at line 134 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1419_4_477().

◆ NEG_T

const int vhdl::parser::NEG_T = 163

RegularExpression Id.

Definition at line 332 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_neg_list_2733_3_796().

◆ NEW_T

◆ NEXT_T

const int vhdl::parser::NEXT_T = 66

RegularExpression Id.

Definition at line 138 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_next_statement_2196_1_159().

◆ NOR_T

const int vhdl::parser::NOR_T = 67

RegularExpression Id.

Definition at line 140 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1420_4_478().

◆ NOT_T

const int vhdl::parser::NOT_T = 68

RegularExpression Id.

Definition at line 142 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1435_3_362().

◆ NOTEQU_T

const int vhdl::parser::NOTEQU_T = 146

RegularExpression Id.

Definition at line 298 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2743_3_583().

◆ NULL_T

const int vhdl::parser::NULL_T = 69

◆ OF_T

◆ ON_T

const int vhdl::parser::ON_T = 71

RegularExpression Id.

Definition at line 148 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_sensitivity_clause_2840_2_463().

◆ OPEN_T

◆ OR_T

const int vhdl::parser::OR_T = 73

RegularExpression Id.

Definition at line 152 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1423_4_481().

◆ OTHER_SPECIAL_CHARACTER

const int vhdl::parser::OTHER_SPECIAL_CHARACTER = 188

RegularExpression Id.

Definition at line 382 of file VhdlParserConstants.h.

◆ OTHER_T

◆ OUT_T

const int vhdl::parser::OUT_T = 75

RegularExpression Id.

Definition at line 156 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2102_3_536().

◆ PACKAGE_T

◆ PARAMETER_T

const int vhdl::parser::PARAMETER_T = 77

RegularExpression Id.

Definition at line 160 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_procedure_call_2488_12_393().

◆ PLUS_T

const int vhdl::parser::PLUS_T = 134

◆ PORT_T

const int vhdl::parser::PORT_T = 78

◆ POSTPONED_T

const int vhdl::parser::POSTPONED_T = 79

RegularExpression Id.

Definition at line 164 of file VhdlParserConstants.h.

◆ PRIVATE_T

◆ PROCEDURE_T

◆ PROCESS_T

const int vhdl::parser::PROCESS_T = 82

◆ PROPERTY_T

const int vhdl::parser::PROPERTY_T = 83

RegularExpression Id.

Definition at line 172 of file VhdlParserConstants.h.

◆ PROTECTED_T

const int vhdl::parser::PROTECTED_T = 84

◆ PURE_T

const int vhdl::parser::PURE_T = 85

RegularExpression Id.

Definition at line 176 of file VhdlParserConstants.h.

◆ Q_T

const int vhdl::parser::Q_T = 158

RegularExpression Id.

Definition at line 322 of file VhdlParserConstants.h.

◆ QEQU_T

const int vhdl::parser::QEQU_T = 156

RegularExpression Id.

Definition at line 318 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2748_3_588().

◆ QG_T

const int vhdl::parser::QG_T = 154

RegularExpression Id.

Definition at line 314 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2746_3_586().

◆ QGT_T

const int vhdl::parser::QGT_T = 152

RegularExpression Id.

Definition at line 310 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2744_3_584().

◆ QL_T

const int vhdl::parser::QL_T = 155

RegularExpression Id.

Definition at line 316 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2747_3_587().

◆ QLT_T

const int vhdl::parser::QLT_T = 153

RegularExpression Id.

Definition at line 312 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2745_3_585().

◆ QNEQU_T

const int vhdl::parser::QNEQU_T = 157

RegularExpression Id.

Definition at line 320 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2749_3_589().

◆ QQ_T

const int vhdl::parser::QQ_T = 151

RegularExpression Id.

Definition at line 308 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1436_3_363().

◆ QUOTE

const int vhdl::parser::QUOTE = 191

RegularExpression Id.

Definition at line 388 of file VhdlParserConstants.h.

◆ RANGE_T

◆ RBRACE

const int vhdl::parser::RBRACE = 167

RegularExpression Id.

Definition at line 340 of file VhdlParserConstants.h.

◆ RBRACKET_T

const int vhdl::parser::RBRACKET_T = 165

RegularExpression Id.

Definition at line 336 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_signature_3054_1_472().

◆ RECORD_T

const int vhdl::parser::RECORD_T = 87

RegularExpression Id.

Definition at line 180 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_record_type_definition_2683_8_846().

◆ REGISTER_T

const int vhdl::parser::REGISTER_T = 88

RegularExpression Id.

Definition at line 182 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_signal_kind_3033_3_694().

◆ REJECT_T

const int vhdl::parser::REJECT_T = 89

RegularExpression Id.

Definition at line 184 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_delay_mechanism_1093_5_615().

◆ RELEASE_T

const int vhdl::parser::RELEASE_T = 90

RegularExpression Id.

Definition at line 186 of file VhdlParserConstants.h.

◆ REM_T

const int vhdl::parser::REM_T = 93

RegularExpression Id.

Definition at line 192 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2136_3_359().

◆ REPORT_T

const int vhdl::parser::REPORT_T = 94

◆ RESTRICT_GUARANTEE_T

const int vhdl::parser::RESTRICT_GUARANTEE_T = 92

RegularExpression Id.

Definition at line 190 of file VhdlParserConstants.h.

◆ RESTRICT_T

const int vhdl::parser::RESTRICT_T = 91

RegularExpression Id.

Definition at line 188 of file VhdlParserConstants.h.

◆ RETURN_T

◆ ROL_T

const int vhdl::parser::ROL_T = 95

RegularExpression Id.

Definition at line 196 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2990_5_679().

◆ ROR_T

const int vhdl::parser::ROR_T = 96

RegularExpression Id.

Definition at line 198 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2991_5_680().

◆ RPAREN_T

const int vhdl::parser::RPAREN_T = 131

RegularExpression Id.

Definition at line 268 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::checkListTok(), vhdl::parser::VhdlParser::jj_3_107(), vhdl::parser::VhdlParser::jj_3_127(), vhdl::parser::VhdlParser::jj_3_7(), vhdl::parser::VhdlParser::jj_3_76(), vhdl::parser::VhdlParser::jj_3_77(), vhdl::parser::VhdlParser::jj_3_91(), vhdl::parser::VhdlParser::jj_3_92(), vhdl::parser::VhdlParser::jj_3_94(), vhdl::parser::VhdlParser::jj_3R_actual_part_385_2_614(), vhdl::parser::VhdlParser::jj_3R_aggregate_400_3_141(), vhdl::parser::VhdlParser::jj_3R_array_incomplete_type_definition_492_3_788(), vhdl::parser::VhdlParser::jj_3R_array_mode_view_indication_512_1_127(), vhdl::parser::VhdlParser::jj_3R_attribute_name_575_68_313(), vhdl::parser::VhdlParser::jj_3R_block_specification_688_12_619(), vhdl::parser::VhdlParser::jj_3R_discrete_incomplete_type_definition_1121_2_785(), vhdl::parser::VhdlParser::jj_3R_element_array_mode_view_indication_1145_2_850(), vhdl::parser::VhdlParser::jj_3R_entity_aspect_1212_27_755(), vhdl::parser::VhdlParser::jj_3R_enumeration_type_definition_1360_3_146(), vhdl::parser::VhdlParser::jj_3R_formal_part_1496_11_191(), vhdl::parser::VhdlParser::jj_3R_function_call_1534_1_136(), vhdl::parser::VhdlParser::jj_3R_gen_assoc_list_1544_4_172(), vhdl::parser::VhdlParser::jj_3R_gen_interface_list_1549_4_171(), vhdl::parser::VhdlParser::jj_3R_generic_clause_1610_2_81(), vhdl::parser::VhdlParser::jj_3R_generic_map_aspect_1620_6_88(), vhdl::parser::VhdlParser::jj_3R_group_declaration_1636_3_426(), vhdl::parser::VhdlParser::jj_3R_group_template_declaration_1644_2_80(), vhdl::parser::VhdlParser::jj_3R_index_constraint_1735_3_75(), vhdl::parser::VhdlParser::jj_3R_instantiation_unit_1755_86_497(), vhdl::parser::VhdlParser::jj_3R_name_ext_2169_2_285(), vhdl::parser::VhdlParser::jj_3R_name_ext_2172_3_286(), vhdl::parser::VhdlParser::jj_3R_param_1907_5_649(), vhdl::parser::VhdlParser::jj_3R_pathname_element_2367_19_293(), vhdl::parser::VhdlParser::jj_3R_port_clause_2414_4_641(), vhdl::parser::VhdlParser::jj_3R_port_map_aspect_2424_2_392(), vhdl::parser::VhdlParser::jj_3R_primary_2432_1_570(), vhdl::parser::VhdlParser::jj_3R_procedure_call_2488_38_394(), vhdl::parser::VhdlParser::jj_3R_process_statement_2545_4_235(), vhdl::parser::VhdlParser::jj_3R_qualified_expression_2662_7_451(), vhdl::parser::VhdlParser::jj_3R_resolution_indication_2770_5_409(), vhdl::parser::VhdlParser::jj_3R_subprogram_header_3155_6_738(), vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3168_5_660(), vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3186_3_663(), vhdl::parser::VhdlParser::jj_3R_subtype_indication_3224_4_181(), vhdl::parser::VhdlParser::jj_3R_test_att_name_2185_4_449(), vhdl::parser::VhdlParser::jj_3R_type_conversion_3259_3_138(), and vhdl::parser::VhdlParser::jj_3R_unconstraint_array_definition_3296_1_867().

◆ RSRS_T

const int vhdl::parser::RSRS_T = 150

RegularExpression Id.

Definition at line 306 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_external_name_1400_2_371().

◆ SELECT_T

◆ SEMI_T

const int vhdl::parser::SEMI_T = 139

RegularExpression Id.

Definition at line 284 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::checkListTok(), vhdl::parser::VhdlParser::jj_3_150(), vhdl::parser::VhdlParser::jj_3_16(), vhdl::parser::VhdlParser::jj_3_62(), vhdl::parser::VhdlParser::jj_3_74(), vhdl::parser::VhdlParser::jj_3_75(), vhdl::parser::VhdlParser::jj_3R_alias_declaration_405_2_143(), vhdl::parser::VhdlParser::jj_3R_assertion_statement_539_3_151(), vhdl::parser::VhdlParser::jj_3R_attribute_declaration_558_2_79(), vhdl::parser::VhdlParser::jj_3R_attribute_specification_580_3_423(), vhdl::parser::VhdlParser::jj_3R_block_configuration_640_5_398(), vhdl::parser::VhdlParser::jj_3R_case_statement_712_1_157(), vhdl::parser::VhdlParser::jj_3R_component_configuration_780_5_101(), vhdl::parser::VhdlParser::jj_3R_component_configuration_781_11_222(), vhdl::parser::VhdlParser::jj_3R_component_declaration_787_2_422(), vhdl::parser::VhdlParser::jj_3R_component_instantiation_statement_803_2_97(), vhdl::parser::VhdlParser::jj_3R_concurrent_assertion_statement_831_1_111(), vhdl::parser::VhdlParser::jj_3R_concurrent_conditional_signal_assignment_851_6_89(), vhdl::parser::VhdlParser::jj_3R_concurrent_procedure_call_statement_836_1_98(), vhdl::parser::VhdlParser::jj_3R_concurrent_selected_signal_assignment_861_6_90(), vhdl::parser::VhdlParser::jj_3R_concurrent_simple_signal_assignment_856_7_388(), vhdl::parser::VhdlParser::jj_3R_concurrent_simple_signal_association_871_2_214(), vhdl::parser::VhdlParser::jj_3R_conditional_force_assignment_946_3_99(), vhdl::parser::VhdlParser::jj_3R_conditional_waveform_assignment_933_3_470(), vhdl::parser::VhdlParser::jj_3R_configuration_specification_1021_1_424(), vhdl::parser::VhdlParser::jj_3R_constant_declaration_1026_4_418(), vhdl::parser::VhdlParser::jj_3R_context_ref_1068_2_401(), vhdl::parser::VhdlParser::jj_3R_disconnection_specification_1126_1_425(), vhdl::parser::VhdlParser::jj_3R_element_declaration_1167_3_868(), vhdl::parser::VhdlParser::jj_3R_exit_statement_1366_1_160(), vhdl::parser::VhdlParser::jj_3R_file_declaration_1443_2_421(), vhdl::parser::VhdlParser::jj_3R_full_type_declaration_1501_3_176(), vhdl::parser::VhdlParser::jj_3R_generic_clause_1610_2_81(), vhdl::parser::VhdlParser::jj_3R_group_declaration_1636_3_426(), vhdl::parser::VhdlParser::jj_3R_group_template_declaration_1644_2_80(), vhdl::parser::VhdlParser::jj_3R_if_statement_1668_3_156(), vhdl::parser::VhdlParser::jj_3R_incomplete_type_declaration_1727_3_636(), vhdl::parser::VhdlParser::jj_3R_library_clause_2027_2_399(), vhdl::parser::VhdlParser::jj_3R_loop_statement_2072_1_158(), vhdl::parser::VhdlParser::jj_3R_mode_view_declaration_2116_3_417(), vhdl::parser::VhdlParser::jj_3R_mode_view_element_definition_2121_3_637(), vhdl::parser::VhdlParser::jj_3R_next_statement_2196_1_159(), vhdl::parser::VhdlParser::jj_3R_null_statement_2209_1_462(), vhdl::parser::VhdlParser::jj_3R_package_body_2242_1_77(), vhdl::parser::VhdlParser::jj_3R_package_declaration_2289_2_78(), vhdl::parser::VhdlParser::jj_3R_package_header_2282_25_486(), vhdl::parser::VhdlParser::jj_3R_package_instantiation_declaration_2350_2_110(), vhdl::parser::VhdlParser::jj_3R_physical_type_definition_2394_9_855(), vhdl::parser::VhdlParser::jj_3R_plain_return_statement_2782_1_145(), vhdl::parser::VhdlParser::jj_3R_port_clause_2414_4_641(), vhdl::parser::VhdlParser::jj_3R_procedure_call_statement_2493_1_155(), vhdl::parser::VhdlParser::jj_3R_process_statement_2537_1_112(), vhdl::parser::VhdlParser::jj_3R_report_statement_2756_1_152(), vhdl::parser::VhdlParser::jj_3R_secondary_unit_declaration_2813_1_888(), vhdl::parser::VhdlParser::jj_3R_sel_wave_list_2889_4_565(), vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2954_2_343(), vhdl::parser::VhdlParser::jj_3R_signal_assignment_statement_3009_3_553(), vhdl::parser::VhdlParser::jj_3R_signal_declaration_3022_1_419(), vhdl::parser::VhdlParser::jj_3R_subprogram_body_3085_1_664(), vhdl::parser::VhdlParser::jj_3R_subprogram_instantiation_declaration_3202_2_170(), vhdl::parser::VhdlParser::jj_3R_subtype_declaration_3213_1_416(), vhdl::parser::VhdlParser::jj_3R_use_clause_3302_2_400(), vhdl::parser::VhdlParser::jj_3R_value_return_statement_2787_1_467(), vhdl::parser::VhdlParser::jj_3R_variable_assignment_statement_3329_1_554(), vhdl::parser::VhdlParser::jj_3R_variable_declaration_3338_1_420(), and vhdl::parser::VhdlParser::jj_3R_wait_statement_3368_1_153().

◆ SEQUENCE_T

const int vhdl::parser::SEQUENCE_T = 99

RegularExpression Id.

Definition at line 204 of file VhdlParserConstants.h.

◆ SEVERITY_T

const int vhdl::parser::SEVERITY_T = 100

◆ SHARED_T

const int vhdl::parser::SHARED_T = 102

RegularExpression Id.

Definition at line 210 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_object_class_2225_2_656().

◆ SIGNAL_T

◆ SLA_T

const int vhdl::parser::SLA_T = 103

RegularExpression Id.

Definition at line 212 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2988_5_677().

◆ SLASH_T

const int vhdl::parser::SLASH_T = 161

RegularExpression Id.

Definition at line 328 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2134_3_357().

◆ SLL_T

const int vhdl::parser::SLL_T = 104

RegularExpression Id.

Definition at line 214 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2986_3_675().

◆ SLSL_T

const int vhdl::parser::SLSL_T = 149

RegularExpression Id.

Definition at line 304 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_external_name_1400_2_371().

◆ SPACE_CHARACTER

const int vhdl::parser::SPACE_CHARACTER = 189

RegularExpression Id.

Definition at line 384 of file VhdlParserConstants.h.

◆ SPECIAL_CHARACTER

const int vhdl::parser::SPECIAL_CHARACTER = 187

RegularExpression Id.

Definition at line 380 of file VhdlParserConstants.h.

◆ SRA_T

const int vhdl::parser::SRA_T = 105

RegularExpression Id.

Definition at line 216 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2989_5_678().

◆ SRL_T

const int vhdl::parser::SRL_T = 106

RegularExpression Id.

Definition at line 218 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2987_5_676().

◆ STD_LOGIC

const int vhdl::parser::STD_LOGIC = 185

RegularExpression Id.

Definition at line 376 of file VhdlParserConstants.h.

◆ STRINGLITERAL

const int vhdl::parser::STRINGLITERAL = 169

◆ STRONG_T

const int vhdl::parser::STRONG_T = 107

RegularExpression Id.

Definition at line 220 of file VhdlParserConstants.h.

◆ SUBTYPE_T

◆ THEN_T

const int vhdl::parser::THEN_T = 109

◆ TO_T

const int vhdl::parser::TO_T = 110

RegularExpression Id.

Definition at line 226 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_direction_1115_1_201().

◆ tokenImage

const JJChar* const vhdl::parser::tokenImage[]
static

Definition at line 782 of file VhdlParserConstants.h.

782 {
976 };
static const JJChar tokenImage_arr_148[]
static const JJChar tokenImage_arr_72[]
static const JJChar tokenImage_arr_4[]
static const JJChar tokenImage_arr_58[]
static const JJChar tokenImage_arr_66[]
static const JJChar tokenImage_arr_18[]
static const JJChar tokenImage_arr_129[]
static const JJChar tokenImage_arr_87[]
static const JJChar tokenImage_arr_63[]
static const JJChar tokenImage_arr_174[]
static const JJChar tokenImage_arr_90[]
static const JJChar tokenImage_arr_29[]
static const JJChar tokenImage_arr_48[]
static const JJChar tokenImage_arr_64[]
static const JJChar tokenImage_arr_22[]
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[]
static const JJChar tokenImage_arr_103[]
static const JJChar tokenImage_arr_92[]
static const JJChar tokenImage_arr_50[]
static const JJChar tokenImage_arr_40[]
static const JJChar tokenImage_arr_136[]
static const JJChar tokenImage_arr_83[]
static const JJChar tokenImage_arr_189[]
static const JJChar tokenImage_arr_190[]
static const JJChar tokenImage_arr_94[]
static const JJChar tokenImage_arr_120[]
static const JJChar tokenImage_arr_37[]
static const JJChar tokenImage_arr_96[]
static const JJChar tokenImage_arr_138[]
static const JJChar tokenImage_arr_74[]
static const JJChar tokenImage_arr_52[]
static const JJChar tokenImage_arr_15[]
static const JJChar tokenImage_arr_71[]
static const JJChar tokenImage_arr_101[]
static const JJChar tokenImage_arr_130[]
static const JJChar tokenImage_arr_122[]
static const JJChar tokenImage_arr_82[]
static const JJChar tokenImage_arr_115[]
static const JJChar tokenImage_arr_88[]
static const JJChar tokenImage_arr_117[]
static const JJChar tokenImage_arr_132[]
static const JJChar tokenImage_arr_143[]
static const JJChar tokenImage_arr_139[]
static const JJChar tokenImage_arr_180[]
static const JJChar tokenImage_arr_24[]
static const JJChar tokenImage_arr_163[]
static const JJChar tokenImage_arr_111[]
static const JJChar tokenImage_arr_158[]
static const JJChar tokenImage_arr_104[]
static const JJChar tokenImage_arr_105[]
static const JJChar tokenImage_arr_28[]
static const JJChar tokenImage_arr_62[]
static const JJChar tokenImage_arr_126[]
static const JJChar tokenImage_arr_125[]
static const JJChar tokenImage_arr_119[]
static const JJChar tokenImage_arr_26[]
static const JJChar tokenImage_arr_12[]
static const JJChar tokenImage_arr_109[]
static const JJChar tokenImage_arr_184[]
static const JJChar tokenImage_arr_164[]
static const JJChar tokenImage_arr_185[]
static const JJChar tokenImage_arr_13[]
static const JJChar tokenImage_arr_31[]
static const JJChar tokenImage_arr_19[]
static const JJChar tokenImage_arr_68[]
static const JJChar tokenImage_arr_134[]
static const JJChar tokenImage_arr_106[]
static const JJChar tokenImage_arr_121[]
static const JJChar tokenImage_arr_25[]
static const JJChar tokenImage_arr_70[]
static const JJChar tokenImage_arr_91[]
static const JJChar tokenImage_arr_54[]
static const JJChar tokenImage_arr_7[]
static const JJChar tokenImage_arr_135[]
static const JJChar tokenImage_arr_1[]
static const JJChar tokenImage_arr_45[]
static const JJChar tokenImage_arr_192[]
static const JJChar tokenImage_arr_173[]
static const JJChar tokenImage_arr_153[]
static const JJChar tokenImage_arr_79[]
static const JJChar tokenImage_arr_169[]
static const JJChar tokenImage_arr_98[]
static const JJChar tokenImage_arr_73[]
static const JJChar tokenImage_arr_75[]
static const JJChar tokenImage_arr_86[]
static const JJChar tokenImage_arr_99[]
static const JJChar tokenImage_arr_39[]
static const JJChar tokenImage_arr_144[]
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[]
static const JJChar tokenImage_arr_33[]
static const JJChar tokenImage_arr_188[]
static const JJChar tokenImage_arr_42[]
static const JJChar tokenImage_arr_161[]
static const JJChar tokenImage_arr_112[]
static const JJChar tokenImage_arr_183[]
static const JJChar tokenImage_arr_181[]
static const JJChar tokenImage_arr_155[]
static const JJChar tokenImage_arr_21[]
static const JJChar tokenImage_arr_2[]
static const JJChar tokenImage_arr_36[]
static const JJChar tokenImage_arr_85[]
static const JJChar tokenImage_arr_20[]
static const JJChar tokenImage_arr_17[]
static const JJChar tokenImage_arr_65[]
static const JJChar tokenImage_arr_56[]
static const JJChar tokenImage_arr_147[]
static const JJChar tokenImage_arr_187[]
static const JJChar tokenImage_arr_84[]
static const JJChar tokenImage_arr_168[]
static const JJChar tokenImage_arr_8[]
static const JJChar tokenImage_arr_77[]
static const JJChar tokenImage_arr_93[]
static const JJChar tokenImage_arr_165[]
static const JJChar tokenImage_arr_43[]
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[]
static const JJChar tokenImage_arr_118[]
static const JJChar tokenImage_arr_156[]
static const JJChar tokenImage_arr_150[]
static const JJChar tokenImage_arr_80[]
static const JJChar tokenImage_arr_23[]
static const JJChar tokenImage_arr_154[]
static const JJChar tokenImage_arr_176[]
static const JJChar tokenImage_arr_157[]
static const JJChar tokenImage_arr_186[]
static const JJChar tokenImage_arr_6[]
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[]
static const JJChar tokenImage_arr_14[]
static const JJChar tokenImage_arr_142[]
static const JJChar tokenImage_arr_171[]
static const JJChar tokenImage_arr_172[]
static const JJChar tokenImage_arr_152[]
static const JJChar tokenImage_arr_128[]
static const JJChar tokenImage_arr_146[]
static const JJChar tokenImage_arr_38[]
static const JJChar tokenImage_arr_167[]
static const JJChar tokenImage_arr_102[]
static const JJChar tokenImage_arr_11[]
static const JJChar tokenImage_arr_46[]
static const JJChar tokenImage_arr_108[]
static const JJChar tokenImage_arr_0[]
Literal token values.
static const JJChar tokenImage_arr_149[]
static const JJChar tokenImage_arr_30[]
static const JJChar tokenImage_arr_145[]
static const JJChar tokenImage_arr_127[]
static const JJChar tokenImage_arr_137[]
static const JJChar tokenImage_arr_35[]
static const JJChar tokenImage_arr_61[]
static const JJChar tokenImage_arr_34[]
static const JJChar tokenImage_arr_78[]
static const JJChar tokenImage_arr_140[]
static const JJChar tokenImage_arr_182[]
static const JJChar tokenImage_arr_59[]
static const JJChar tokenImage_arr_159[]
static const JJChar tokenImage_arr_179[]
static const JJChar tokenImage_arr_51[]
static const JJChar tokenImage_arr_175[]
static const JJChar tokenImage_arr_107[]
static const JJChar tokenImage_arr_81[]
static const JJChar tokenImage_arr_5[]
static const JJChar tokenImage_arr_151[]
static const JJChar tokenImage_arr_116[]
static const JJChar tokenImage_arr_133[]
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[]
static const JJChar tokenImage_arr_123[]
static const JJChar tokenImage_arr_160[]
static const JJChar tokenImage_arr_67[]
static const JJChar tokenImage_arr_76[]
static const JJChar tokenImage_arr_41[]

◆ tokenImage_arr_0

const JJChar vhdl::parser::tokenImage_arr_0[]
static
Initial value:
=
{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0}

Literal token values.

Definition at line 396 of file VhdlParserConstants.h.

397{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0};

◆ tokenImage_arr_1

const JJChar vhdl::parser::tokenImage_arr_1[]
static
Initial value:
=
{0x22, 0x20, 0x22, 0}

Definition at line 398 of file VhdlParserConstants.h.

399{0x22, 0x20, 0x22, 0};

◆ tokenImage_arr_10

const JJChar vhdl::parser::tokenImage_arr_10[]
static
Initial value:
=
{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}

Definition at line 416 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_100

const JJChar vhdl::parser::tokenImage_arr_100[]
static
Initial value:
=
{0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0}

Definition at line 596 of file VhdlParserConstants.h.

597{0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0};

◆ tokenImage_arr_101

const JJChar vhdl::parser::tokenImage_arr_101[]
static
Initial value:
=
{0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0}

Definition at line 598 of file VhdlParserConstants.h.

599{0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0};

◆ tokenImage_arr_102

const JJChar vhdl::parser::tokenImage_arr_102[]
static
Initial value:
=
{0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0}

Definition at line 600 of file VhdlParserConstants.h.

601{0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0};

◆ tokenImage_arr_103

const JJChar vhdl::parser::tokenImage_arr_103[]
static
Initial value:
=
{0x22, 0x73, 0x6c, 0x61, 0x22, 0}

Definition at line 602 of file VhdlParserConstants.h.

603{0x22, 0x73, 0x6c, 0x61, 0x22, 0};

◆ tokenImage_arr_104

const JJChar vhdl::parser::tokenImage_arr_104[]
static
Initial value:
=
{0x22, 0x73, 0x6c, 0x6c, 0x22, 0}

Definition at line 604 of file VhdlParserConstants.h.

605{0x22, 0x73, 0x6c, 0x6c, 0x22, 0};

◆ tokenImage_arr_105

const JJChar vhdl::parser::tokenImage_arr_105[]
static
Initial value:
=
{0x22, 0x73, 0x72, 0x61, 0x22, 0}

Definition at line 606 of file VhdlParserConstants.h.

607{0x22, 0x73, 0x72, 0x61, 0x22, 0};

◆ tokenImage_arr_106

const JJChar vhdl::parser::tokenImage_arr_106[]
static
Initial value:
=
{0x22, 0x73, 0x72, 0x6c, 0x22, 0}

Definition at line 608 of file VhdlParserConstants.h.

609{0x22, 0x73, 0x72, 0x6c, 0x22, 0};

◆ tokenImage_arr_107

const JJChar vhdl::parser::tokenImage_arr_107[]
static
Initial value:
=
{0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0}

Definition at line 610 of file VhdlParserConstants.h.

611{0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0};

◆ tokenImage_arr_108

const JJChar vhdl::parser::tokenImage_arr_108[]
static
Initial value:
=
{0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0}

Definition at line 612 of file VhdlParserConstants.h.

613{0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0};

◆ tokenImage_arr_109

const JJChar vhdl::parser::tokenImage_arr_109[]
static
Initial value:
=
{0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0}

Definition at line 614 of file VhdlParserConstants.h.

615{0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0};

◆ tokenImage_arr_11

const JJChar vhdl::parser::tokenImage_arr_11[]
static
Initial value:
=
{0x22, 0x61, 0x62, 0x73, 0x22, 0}

Definition at line 418 of file VhdlParserConstants.h.

419{0x22, 0x61, 0x62, 0x73, 0x22, 0};

◆ tokenImage_arr_110

const JJChar vhdl::parser::tokenImage_arr_110[]
static
Initial value:
=
{0x22, 0x74, 0x6f, 0x22, 0}

Definition at line 616 of file VhdlParserConstants.h.

617{0x22, 0x74, 0x6f, 0x22, 0};

◆ tokenImage_arr_111

const JJChar vhdl::parser::tokenImage_arr_111[]
static
Initial value:
=
{0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

Definition at line 618 of file VhdlParserConstants.h.

619{0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

◆ tokenImage_arr_112

const JJChar vhdl::parser::tokenImage_arr_112[]
static
Initial value:
=
{0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0}

Definition at line 620 of file VhdlParserConstants.h.

621{0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0};

◆ tokenImage_arr_113

const JJChar vhdl::parser::tokenImage_arr_113[]
static
Initial value:
=
{0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}

Definition at line 622 of file VhdlParserConstants.h.

623{0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};

◆ tokenImage_arr_114

const JJChar vhdl::parser::tokenImage_arr_114[]
static
Initial value:
=
{0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0}

Definition at line 624 of file VhdlParserConstants.h.

625{0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0};

◆ tokenImage_arr_115

const JJChar vhdl::parser::tokenImage_arr_115[]
static
Initial value:
=
{0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0}

Definition at line 626 of file VhdlParserConstants.h.

627{0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0};

◆ tokenImage_arr_116

const JJChar vhdl::parser::tokenImage_arr_116[]
static
Initial value:
=
{0x22, 0x75, 0x73, 0x65, 0x22, 0}

Definition at line 628 of file VhdlParserConstants.h.

629{0x22, 0x75, 0x73, 0x65, 0x22, 0};

◆ tokenImage_arr_117

const JJChar vhdl::parser::tokenImage_arr_117[]
static
Initial value:
=
{0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0}

Definition at line 630 of file VhdlParserConstants.h.

631{0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0};

◆ tokenImage_arr_118

const JJChar vhdl::parser::tokenImage_arr_118[]
static
Initial value:
=
{0x22, 0x76, 0x69, 0x65, 0x77, 0x22, 0}

Definition at line 632 of file VhdlParserConstants.h.

633{0x22, 0x76, 0x69, 0x65, 0x77, 0x22, 0};

◆ tokenImage_arr_119

const JJChar vhdl::parser::tokenImage_arr_119[]
static
Initial value:
=
{0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0}

Definition at line 634 of file VhdlParserConstants.h.

635{0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0};

◆ tokenImage_arr_12

const JJChar vhdl::parser::tokenImage_arr_12[]
static
Initial value:
=
{0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0}

Definition at line 420 of file VhdlParserConstants.h.

421{0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0};

◆ tokenImage_arr_120

const JJChar vhdl::parser::tokenImage_arr_120[]
static
Initial value:
=
{0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0}

Definition at line 636 of file VhdlParserConstants.h.

637{0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0};

◆ tokenImage_arr_121

const JJChar vhdl::parser::tokenImage_arr_121[]
static
Initial value:
=
{0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0}

Definition at line 638 of file VhdlParserConstants.h.

639{0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0};

◆ tokenImage_arr_122

const JJChar vhdl::parser::tokenImage_arr_122[]
static
Initial value:
=
{0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0}

Definition at line 640 of file VhdlParserConstants.h.

641{0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0};

◆ tokenImage_arr_123

const JJChar vhdl::parser::tokenImage_arr_123[]
static
Initial value:
=
{0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0}

Definition at line 642 of file VhdlParserConstants.h.

643{0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0};

◆ tokenImage_arr_124

const JJChar vhdl::parser::tokenImage_arr_124[]
static
Initial value:
=
{0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0}

Definition at line 644 of file VhdlParserConstants.h.

645{0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0};

◆ tokenImage_arr_125

const JJChar vhdl::parser::tokenImage_arr_125[]
static
Initial value:
=
{0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0}

Definition at line 646 of file VhdlParserConstants.h.

647{0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0};

◆ tokenImage_arr_126

const JJChar vhdl::parser::tokenImage_arr_126[]
static
Initial value:
=
{0x22, 0x78, 0x6f, 0x72, 0x22, 0}

Definition at line 648 of file VhdlParserConstants.h.

649{0x22, 0x78, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_127

const JJChar vhdl::parser::tokenImage_arr_127[]
static
Initial value:
=
{0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0}

Definition at line 650 of file VhdlParserConstants.h.

651{0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_128

const JJChar vhdl::parser::tokenImage_arr_128[]
static
Initial value:
=
{0x22, 0x26, 0x22, 0}

Definition at line 652 of file VhdlParserConstants.h.

653{0x22, 0x26, 0x22, 0};

◆ tokenImage_arr_129

const JJChar vhdl::parser::tokenImage_arr_129[]
static
Initial value:
=
{0x22, 0x27, 0x22, 0}

Definition at line 654 of file VhdlParserConstants.h.

655{0x22, 0x27, 0x22, 0};

◆ tokenImage_arr_13

const JJChar vhdl::parser::tokenImage_arr_13[]
static
Initial value:
=
{0x22, 0x61, 0x66, 0x74, 0x65, 0x72, 0x22, 0}

Definition at line 422 of file VhdlParserConstants.h.

423{0x22, 0x61, 0x66, 0x74, 0x65, 0x72, 0x22, 0};

◆ tokenImage_arr_130

const JJChar vhdl::parser::tokenImage_arr_130[]
static
Initial value:
=
{0x22, 0x28, 0x22, 0}

Definition at line 656 of file VhdlParserConstants.h.

657{0x22, 0x28, 0x22, 0};

◆ tokenImage_arr_131

const JJChar vhdl::parser::tokenImage_arr_131[]
static
Initial value:
=
{0x22, 0x29, 0x22, 0}

Definition at line 658 of file VhdlParserConstants.h.

659{0x22, 0x29, 0x22, 0};

◆ tokenImage_arr_132

const JJChar vhdl::parser::tokenImage_arr_132[]
static
Initial value:
=
{0x22, 0x2a, 0x2a, 0x22, 0}

Definition at line 660 of file VhdlParserConstants.h.

661{0x22, 0x2a, 0x2a, 0x22, 0};

◆ tokenImage_arr_133

const JJChar vhdl::parser::tokenImage_arr_133[]
static
Initial value:
=
{0x22, 0x2a, 0x22, 0}

Definition at line 662 of file VhdlParserConstants.h.

663{0x22, 0x2a, 0x22, 0};

◆ tokenImage_arr_134

const JJChar vhdl::parser::tokenImage_arr_134[]
static
Initial value:
=
{0x22, 0x2b, 0x22, 0}

Definition at line 664 of file VhdlParserConstants.h.

665{0x22, 0x2b, 0x22, 0};

◆ tokenImage_arr_135

const JJChar vhdl::parser::tokenImage_arr_135[]
static
Initial value:
=
{0x22, 0x2d, 0x22, 0}

Definition at line 666 of file VhdlParserConstants.h.

667{0x22, 0x2d, 0x22, 0};

◆ tokenImage_arr_136

const JJChar vhdl::parser::tokenImage_arr_136[]
static
Initial value:
=
{0x22, 0x2c, 0x22, 0}

Definition at line 668 of file VhdlParserConstants.h.

669{0x22, 0x2c, 0x22, 0};

◆ tokenImage_arr_137

const JJChar vhdl::parser::tokenImage_arr_137[]
static
Initial value:
=
{0x22, 0x3a, 0x3d, 0x22, 0}

Definition at line 670 of file VhdlParserConstants.h.

671{0x22, 0x3a, 0x3d, 0x22, 0};

◆ tokenImage_arr_138

const JJChar vhdl::parser::tokenImage_arr_138[]
static
Initial value:
=
{0x22, 0x3a, 0x22, 0}

Definition at line 672 of file VhdlParserConstants.h.

673{0x22, 0x3a, 0x22, 0};

◆ tokenImage_arr_139

const JJChar vhdl::parser::tokenImage_arr_139[]
static
Initial value:
=
{0x22, 0x3b, 0x22, 0}

Definition at line 674 of file VhdlParserConstants.h.

675{0x22, 0x3b, 0x22, 0};

◆ tokenImage_arr_14

const JJChar vhdl::parser::tokenImage_arr_14[]
static
Initial value:
=
{0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0}

Definition at line 424 of file VhdlParserConstants.h.

425{0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0};

◆ tokenImage_arr_140

const JJChar vhdl::parser::tokenImage_arr_140[]
static
Initial value:
=
{0x22, 0x3c, 0x3d, 0x3e, 0x22, 0}

Definition at line 676 of file VhdlParserConstants.h.

677{0x22, 0x3c, 0x3d, 0x3e, 0x22, 0};

◆ tokenImage_arr_141

const JJChar vhdl::parser::tokenImage_arr_141[]
static
Initial value:
=
{0x22, 0x3c, 0x3d, 0x22, 0}

Definition at line 678 of file VhdlParserConstants.h.

679{0x22, 0x3c, 0x3d, 0x22, 0};

◆ tokenImage_arr_142

const JJChar vhdl::parser::tokenImage_arr_142[]
static
Initial value:
=
{0x22, 0x3e, 0x3d, 0x22, 0}

Definition at line 680 of file VhdlParserConstants.h.

681{0x22, 0x3e, 0x3d, 0x22, 0};

◆ tokenImage_arr_143

const JJChar vhdl::parser::tokenImage_arr_143[]
static
Initial value:
=
{0x22, 0x3c, 0x22, 0}

Definition at line 682 of file VhdlParserConstants.h.

683{0x22, 0x3c, 0x22, 0};

◆ tokenImage_arr_144

const JJChar vhdl::parser::tokenImage_arr_144[]
static
Initial value:
=
{0x22, 0x3e, 0x22, 0}

Definition at line 684 of file VhdlParserConstants.h.

685{0x22, 0x3e, 0x22, 0};

◆ tokenImage_arr_145

const JJChar vhdl::parser::tokenImage_arr_145[]
static
Initial value:
=
{0x22, 0x3d, 0x22, 0}

Definition at line 686 of file VhdlParserConstants.h.

687{0x22, 0x3d, 0x22, 0};

◆ tokenImage_arr_146

const JJChar vhdl::parser::tokenImage_arr_146[]
static
Initial value:
=
{0x22, 0x2f, 0x3d, 0x22, 0}

Definition at line 688 of file VhdlParserConstants.h.

689{0x22, 0x2f, 0x3d, 0x22, 0};

◆ tokenImage_arr_147

const JJChar vhdl::parser::tokenImage_arr_147[]
static
Initial value:
=
{0x22, 0x3d, 0x3e, 0x22, 0}

Definition at line 690 of file VhdlParserConstants.h.

691{0x22, 0x3d, 0x3e, 0x22, 0};

◆ tokenImage_arr_148

const JJChar vhdl::parser::tokenImage_arr_148[]
static
Initial value:
=
{0x22, 0x3c, 0x3e, 0x22, 0}

Definition at line 692 of file VhdlParserConstants.h.

693{0x22, 0x3c, 0x3e, 0x22, 0};

◆ tokenImage_arr_149

const JJChar vhdl::parser::tokenImage_arr_149[]
static
Initial value:
=
{0x22, 0x3c, 0x3c, 0x22, 0}

Definition at line 694 of file VhdlParserConstants.h.

695{0x22, 0x3c, 0x3c, 0x22, 0};

◆ tokenImage_arr_15

const JJChar vhdl::parser::tokenImage_arr_15[]
static
Initial value:
=
{0x22, 0x61, 0x6c, 0x6c, 0x22, 0}

Definition at line 426 of file VhdlParserConstants.h.

427{0x22, 0x61, 0x6c, 0x6c, 0x22, 0};

◆ tokenImage_arr_150

const JJChar vhdl::parser::tokenImage_arr_150[]
static
Initial value:
=
{0x22, 0x3e, 0x3e, 0x22, 0}

Definition at line 696 of file VhdlParserConstants.h.

697{0x22, 0x3e, 0x3e, 0x22, 0};

◆ tokenImage_arr_151

const JJChar vhdl::parser::tokenImage_arr_151[]
static
Initial value:
=
{0x22, 0x3f, 0x3f, 0x22, 0}

Definition at line 698 of file VhdlParserConstants.h.

699{0x22, 0x3f, 0x3f, 0x22, 0};

◆ tokenImage_arr_152

const JJChar vhdl::parser::tokenImage_arr_152[]
static
Initial value:
=
{0x22, 0x3f, 0x3e, 0x3d, 0x22, 0}

Definition at line 700 of file VhdlParserConstants.h.

701{0x22, 0x3f, 0x3e, 0x3d, 0x22, 0};

◆ tokenImage_arr_153

const JJChar vhdl::parser::tokenImage_arr_153[]
static
Initial value:
=
{0x22, 0x3f, 0x3c, 0x3d, 0x22, 0}

Definition at line 702 of file VhdlParserConstants.h.

703{0x22, 0x3f, 0x3c, 0x3d, 0x22, 0};

◆ tokenImage_arr_154

const JJChar vhdl::parser::tokenImage_arr_154[]
static
Initial value:
=
{0x22, 0x3f, 0x3e, 0x22, 0}

Definition at line 704 of file VhdlParserConstants.h.

705{0x22, 0x3f, 0x3e, 0x22, 0};

◆ tokenImage_arr_155

const JJChar vhdl::parser::tokenImage_arr_155[]
static
Initial value:
=
{0x22, 0x3f, 0x3c, 0x22, 0}

Definition at line 706 of file VhdlParserConstants.h.

707{0x22, 0x3f, 0x3c, 0x22, 0};

◆ tokenImage_arr_156

const JJChar vhdl::parser::tokenImage_arr_156[]
static
Initial value:
=
{0x22, 0x3f, 0x3d, 0x22, 0}

Definition at line 708 of file VhdlParserConstants.h.

709{0x22, 0x3f, 0x3d, 0x22, 0};

◆ tokenImage_arr_157

const JJChar vhdl::parser::tokenImage_arr_157[]
static
Initial value:
=
{0x22, 0x3f, 0x2f, 0x3d, 0x22, 0}

Definition at line 710 of file VhdlParserConstants.h.

711{0x22, 0x3f, 0x2f, 0x3d, 0x22, 0};

◆ tokenImage_arr_158

const JJChar vhdl::parser::tokenImage_arr_158[]
static
Initial value:
=
{0x22, 0x3f, 0x22, 0}

Definition at line 712 of file VhdlParserConstants.h.

713{0x22, 0x3f, 0x22, 0};

◆ tokenImage_arr_159

const JJChar vhdl::parser::tokenImage_arr_159[]
static
Initial value:
=
{0x22, 0x7c, 0x22, 0}

Definition at line 714 of file VhdlParserConstants.h.

715{0x22, 0x7c, 0x22, 0};

◆ tokenImage_arr_16

const JJChar vhdl::parser::tokenImage_arr_16[]
static
Initial value:
=
{0x22, 0x61, 0x6e, 0x64, 0x22, 0}

Definition at line 428 of file VhdlParserConstants.h.

429{0x22, 0x61, 0x6e, 0x64, 0x22, 0};

◆ tokenImage_arr_160

const JJChar vhdl::parser::tokenImage_arr_160[]
static
Initial value:
=
{0x22, 0x2e, 0x22, 0}

Definition at line 716 of file VhdlParserConstants.h.

717{0x22, 0x2e, 0x22, 0};

◆ tokenImage_arr_161

const JJChar vhdl::parser::tokenImage_arr_161[]
static
Initial value:
=
{0x22, 0x2f, 0x22, 0}

Definition at line 718 of file VhdlParserConstants.h.

719{0x22, 0x2f, 0x22, 0};

◆ tokenImage_arr_162

const JJChar vhdl::parser::tokenImage_arr_162[]
static
Initial value:
=
{0x22, 0x40, 0x22, 0}

Definition at line 720 of file VhdlParserConstants.h.

721{0x22, 0x40, 0x22, 0};

◆ tokenImage_arr_163

const JJChar vhdl::parser::tokenImage_arr_163[]
static
Initial value:
=
{0x22, 0x5e, 0x22, 0}

Definition at line 722 of file VhdlParserConstants.h.

723{0x22, 0x5e, 0x22, 0};

◆ tokenImage_arr_164

const JJChar vhdl::parser::tokenImage_arr_164[]
static
Initial value:
=
{0x22, 0x5b, 0x22, 0}

Definition at line 724 of file VhdlParserConstants.h.

725{0x22, 0x5b, 0x22, 0};

◆ tokenImage_arr_165

const JJChar vhdl::parser::tokenImage_arr_165[]
static
Initial value:
=
{0x22, 0x5d, 0x22, 0}

Definition at line 726 of file VhdlParserConstants.h.

727{0x22, 0x5d, 0x22, 0};

◆ tokenImage_arr_166

const JJChar vhdl::parser::tokenImage_arr_166[]
static
Initial value:
=
{0x22, 0x7b, 0x22, 0}

Definition at line 728 of file VhdlParserConstants.h.

729{0x22, 0x7b, 0x22, 0};

◆ tokenImage_arr_167

const JJChar vhdl::parser::tokenImage_arr_167[]
static
Initial value:
=
{0x22, 0x7d, 0x22, 0}

Definition at line 730 of file VhdlParserConstants.h.

731{0x22, 0x7d, 0x22, 0};

◆ tokenImage_arr_168

const JJChar vhdl::parser::tokenImage_arr_168[]
static
Initial value:
=
{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 732 of file VhdlParserConstants.h.

733{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_169

const JJChar vhdl::parser::tokenImage_arr_169[]
static
Initial value:
=
{0x22, 0x3c, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

Definition at line 734 of file VhdlParserConstants.h.

735{0x22, 0x3c, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

◆ tokenImage_arr_17

const JJChar vhdl::parser::tokenImage_arr_17[]
static
Initial value:
=
{0x22, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0}

Definition at line 430 of file VhdlParserConstants.h.

431{0x22, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0};

◆ tokenImage_arr_170

const JJChar vhdl::parser::tokenImage_arr_170[]
static
Initial value:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 736 of file VhdlParserConstants.h.

737{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_171

const JJChar vhdl::parser::tokenImage_arr_171[]
static
Initial value:
=
{0x22, 0x3c, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 738 of file VhdlParserConstants.h.

739{0x22, 0x3c, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_172

const JJChar vhdl::parser::tokenImage_arr_172[]
static
Initial value:
=
{0x22, 0x3c, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

Definition at line 740 of file VhdlParserConstants.h.

741{0x22, 0x3c, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

◆ tokenImage_arr_173

const JJChar vhdl::parser::tokenImage_arr_173[]
static
Initial value:
=
{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

Definition at line 742 of file VhdlParserConstants.h.

743{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

◆ tokenImage_arr_174

const JJChar vhdl::parser::tokenImage_arr_174[]
static
Initial value:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 744 of file VhdlParserConstants.h.

745{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_175

const JJChar vhdl::parser::tokenImage_arr_175[]
static
Initial value:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

Definition at line 746 of file VhdlParserConstants.h.

747{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

◆ tokenImage_arr_176

const JJChar vhdl::parser::tokenImage_arr_176[]
static
Initial value:
=
{0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0}

Definition at line 748 of file VhdlParserConstants.h.

749{0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

◆ tokenImage_arr_177

const JJChar vhdl::parser::tokenImage_arr_177[]
static
Initial value:
=
{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}

Definition at line 750 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_178

const JJChar vhdl::parser::tokenImage_arr_178[]
static
Initial value:
=
{0x22, 0x3c, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 752 of file VhdlParserConstants.h.

753{0x22, 0x3c, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_179

const JJChar vhdl::parser::tokenImage_arr_179[]
static
Initial value:
=
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0}

Definition at line 754 of file VhdlParserConstants.h.

755{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};

◆ tokenImage_arr_18

const JJChar vhdl::parser::tokenImage_arr_18[]
static
Initial value:
=
{0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0}

Definition at line 432 of file VhdlParserConstants.h.

433{0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0};

◆ tokenImage_arr_180

const JJChar vhdl::parser::tokenImage_arr_180[]
static
Initial value:
=
{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}

Definition at line 756 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_181

const JJChar vhdl::parser::tokenImage_arr_181[]
static
Initial value:
=
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 758 of file VhdlParserConstants.h.

759{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_182

const JJChar vhdl::parser::tokenImage_arr_182[]
static
Initial value:
=
{0x22, 0x3c, 0x55, 0x50, 0x50, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 760 of file VhdlParserConstants.h.

761{0x22, 0x3c, 0x55, 0x50, 0x50, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_183

const JJChar vhdl::parser::tokenImage_arr_183[]
static
Initial value:
=
{0x22, 0x3c, 0x42, 0x49, 0x54, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

Definition at line 762 of file VhdlParserConstants.h.

763{0x22, 0x3c, 0x42, 0x49, 0x54, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

◆ tokenImage_arr_184

const JJChar vhdl::parser::tokenImage_arr_184[]
static
Initial value:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 764 of file VhdlParserConstants.h.

765{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_185

const JJChar vhdl::parser::tokenImage_arr_185[]
static
Initial value:
=
{0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0}

Definition at line 766 of file VhdlParserConstants.h.

767{0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0};

◆ tokenImage_arr_186

const JJChar vhdl::parser::tokenImage_arr_186[]
static
Initial value:
=
{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0}

Definition at line 768 of file VhdlParserConstants.h.

769{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};

◆ tokenImage_arr_187

const JJChar vhdl::parser::tokenImage_arr_187[]
static
Initial value:
=
{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 770 of file VhdlParserConstants.h.

771{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_188

const JJChar vhdl::parser::tokenImage_arr_188[]
static
Initial value:
=
{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}

Definition at line 772 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_189

const JJChar vhdl::parser::tokenImage_arr_189[]
static
Initial value:
=
{0x22, 0x3c, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 774 of file VhdlParserConstants.h.

775{0x22, 0x3c, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_19

const JJChar vhdl::parser::tokenImage_arr_19[]
static
Initial value:
=
{0x22, 0x61, 0x73, 0x73, 0x65, 0x72, 0x74, 0x22, 0}

Definition at line 434 of file VhdlParserConstants.h.

435{0x22, 0x61, 0x73, 0x73, 0x65, 0x72, 0x74, 0x22, 0};

◆ tokenImage_arr_190

const JJChar vhdl::parser::tokenImage_arr_190[]
static
Initial value:
=
{0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

Definition at line 776 of file VhdlParserConstants.h.

777{0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_191

const JJChar vhdl::parser::tokenImage_arr_191[]
static
Initial value:
=
{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0}

Definition at line 778 of file VhdlParserConstants.h.

779{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0};

◆ tokenImage_arr_192

const JJChar vhdl::parser::tokenImage_arr_192[]
static
Initial value:
=
{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0}

Definition at line 780 of file VhdlParserConstants.h.

781{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0};

◆ tokenImage_arr_2

const JJChar vhdl::parser::tokenImage_arr_2[]
static
Initial value:
=
{0x22, 0x9, 0x22, 0}

Definition at line 400 of file VhdlParserConstants.h.

401{0x22, 0x9, 0x22, 0};

◆ tokenImage_arr_20

const JJChar vhdl::parser::tokenImage_arr_20[]
static
Initial value:
=
{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x22, 0}

Definition at line 436 of file VhdlParserConstants.h.

437{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x22, 0};

◆ tokenImage_arr_21

const JJChar vhdl::parser::tokenImage_arr_21[]
static
Initial value:
=
{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0}

Definition at line 438 of file VhdlParserConstants.h.

439{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};

◆ tokenImage_arr_22

const JJChar vhdl::parser::tokenImage_arr_22[]
static
Initial value:
=
{0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0}

Definition at line 440 of file VhdlParserConstants.h.

441{0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0};

◆ tokenImage_arr_23

const JJChar vhdl::parser::tokenImage_arr_23[]
static
Initial value:
=
{0x22, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x22, 0}

Definition at line 442 of file VhdlParserConstants.h.

443{0x22, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x22, 0};

◆ tokenImage_arr_24

const JJChar vhdl::parser::tokenImage_arr_24[]
static
Initial value:
=
{0x22, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0}

Definition at line 444 of file VhdlParserConstants.h.

445{0x22, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0};

◆ tokenImage_arr_25

const JJChar vhdl::parser::tokenImage_arr_25[]
static
Initial value:
=
{0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0}

Definition at line 446 of file VhdlParserConstants.h.

447{0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0};

◆ tokenImage_arr_26

const JJChar vhdl::parser::tokenImage_arr_26[]
static
Initial value:
=
{0x22, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0}

Definition at line 448 of file VhdlParserConstants.h.

449{0x22, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0};

◆ tokenImage_arr_27

const JJChar vhdl::parser::tokenImage_arr_27[]
static
Initial value:
=
{0x22, 0x62, 0x75, 0x73, 0x22, 0}

Definition at line 450 of file VhdlParserConstants.h.

451{0x22, 0x62, 0x75, 0x73, 0x22, 0};

◆ tokenImage_arr_28

const JJChar vhdl::parser::tokenImage_arr_28[]
static
Initial value:
=
{0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x22, 0}

Definition at line 452 of file VhdlParserConstants.h.

453{0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x22, 0};

◆ tokenImage_arr_29

const JJChar vhdl::parser::tokenImage_arr_29[]
static
Initial value:
=
{0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0}

Definition at line 454 of file VhdlParserConstants.h.

455{0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0};

◆ tokenImage_arr_3

const JJChar vhdl::parser::tokenImage_arr_3[]
static
Initial value:
=
{0x22, 0xa, 0x22, 0}

Definition at line 402 of file VhdlParserConstants.h.

403{0x22, 0xa, 0x22, 0};

◆ tokenImage_arr_30

const JJChar vhdl::parser::tokenImage_arr_30[]
static
Initial value:
=
{0x22, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0}

Definition at line 456 of file VhdlParserConstants.h.

457{0x22, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};

◆ tokenImage_arr_31

const JJChar vhdl::parser::tokenImage_arr_31[]
static
Initial value:
=
{0x22, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x22, 0}

Definition at line 458 of file VhdlParserConstants.h.

459{0x22, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x22, 0};

◆ tokenImage_arr_32

const JJChar vhdl::parser::tokenImage_arr_32[]
static
Initial value:
=
{0x22, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0}

Definition at line 460 of file VhdlParserConstants.h.

461{0x22, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0};

◆ tokenImage_arr_33

const JJChar vhdl::parser::tokenImage_arr_33[]
static
Initial value:
=
{0x22, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x22, 0}

Definition at line 462 of file VhdlParserConstants.h.

463{0x22, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x22, 0};

◆ tokenImage_arr_34

const JJChar vhdl::parser::tokenImage_arr_34[]
static
Initial value:
=
{0x22, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0}

Definition at line 464 of file VhdlParserConstants.h.

465{0x22, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0};

◆ tokenImage_arr_35

const JJChar vhdl::parser::tokenImage_arr_35[]
static
Initial value:
=
{0x22, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x22, 0}

Definition at line 466 of file VhdlParserConstants.h.

467{0x22, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x22, 0};

◆ tokenImage_arr_36

const JJChar vhdl::parser::tokenImage_arr_36[]
static
Initial value:
=
{0x22, 0x64, 0x6f, 0x77, 0x6e, 0x74, 0x6f, 0x22, 0}

Definition at line 468 of file VhdlParserConstants.h.

469{0x22, 0x64, 0x6f, 0x77, 0x6e, 0x74, 0x6f, 0x22, 0};

◆ tokenImage_arr_37

const JJChar vhdl::parser::tokenImage_arr_37[]
static
Initial value:
=
{0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0}

Definition at line 470 of file VhdlParserConstants.h.

471{0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0};

◆ tokenImage_arr_38

const JJChar vhdl::parser::tokenImage_arr_38[]
static
Initial value:
=
{0x22, 0x65, 0x6c, 0x73, 0x69, 0x66, 0x22, 0}

Definition at line 472 of file VhdlParserConstants.h.

473{0x22, 0x65, 0x6c, 0x73, 0x69, 0x66, 0x22, 0};

◆ tokenImage_arr_39

const JJChar vhdl::parser::tokenImage_arr_39[]
static
Initial value:
=
{0x22, 0x65, 0x6e, 0x64, 0x22, 0}

Definition at line 474 of file VhdlParserConstants.h.

475{0x22, 0x65, 0x6e, 0x64, 0x22, 0};

◆ tokenImage_arr_4

const JJChar vhdl::parser::tokenImage_arr_4[]
static
Initial value:
=
{0x22, 0xd, 0x22, 0}

Definition at line 404 of file VhdlParserConstants.h.

405{0x22, 0xd, 0x22, 0};

◆ tokenImage_arr_40

const JJChar vhdl::parser::tokenImage_arr_40[]
static
Initial value:
=
{0x22, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0}

Definition at line 476 of file VhdlParserConstants.h.

477{0x22, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0};

◆ tokenImage_arr_41

const JJChar vhdl::parser::tokenImage_arr_41[]
static
Initial value:
=
{0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0}

Definition at line 478 of file VhdlParserConstants.h.

479{0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0};

◆ tokenImage_arr_42

const JJChar vhdl::parser::tokenImage_arr_42[]
static
Initial value:
=
{0x22, 0x66, 0x61, 0x69, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x22, 0}

Definition at line 480 of file VhdlParserConstants.h.

481{0x22, 0x66, 0x61, 0x69, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x22, 0};

◆ tokenImage_arr_43

const JJChar vhdl::parser::tokenImage_arr_43[]
static
Initial value:
=
{0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0}

Definition at line 482 of file VhdlParserConstants.h.

483{0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0};

◆ tokenImage_arr_44

const JJChar vhdl::parser::tokenImage_arr_44[]
static
Initial value:
=
{0x22, 0x66, 0x6f, 0x72, 0x22, 0}

Definition at line 484 of file VhdlParserConstants.h.

485{0x22, 0x66, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_45

const JJChar vhdl::parser::tokenImage_arr_45[]
static
Initial value:
=
{0x22, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x22, 0}

Definition at line 486 of file VhdlParserConstants.h.

487{0x22, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x22, 0};

◆ tokenImage_arr_46

const JJChar vhdl::parser::tokenImage_arr_46[]
static
Initial value:
=
{0x22, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0}

Definition at line 488 of file VhdlParserConstants.h.

489{0x22, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};

◆ tokenImage_arr_47

const JJChar vhdl::parser::tokenImage_arr_47[]
static
Initial value:
=
{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x22, 0}

Definition at line 490 of file VhdlParserConstants.h.

491{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x22, 0};

◆ tokenImage_arr_48

const JJChar vhdl::parser::tokenImage_arr_48[]
static
Initial value:
=
{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x22, 0}

Definition at line 492 of file VhdlParserConstants.h.

493{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x22, 0};

◆ tokenImage_arr_49

const JJChar vhdl::parser::tokenImage_arr_49[]
static
Initial value:
=
{0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0}

Definition at line 494 of file VhdlParserConstants.h.

495{0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0};

◆ tokenImage_arr_5

const JJChar vhdl::parser::tokenImage_arr_5[]
static
Initial value:
=
{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}

Definition at line 406 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_50

const JJChar vhdl::parser::tokenImage_arr_50[]
static
Initial value:
=
{0x22, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x22, 0}

Definition at line 496 of file VhdlParserConstants.h.

497{0x22, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x22, 0};

◆ tokenImage_arr_51

const JJChar vhdl::parser::tokenImage_arr_51[]
static
Initial value:
=
{0x22, 0x69, 0x66, 0x22, 0}

Definition at line 498 of file VhdlParserConstants.h.

499{0x22, 0x69, 0x66, 0x22, 0};

◆ tokenImage_arr_52

const JJChar vhdl::parser::tokenImage_arr_52[]
static
Initial value:
=
{0x22, 0x69, 0x6d, 0x70, 0x75, 0x72, 0x65, 0x22, 0}

Definition at line 500 of file VhdlParserConstants.h.

501{0x22, 0x69, 0x6d, 0x70, 0x75, 0x72, 0x65, 0x22, 0};

◆ tokenImage_arr_53

const JJChar vhdl::parser::tokenImage_arr_53[]
static
Initial value:
=
{0x22, 0x69, 0x6e, 0x22, 0}

Definition at line 502 of file VhdlParserConstants.h.

503{0x22, 0x69, 0x6e, 0x22, 0};

◆ tokenImage_arr_54

const JJChar vhdl::parser::tokenImage_arr_54[]
static
Initial value:
=
{0x22, 0x69, 0x6e, 0x65, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x22, 0}

Definition at line 504 of file VhdlParserConstants.h.

505{0x22, 0x69, 0x6e, 0x65, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x22, 0};

◆ tokenImage_arr_55

const JJChar vhdl::parser::tokenImage_arr_55[]
static
Initial value:
=
{0x22, 0x69, 0x6e, 0x6f, 0x75, 0x74, 0x22, 0}

Definition at line 506 of file VhdlParserConstants.h.

507{0x22, 0x69, 0x6e, 0x6f, 0x75, 0x74, 0x22, 0};

◆ tokenImage_arr_56

const JJChar vhdl::parser::tokenImage_arr_56[]
static
Initial value:
=
{0x22, 0x69, 0x73, 0x22, 0}

Definition at line 508 of file VhdlParserConstants.h.

509{0x22, 0x69, 0x73, 0x22, 0};

◆ tokenImage_arr_57

const JJChar vhdl::parser::tokenImage_arr_57[]
static
Initial value:
=
{0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0}

Definition at line 510 of file VhdlParserConstants.h.

511{0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0};

◆ tokenImage_arr_58

const JJChar vhdl::parser::tokenImage_arr_58[]
static
Initial value:
=
{0x22, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x22, 0}

Definition at line 512 of file VhdlParserConstants.h.

513{0x22, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x22, 0};

◆ tokenImage_arr_59

const JJChar vhdl::parser::tokenImage_arr_59[]
static
Initial value:
=
{0x22, 0x6c, 0x69, 0x6e, 0x6b, 0x61, 0x67, 0x65, 0x22, 0}

Definition at line 514 of file VhdlParserConstants.h.

515{0x22, 0x6c, 0x69, 0x6e, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};

◆ tokenImage_arr_6

const JJChar vhdl::parser::tokenImage_arr_6[]
static
Initial value:
=
{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}

Definition at line 408 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_60

const JJChar vhdl::parser::tokenImage_arr_60[]
static
Initial value:
=
{0x22, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x22, 0}

Definition at line 516 of file VhdlParserConstants.h.

517{0x22, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x22, 0};

◆ tokenImage_arr_61

const JJChar vhdl::parser::tokenImage_arr_61[]
static
Initial value:
=
{0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0}

Definition at line 518 of file VhdlParserConstants.h.

519{0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0};

◆ tokenImage_arr_62

const JJChar vhdl::parser::tokenImage_arr_62[]
static
Initial value:
=
{0x22, 0x6d, 0x61, 0x70, 0x22, 0}

Definition at line 520 of file VhdlParserConstants.h.

521{0x22, 0x6d, 0x61, 0x70, 0x22, 0};

◆ tokenImage_arr_63

const JJChar vhdl::parser::tokenImage_arr_63[]
static
Initial value:
=
{0x22, 0x6d, 0x6f, 0x64, 0x22, 0}

Definition at line 522 of file VhdlParserConstants.h.

523{0x22, 0x6d, 0x6f, 0x64, 0x22, 0};

◆ tokenImage_arr_64

const JJChar vhdl::parser::tokenImage_arr_64[]
static
Initial value:
=
{0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0}

Definition at line 524 of file VhdlParserConstants.h.

525{0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0};

◆ tokenImage_arr_65

const JJChar vhdl::parser::tokenImage_arr_65[]
static
Initial value:
=
{0x22, 0x6e, 0x65, 0x77, 0x22, 0}

Definition at line 526 of file VhdlParserConstants.h.

527{0x22, 0x6e, 0x65, 0x77, 0x22, 0};

◆ tokenImage_arr_66

const JJChar vhdl::parser::tokenImage_arr_66[]
static
Initial value:
=
{0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0}

Definition at line 528 of file VhdlParserConstants.h.

529{0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0};

◆ tokenImage_arr_67

const JJChar vhdl::parser::tokenImage_arr_67[]
static
Initial value:
=
{0x22, 0x6e, 0x6f, 0x72, 0x22, 0}

Definition at line 530 of file VhdlParserConstants.h.

531{0x22, 0x6e, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_68

const JJChar vhdl::parser::tokenImage_arr_68[]
static
Initial value:
=
{0x22, 0x6e, 0x6f, 0x74, 0x22, 0}

Definition at line 532 of file VhdlParserConstants.h.

533{0x22, 0x6e, 0x6f, 0x74, 0x22, 0};

◆ tokenImage_arr_69

const JJChar vhdl::parser::tokenImage_arr_69[]
static
Initial value:
=
{0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0}

Definition at line 534 of file VhdlParserConstants.h.

535{0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0};

◆ tokenImage_arr_7

const JJChar vhdl::parser::tokenImage_arr_7[]
static
Initial value:
=
{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}

Definition at line 410 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_70

const JJChar vhdl::parser::tokenImage_arr_70[]
static
Initial value:
=
{0x22, 0x6f, 0x66, 0x22, 0}

Definition at line 536 of file VhdlParserConstants.h.

537{0x22, 0x6f, 0x66, 0x22, 0};

◆ tokenImage_arr_71

const JJChar vhdl::parser::tokenImage_arr_71[]
static
Initial value:
=
{0x22, 0x6f, 0x6e, 0x22, 0}

Definition at line 538 of file VhdlParserConstants.h.

539{0x22, 0x6f, 0x6e, 0x22, 0};

◆ tokenImage_arr_72

const JJChar vhdl::parser::tokenImage_arr_72[]
static
Initial value:
=
{0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0}

Definition at line 540 of file VhdlParserConstants.h.

541{0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0};

◆ tokenImage_arr_73

const JJChar vhdl::parser::tokenImage_arr_73[]
static
Initial value:
=
{0x22, 0x6f, 0x72, 0x22, 0}

Definition at line 542 of file VhdlParserConstants.h.

543{0x22, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_74

const JJChar vhdl::parser::tokenImage_arr_74[]
static
Initial value:
=
{0x22, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x22, 0}

Definition at line 544 of file VhdlParserConstants.h.

545{0x22, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x22, 0};

◆ tokenImage_arr_75

const JJChar vhdl::parser::tokenImage_arr_75[]
static
Initial value:
=
{0x22, 0x6f, 0x75, 0x74, 0x22, 0}

Definition at line 546 of file VhdlParserConstants.h.

547{0x22, 0x6f, 0x75, 0x74, 0x22, 0};

◆ tokenImage_arr_76

const JJChar vhdl::parser::tokenImage_arr_76[]
static
Initial value:
=
{0x22, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0}

Definition at line 548 of file VhdlParserConstants.h.

549{0x22, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};

◆ tokenImage_arr_77

const JJChar vhdl::parser::tokenImage_arr_77[]
static
Initial value:
=
{0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0}

Definition at line 550 of file VhdlParserConstants.h.

551{0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0};

◆ tokenImage_arr_78

const JJChar vhdl::parser::tokenImage_arr_78[]
static
Initial value:
=
{0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

Definition at line 552 of file VhdlParserConstants.h.

553{0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

◆ tokenImage_arr_79

const JJChar vhdl::parser::tokenImage_arr_79[]
static
Initial value:
=
{0x22, 0x70, 0x6f, 0x73, 0x74, 0x70, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0}

Definition at line 554 of file VhdlParserConstants.h.

555{0x22, 0x70, 0x6f, 0x73, 0x74, 0x70, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0};

◆ tokenImage_arr_8

const JJChar vhdl::parser::tokenImage_arr_8[]
static
Initial value:
=
{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0}

Definition at line 412 of file VhdlParserConstants.h.

413{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

◆ tokenImage_arr_80

const JJChar vhdl::parser::tokenImage_arr_80[]
static
Initial value:
=
{0x22, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0}

Definition at line 556 of file VhdlParserConstants.h.

557{0x22, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0};

◆ tokenImage_arr_81

const JJChar vhdl::parser::tokenImage_arr_81[]
static
Initial value:
=
{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0}

Definition at line 558 of file VhdlParserConstants.h.

559{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0};

◆ tokenImage_arr_82

const JJChar vhdl::parser::tokenImage_arr_82[]
static
Initial value:
=
{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0}

Definition at line 560 of file VhdlParserConstants.h.

561{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0};

◆ tokenImage_arr_83

const JJChar vhdl::parser::tokenImage_arr_83[]
static
Initial value:
=
{0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0}

Definition at line 562 of file VhdlParserConstants.h.

563{0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0};

◆ tokenImage_arr_84

const JJChar vhdl::parser::tokenImage_arr_84[]
static
Initial value:
=
{0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}

Definition at line 564 of file VhdlParserConstants.h.

565{0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};

◆ tokenImage_arr_85

const JJChar vhdl::parser::tokenImage_arr_85[]
static
Initial value:
=
{0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0}

Definition at line 566 of file VhdlParserConstants.h.

567{0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0};

◆ tokenImage_arr_86

const JJChar vhdl::parser::tokenImage_arr_86[]
static
Initial value:
=
{0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0}

Definition at line 568 of file VhdlParserConstants.h.

569{0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0};

◆ tokenImage_arr_87

const JJChar vhdl::parser::tokenImage_arr_87[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0}

Definition at line 570 of file VhdlParserConstants.h.

571{0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0};

◆ tokenImage_arr_88

const JJChar vhdl::parser::tokenImage_arr_88[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0}

Definition at line 572 of file VhdlParserConstants.h.

573{0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0};

◆ tokenImage_arr_89

const JJChar vhdl::parser::tokenImage_arr_89[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0}

Definition at line 574 of file VhdlParserConstants.h.

575{0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0};

◆ tokenImage_arr_9

const JJChar vhdl::parser::tokenImage_arr_9[]
static
Initial value:
=
{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}

Definition at line 414 of file VhdlParserConstants.h.

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};

◆ tokenImage_arr_90

const JJChar vhdl::parser::tokenImage_arr_90[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0}

Definition at line 576 of file VhdlParserConstants.h.

577{0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0};

◆ tokenImage_arr_91

const JJChar vhdl::parser::tokenImage_arr_91[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0}

Definition at line 578 of file VhdlParserConstants.h.

579{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0};

◆ tokenImage_arr_92

const JJChar vhdl::parser::tokenImage_arr_92[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0}

Definition at line 580 of file VhdlParserConstants.h.

581{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};

◆ tokenImage_arr_93

const JJChar vhdl::parser::tokenImage_arr_93[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x6d, 0x22, 0}

Definition at line 582 of file VhdlParserConstants.h.

583{0x22, 0x72, 0x65, 0x6d, 0x22, 0};

◆ tokenImage_arr_94

const JJChar vhdl::parser::tokenImage_arr_94[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

Definition at line 584 of file VhdlParserConstants.h.

585{0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

◆ tokenImage_arr_95

const JJChar vhdl::parser::tokenImage_arr_95[]
static
Initial value:
=
{0x22, 0x72, 0x6f, 0x6c, 0x22, 0}

Definition at line 586 of file VhdlParserConstants.h.

587{0x22, 0x72, 0x6f, 0x6c, 0x22, 0};

◆ tokenImage_arr_96

const JJChar vhdl::parser::tokenImage_arr_96[]
static
Initial value:
=
{0x22, 0x72, 0x6f, 0x72, 0x22, 0}

Definition at line 588 of file VhdlParserConstants.h.

589{0x22, 0x72, 0x6f, 0x72, 0x22, 0};

◆ tokenImage_arr_97

const JJChar vhdl::parser::tokenImage_arr_97[]
static
Initial value:
=
{0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0}

Definition at line 590 of file VhdlParserConstants.h.

591{0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0};

◆ tokenImage_arr_98

const JJChar vhdl::parser::tokenImage_arr_98[]
static
Initial value:
=
{0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0}

Definition at line 592 of file VhdlParserConstants.h.

593{0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0};

◆ tokenImage_arr_99

const JJChar vhdl::parser::tokenImage_arr_99[]
static
Initial value:
=
{0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0}

Definition at line 594 of file VhdlParserConstants.h.

595{0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0};

◆ TRANSPORT_T

const int vhdl::parser::TRANSPORT_T = 111

RegularExpression Id.

Definition at line 228 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_delay_mechanism_1092_1_492().

◆ TYPE_T

◆ UNAFFECTED_T

const int vhdl::parser::UNAFFECTED_T = 113

◆ UNITS_T

◆ UNTIL_T

const int vhdl::parser::UNTIL_T = 115

RegularExpression Id.

Definition at line 236 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_condition_clause_917_3_464().

◆ UPPER_CASE_LETTER

const int vhdl::parser::UPPER_CASE_LETTER = 182

RegularExpression Id.

Definition at line 370 of file VhdlParserConstants.h.

◆ USE_T

const int vhdl::parser::USE_T = 116

◆ VARASSIGN_T

◆ VARIABLE_T

◆ VHDL2008TOOLDIR

const int vhdl::parser::VHDL2008TOOLDIR = 192

RegularExpression Id.

Definition at line 390 of file VhdlParserConstants.h.

◆ VHDL_COMMENT

const int vhdl::parser::VHDL_COMMENT = 8

RegularExpression Id.

Definition at line 22 of file VhdlParserConstants.h.

◆ VHDL_FLOWCHART_COMMENT

const int vhdl::parser::VHDL_FLOWCHART_COMMENT = 7

RegularExpression Id.

Definition at line 20 of file VhdlParserConstants.h.

◆ VIEW_T

◆ VMODE_T

const int vhdl::parser::VMODE_T = 119

RegularExpression Id.

Definition at line 244 of file VhdlParserConstants.h.

◆ VPROP_T

const int vhdl::parser::VPROP_T = 120

RegularExpression Id.

Definition at line 246 of file VhdlParserConstants.h.

◆ VUNIT_T

const int vhdl::parser::VUNIT_T = 121

RegularExpression Id.

Definition at line 248 of file VhdlParserConstants.h.

◆ WAIT_T

const int vhdl::parser::WAIT_T = 122

RegularExpression Id.

Definition at line 250 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_wait_statement_3368_1_153().

◆ WHEN_T

◆ WHILE_T

const int vhdl::parser::WHILE_T = 124

RegularExpression Id.

Definition at line 254 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_iteration_scheme_2004_1_557().

◆ WITH_T

◆ XNOR_T

const int vhdl::parser::XNOR_T = 127

RegularExpression Id.

Definition at line 260 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1421_4_479().

◆ XOR_T

const int vhdl::parser::XOR_T = 126

RegularExpression Id.

Definition at line 258 of file VhdlParserConstants.h.

Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1422_4_480().