Doxygen
vhdl::parser 命名空间参考

类

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

枚举

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

函数

JJSimpleString addUnicodeEscapes (const JJString &str)
 

变量

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 PROCEDURE_T = 80
 RegularExpression Id. 更多...
 
const int PROCESS_T = 81
 RegularExpression Id. 更多...
 
const int PROPERTY_T = 82
 RegularExpression Id. 更多...
 
const int PROTECTED_T = 83
 RegularExpression Id. 更多...
 
const int PURE_T = 84
 RegularExpression Id. 更多...
 
const int RANGE_T = 85
 RegularExpression Id. 更多...
 
const int RECORD_T = 86
 RegularExpression Id. 更多...
 
const int REGISTER_T = 87
 RegularExpression Id. 更多...
 
const int REJECT_T = 88
 RegularExpression Id. 更多...
 
const int RELEASE_T = 89
 RegularExpression Id. 更多...
 
const int RESTRICT_T = 90
 RegularExpression Id. 更多...
 
const int RESTRICT_GUARANTEE_T = 91
 RegularExpression Id. 更多...
 
const int REM_T = 92
 RegularExpression Id. 更多...
 
const int REPORT_T = 93
 RegularExpression Id. 更多...
 
const int ROL_T = 94
 RegularExpression Id. 更多...
 
const int ROR_T = 95
 RegularExpression Id. 更多...
 
const int RETURN_T = 96
 RegularExpression Id. 更多...
 
const int SELECT_T = 97
 RegularExpression Id. 更多...
 
const int SEQUENCE_T = 98
 RegularExpression Id. 更多...
 
const int SEVERITY_T = 99
 RegularExpression Id. 更多...
 
const int SIGNAL_T = 100
 RegularExpression Id. 更多...
 
const int SHARED_T = 101
 RegularExpression Id. 更多...
 
const int SLA_T = 102
 RegularExpression Id. 更多...
 
const int SLL_T = 103
 RegularExpression Id. 更多...
 
const int SRA_T = 104
 RegularExpression Id. 更多...
 
const int SRL_T = 105
 RegularExpression Id. 更多...
 
const int STRONG_T = 106
 RegularExpression Id. 更多...
 
const int SUBTYPE_T = 107
 RegularExpression Id. 更多...
 
const int THEN_T = 108
 RegularExpression Id. 更多...
 
const int TO_T = 109
 RegularExpression Id. 更多...
 
const int TRANSPORT_T = 110
 RegularExpression Id. 更多...
 
const int TYPE_T = 111
 RegularExpression Id. 更多...
 
const int UNAFFECTED_T = 112
 RegularExpression Id. 更多...
 
const int UNITS_T = 113
 RegularExpression Id. 更多...
 
const int UNTIL_T = 114
 RegularExpression Id. 更多...
 
const int USE_T = 115
 RegularExpression Id. 更多...
 
const int VARIABLE_T = 116
 RegularExpression Id. 更多...
 
const int VMODE_T = 117
 RegularExpression Id. 更多...
 
const int VPROP_T = 118
 RegularExpression Id. 更多...
 
const int VUNIT_T = 119
 RegularExpression Id. 更多...
 
const int WAIT_T = 120
 RegularExpression Id. 更多...
 
const int WHEN_T = 121
 RegularExpression Id. 更多...
 
const int WHILE_T = 122
 RegularExpression Id. 更多...
 
const int WITH_T = 123
 RegularExpression Id. 更多...
 
const int XOR_T = 124
 RegularExpression Id. 更多...
 
const int XNOR_T = 125
 RegularExpression Id. 更多...
 
const int AMPERSAND_T = 126
 RegularExpression Id. 更多...
 
const int APOSTROPHE_T = 127
 RegularExpression Id. 更多...
 
const int LPAREN_T = 128
 RegularExpression Id. 更多...
 
const int RPAREN_T = 129
 RegularExpression Id. 更多...
 
const int DOUBLEMULT_T = 130
 RegularExpression Id. 更多...
 
const int MULT_T = 131
 RegularExpression Id. 更多...
 
const int PLUS_T = 132
 RegularExpression Id. 更多...
 
const int MINUS_T = 133
 RegularExpression Id. 更多...
 
const int COMMA_T = 134
 RegularExpression Id. 更多...
 
const int VARASSIGN_T = 135
 RegularExpression Id. 更多...
 
const int COLON_T = 136
 RegularExpression Id. 更多...
 
const int SEMI_T = 137
 RegularExpression Id. 更多...
 
const int LESSTHAN_T = 138
 RegularExpression Id. 更多...
 
const int GREATERTHAN_T = 139
 RegularExpression Id. 更多...
 
const int LT_T = 140
 RegularExpression Id. 更多...
 
const int GT_T = 141
 RegularExpression Id. 更多...
 
const int EQU_T = 142
 RegularExpression Id. 更多...
 
const int NOTEQU_T = 143
 RegularExpression Id. 更多...
 
const int ARROW_T = 144
 RegularExpression Id. 更多...
 
const int BOX_T = 145
 RegularExpression Id. 更多...
 
const int SLSL_T = 146
 RegularExpression Id. 更多...
 
const int RSRS_T = 147
 RegularExpression Id. 更多...
 
const int QQ_T = 148
 RegularExpression Id. 更多...
 
const int QGT_T = 149
 RegularExpression Id. 更多...
 
const int QLT_T = 150
 RegularExpression Id. 更多...
 
const int QG_T = 151
 RegularExpression Id. 更多...
 
const int QL_T = 152
 RegularExpression Id. 更多...
 
const int QEQU_T = 153
 RegularExpression Id. 更多...
 
const int QNEQU_T = 154
 RegularExpression Id. 更多...
 
const int Q_T = 155
 RegularExpression Id. 更多...
 
const int BAR_T = 156
 RegularExpression Id. 更多...
 
const int DOT_T = 157
 RegularExpression Id. 更多...
 
const int SLASH_T = 158
 RegularExpression Id. 更多...
 
const int AT_T = 159
 RegularExpression Id. 更多...
 
const int NEG_T = 160
 RegularExpression Id. 更多...
 
const int LBRACKET_T = 161
 RegularExpression Id. 更多...
 
const int RBRACKET_T = 162
 RegularExpression Id. 更多...
 
const int LBRACE = 163
 RegularExpression Id. 更多...
 
const int RBRACE = 164
 RegularExpression Id. 更多...
 
const int INTEGER = 165
 RegularExpression Id. 更多...
 
const int STRINGLITERAL = 166
 RegularExpression Id. 更多...
 
const int BASIC_IDENTIFIER = 167
 RegularExpression Id. 更多...
 
const int EXTENDED_CHARACTER = 168
 RegularExpression Id. 更多...
 
const int CHARACTER_LITERAL = 169
 RegularExpression Id. 更多...
 
const int DECIMAL_LITERAL = 170
 RegularExpression Id. 更多...
 
const int BASED_INTEGER = 171
 RegularExpression Id. 更多...
 
const int BASED_LITERAL = 172
 RegularExpression Id. 更多...
 
const int EXPONENT = 173
 RegularExpression Id. 更多...
 
const int BASIC_GRAPHIC_CHARACTER = 174
 RegularExpression Id. 更多...
 
const int GRAPHIC_CHARACTER = 175
 RegularExpression Id. 更多...
 
const int LETTER_OR_DIGIT = 176
 RegularExpression Id. 更多...
 
const int LETTER_OR_DIGIT_OR_STD = 177
 RegularExpression Id. 更多...
 
const int LETTER = 178
 RegularExpression Id. 更多...
 
const int UPPER_CASE_LETTER = 179
 RegularExpression Id. 更多...
 
const int BIT_STRING_LITERAL = 180
 RegularExpression Id. 更多...
 
const int BASE_SPECIFIER = 181
 RegularExpression Id. 更多...
 
const int STD_LOGIC = 182
 RegularExpression Id. 更多...
 
const int DIGIT = 183
 RegularExpression Id. 更多...
 
const int SPECIAL_CHARACTER = 184
 RegularExpression Id. 更多...
 
const int OTHER_SPECIAL_CHARACTER = 185
 RegularExpression Id. 更多...
 
const int SPACE_CHARACTER = 186
 RegularExpression Id. 更多...
 
const int LOWER_CASE_LETTER = 187
 RegularExpression Id. 更多...
 
const int QUOTE = 188
 RegularExpression Id. 更多...
 
const int VHDL2008TOOLDIR = 189
 RegularExpression Id. 更多...
 
const int SPEC_ATTR = 190
 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 *const tokenImage []
 

枚举类型说明

◆ LexerErrors

枚举值
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.

在文件 TokenMgrError.h 第 12 行定义.

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

函数说明

◆ addUnicodeEscapes()

JJSimpleString vhdl::parser::addUnicodeEscapes ( const JJString &  str)

变量说明

◆ _EOF

const int vhdl::parser::_EOF = 0

End of File.

在文件 VhdlParserConstants.h 第 14 行定义.

◆ ABS_T

const int vhdl::parser::ABS_T = 11

RegularExpression Id.

在文件 VhdlParserConstants.h 第 28 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_292().

◆ ACCESS_T

const int vhdl::parser::ACCESS_T = 12

RegularExpression Id.

在文件 VhdlParserConstants.h 第 30 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_658().

◆ AFTER_T

const int vhdl::parser::AFTER_T = 13

RegularExpression Id.

在文件 VhdlParserConstants.h 第 32 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_397() , 以及 vhdl::parser::VhdlParser::jj_3R_544().

◆ ALIAS_T

const int vhdl::parser::ALIAS_T = 14

RegularExpression Id.

在文件 VhdlParserConstants.h 第 34 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_393().

◆ ALL_T

◆ AMPERSAND_T

const int vhdl::parser::AMPERSAND_T = 126

RegularExpression Id.

在文件 VhdlParserConstants.h 第 258 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_283().

◆ AND_T

const int vhdl::parser::AND_T = 16

RegularExpression Id.

在文件 VhdlParserConstants.h 第 38 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_404().

◆ APOSTROPHE_T

◆ ARCHITECTURE_T

const int vhdl::parser::ARCHITECTURE_T = 17

RegularExpression Id.

在文件 VhdlParserConstants.h 第 40 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_599().

◆ ARRAY_T

const int vhdl::parser::ARRAY_T = 18

◆ ARROW_T

◆ ASSERT_T

const int vhdl::parser::ASSERT_T = 19

RegularExpression Id.

在文件 VhdlParserConstants.h 第 44 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_21() , 以及 vhdl::parser::VhdlParser::jj_3R_196().

◆ ASSUME_GUARANTEE_T

const int vhdl::parser::ASSUME_GUARANTEE_T = 21

RegularExpression Id.

在文件 VhdlParserConstants.h 第 48 行定义.

◆ ASSUME_T

const int vhdl::parser::ASSUME_T = 20

RegularExpression Id.

在文件 VhdlParserConstants.h 第 46 行定义.

◆ AT_T

const int vhdl::parser::AT_T = 159

RegularExpression Id.

在文件 VhdlParserConstants.h 第 324 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_570().

◆ ATTRIBUTE_T

const int vhdl::parser::ATTRIBUTE_T = 22

RegularExpression Id.

在文件 VhdlParserConstants.h 第 50 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_395() , 以及 vhdl::parser::VhdlParser::jj_3R_67().

◆ BAR_T

const int vhdl::parser::BAR_T = 156

RegularExpression Id.

在文件 VhdlParserConstants.h 第 318 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_195().

◆ BASE_SPECIFIER

const int vhdl::parser::BASE_SPECIFIER = 181

RegularExpression Id.

在文件 VhdlParserConstants.h 第 368 行定义.

◆ BASED_INTEGER

const int vhdl::parser::BASED_INTEGER = 171

RegularExpression Id.

在文件 VhdlParserConstants.h 第 348 行定义.

◆ BASED_LITERAL

const int vhdl::parser::BASED_LITERAL = 172

RegularExpression Id.

在文件 VhdlParserConstants.h 第 350 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_235().

◆ BASIC_GRAPHIC_CHARACTER

const int vhdl::parser::BASIC_GRAPHIC_CHARACTER = 174

RegularExpression Id.

在文件 VhdlParserConstants.h 第 354 行定义.

◆ BASIC_IDENTIFIER

const int vhdl::parser::BASIC_IDENTIFIER = 167

RegularExpression Id.

在文件 VhdlParserConstants.h 第 340 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_41() , 以及 vhdl::parser::VhdlParser::jj_3R_171().

◆ BEGIN_T

const int vhdl::parser::BEGIN_T = 23

RegularExpression Id.

在文件 VhdlParserConstants.h 第 52 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_540() , 以及 vhdl::parser::VhdlParser::jj_3R_93().

◆ BIT_STRING_LITERAL

const int vhdl::parser::BIT_STRING_LITERAL = 180

RegularExpression Id.

在文件 VhdlParserConstants.h 第 366 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_100().

◆ BLOCK_T

const int vhdl::parser::BLOCK_T = 24

RegularExpression Id.

在文件 VhdlParserConstants.h 第 54 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_18().

◆ BODY_T

const int vhdl::parser::BODY_T = 25

RegularExpression Id.

在文件 VhdlParserConstants.h 第 56 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_143().

◆ BOX_T

const int vhdl::parser::BOX_T = 145

◆ BUFFER_T

const int vhdl::parser::BUFFER_T = 26

RegularExpression Id.

在文件 VhdlParserConstants.h 第 58 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_448().

◆ BUS_T

const int vhdl::parser::BUS_T = 27

RegularExpression Id.

在文件 VhdlParserConstants.h 第 60 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_590().

◆ CASE_T

const int vhdl::parser::CASE_T = 29

RegularExpression Id.

在文件 VhdlParserConstants.h 第 64 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_126().

◆ CHARACTER_LITERAL

const int vhdl::parser::CHARACTER_LITERAL = 169

RegularExpression Id.

在文件 VhdlParserConstants.h 第 344 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_369() , 以及 vhdl::parser::VhdlParser::jj_3R_551().

◆ COLON_T

const int vhdl::parser::COLON_T = 136

RegularExpression Id.

在文件 VhdlParserConstants.h 第 278 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_111(), vhdl::parser::VhdlParser::jj_3_115(), vhdl::parser::VhdlParser::jj_3_117(), vhdl::parser::VhdlParser::jj_3_118(), vhdl::parser::VhdlParser::jj_3_14(), vhdl::parser::VhdlParser::jj_3_15(), vhdl::parser::VhdlParser::jj_3_16(), vhdl::parser::VhdlParser::jj_3_39(), vhdl::parser::VhdlParser::jj_3_76(), vhdl::parser::VhdlParser::jj_3_96(), vhdl::parser::VhdlParser::jj_3R_118(), vhdl::parser::VhdlParser::jj_3R_123(), vhdl::parser::VhdlParser::jj_3R_181(), vhdl::parser::VhdlParser::jj_3R_197(), vhdl::parser::VhdlParser::jj_3R_257(), vhdl::parser::VhdlParser::jj_3R_258(), vhdl::parser::VhdlParser::jj_3R_260(), vhdl::parser::VhdlParser::jj_3R_264(), vhdl::parser::VhdlParser::jj_3R_265(), vhdl::parser::VhdlParser::jj_3R_266(), vhdl::parser::VhdlParser::jj_3R_269(), vhdl::parser::VhdlParser::jj_3R_272(), vhdl::parser::VhdlParser::jj_3R_275(), vhdl::parser::VhdlParser::jj_3R_323(), vhdl::parser::VhdlParser::jj_3R_389(), vhdl::parser::VhdlParser::jj_3R_390(), vhdl::parser::VhdlParser::jj_3R_391(), vhdl::parser::VhdlParser::jj_3R_392(), vhdl::parser::VhdlParser::jj_3R_398(), vhdl::parser::VhdlParser::jj_3R_459(), vhdl::parser::VhdlParser::jj_3R_483(), vhdl::parser::VhdlParser::jj_3R_488(), vhdl::parser::VhdlParser::jj_3R_489(), vhdl::parser::VhdlParser::jj_3R_67(), vhdl::parser::VhdlParser::jj_3R_705(), vhdl::parser::VhdlParser::jj_3R_76(), vhdl::parser::VhdlParser::jj_3R_77(), vhdl::parser::VhdlParser::jj_3R_78(), vhdl::parser::VhdlParser::jj_3R_79(), vhdl::parser::VhdlParser::jj_3R_81(), vhdl::parser::VhdlParser::jj_3R_96() , 以及 vhdl::parser::VhdlParser::jj_3R_97().

◆ COMMA_T

◆ COMPONENT_T

const int vhdl::parser::COMPONENT_T = 28

RegularExpression Id.

在文件 VhdlParserConstants.h 第 62 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_394() , 以及 vhdl::parser::VhdlParser::jj_3R_609().

◆ CONFIGURATION_T

const int vhdl::parser::CONFIGURATION_T = 30

◆ CONSTANT_T

const int vhdl::parser::CONSTANT_T = 31

◆ CONTEXT_T

const int vhdl::parser::CONTEXT_T = 32

RegularExpression Id.

在文件 VhdlParserConstants.h 第 70 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_348() , 以及 vhdl::parser::VhdlParser::jj_3R_87().

◆ COVER_T

const int vhdl::parser::COVER_T = 33

RegularExpression Id.

在文件 VhdlParserConstants.h 第 72 行定义.

◆ DECIMAL_LITERAL

const int vhdl::parser::DECIMAL_LITERAL = 170

RegularExpression Id.

在文件 VhdlParserConstants.h 第 346 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_233().

◆ DEFAULT

const int vhdl::parser::DEFAULT = 0

Lexical state.

在文件 VhdlParserConstants.h 第 389 行定义.

◆ DEFAULT_T

const int vhdl::parser::DEFAULT_T = 34

RegularExpression Id.

在文件 VhdlParserConstants.h 第 74 行定义.

◆ DIGIT

const int vhdl::parser::DIGIT = 183

RegularExpression Id.

在文件 VhdlParserConstants.h 第 372 行定义.

◆ DISCONNECT_T

const int vhdl::parser::DISCONNECT_T = 35

RegularExpression Id.

在文件 VhdlParserConstants.h 第 76 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_397().

◆ DOT_T

◆ DOUBLEMULT_T

const int vhdl::parser::DOUBLEMULT_T = 130

RegularExpression Id.

在文件 VhdlParserConstants.h 第 266 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_467().

◆ DOWNTO_T

const int vhdl::parser::DOWNTO_T = 36

RegularExpression Id.

在文件 VhdlParserConstants.h 第 78 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_166().

◆ DOXYGEN_VHDL_COMMENT

const int vhdl::parser::DOXYGEN_VHDL_COMMENT = 5

RegularExpression Id.

在文件 VhdlParserConstants.h 第 16 行定义.

◆ ELSE_T

◆ ELSIF_T

const int vhdl::parser::ELSIF_T = 38

RegularExpression Id.

在文件 VhdlParserConstants.h 第 82 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_629().

◆ END_T

◆ ENTITY_T

const int vhdl::parser::ENTITY_T = 40

◆ EQU_T

const int vhdl::parser::EQU_T = 142

RegularExpression Id.

在文件 VhdlParserConstants.h 第 290 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_497() , 以及 vhdl::parser::VhdlParser::jj_3R_721().

◆ EXIT_T

const int vhdl::parser::EXIT_T = 41

RegularExpression Id.

在文件 VhdlParserConstants.h 第 88 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_129().

◆ EXPONENT

const int vhdl::parser::EXPONENT = 173

RegularExpression Id.

在文件 VhdlParserConstants.h 第 352 行定义.

◆ EXTENDED_CHARACTER

const int vhdl::parser::EXTENDED_CHARACTER = 168

RegularExpression Id.

在文件 VhdlParserConstants.h 第 342 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_170().

◆ FAIRNESS_T

const int vhdl::parser::FAIRNESS_T = 42

RegularExpression Id.

在文件 VhdlParserConstants.h 第 90 行定义.

◆ FILE_T

◆ FOR_T

◆ FORCE_T

const int vhdl::parser::FORCE_T = 45

RegularExpression Id.

在文件 VhdlParserConstants.h 第 96 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_149() , 以及 vhdl::parser::VhdlParser::jj_3R_150().

◆ FUNCTION_T

const int vhdl::parser::FUNCTION_T = 46

◆ GENERATE_T

const int vhdl::parser::GENERATE_T = 47

RegularExpression Id.

在文件 VhdlParserConstants.h 第 100 行定义.

◆ GENERIC_T

const int vhdl::parser::GENERIC_T = 48

◆ GRAPHIC_CHARACTER

const int vhdl::parser::GRAPHIC_CHARACTER = 175

RegularExpression Id.

在文件 VhdlParserConstants.h 第 356 行定义.

◆ GREATERTHAN_T

const int vhdl::parser::GREATERTHAN_T = 139

RegularExpression Id.

在文件 VhdlParserConstants.h 第 284 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_498().

◆ GROUP_T

const int vhdl::parser::GROUP_T = 49

◆ GT_T

const int vhdl::parser::GT_T = 141

RegularExpression Id.

在文件 VhdlParserConstants.h 第 288 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_496().

◆ GUARDED_T

const int vhdl::parser::GUARDED_T = 50

RegularExpression Id.

在文件 VhdlParserConstants.h 第 106 行定义.

◆ IF_T

const int vhdl::parser::IF_T = 51

RegularExpression Id.

在文件 VhdlParserConstants.h 第 108 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_125() , 以及 vhdl::parser::VhdlParser::jj_3R_336().

◆ IMPURE_T

const int vhdl::parser::IMPURE_T = 52

RegularExpression Id.

在文件 VhdlParserConstants.h 第 110 行定义.

◆ IN_T

const int vhdl::parser::IN_T = 53

RegularExpression Id.

在文件 VhdlParserConstants.h 第 112 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_445() , 以及 vhdl::parser::VhdlParser::jj_3R_543().

◆ INERTIAL_T

const int vhdl::parser::INERTIAL_T = 54

RegularExpression Id.

在文件 VhdlParserConstants.h 第 114 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_518().

◆ INOUT_T

const int vhdl::parser::INOUT_T = 55

RegularExpression Id.

在文件 VhdlParserConstants.h 第 116 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_447().

◆ INTEGER

const int vhdl::parser::INTEGER = 165

RegularExpression Id.

在文件 VhdlParserConstants.h 第 336 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_234() , 以及 vhdl::parser::VhdlParser::jj_3R_413().

◆ IS_T

◆ LABEL_T

const int vhdl::parser::LABEL_T = 57

RegularExpression Id.

在文件 VhdlParserConstants.h 第 120 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_610().

◆ LBRACE

const int vhdl::parser::LBRACE = 163

RegularExpression Id.

在文件 VhdlParserConstants.h 第 332 行定义.

◆ LBRACKET_T

const int vhdl::parser::LBRACKET_T = 161

RegularExpression Id.

在文件 VhdlParserConstants.h 第 328 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_60() , 以及 vhdl::parser::VhdlParser::jj_3R_245().

◆ LESSTHAN_T

◆ LETTER

const int vhdl::parser::LETTER = 178

RegularExpression Id.

在文件 VhdlParserConstants.h 第 362 行定义.

◆ LETTER_OR_DIGIT

const int vhdl::parser::LETTER_OR_DIGIT = 176

RegularExpression Id.

在文件 VhdlParserConstants.h 第 358 行定义.

◆ LETTER_OR_DIGIT_OR_STD

const int vhdl::parser::LETTER_OR_DIGIT_OR_STD = 177

RegularExpression Id.

在文件 VhdlParserConstants.h 第 360 行定义.

◆ LIBRARY_T

const int vhdl::parser::LIBRARY_T = 58

RegularExpression Id.

在文件 VhdlParserConstants.h 第 122 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_346().

◆ LINKAGE_T

const int vhdl::parser::LINKAGE_T = 59

RegularExpression Id.

在文件 VhdlParserConstants.h 第 124 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_449().

◆ LITERAL_T

const int vhdl::parser::LITERAL_T = 60

RegularExpression Id.

在文件 VhdlParserConstants.h 第 126 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_611().

◆ LOOP_T

const int vhdl::parser::LOOP_T = 61

RegularExpression Id.

在文件 VhdlParserConstants.h 第 128 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_127().

◆ LOWER_CASE_LETTER

const int vhdl::parser::LOWER_CASE_LETTER = 187

RegularExpression Id.

在文件 VhdlParserConstants.h 第 380 行定义.

◆ LPAREN_T

const int vhdl::parser::LPAREN_T = 128

◆ LT_T

const int vhdl::parser::LT_T = 140

RegularExpression Id.

在文件 VhdlParserConstants.h 第 286 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_495().

◆ MAP_T

const int vhdl::parser::MAP_T = 62

◆ MINUS_T

const int vhdl::parser::MINUS_T = 133

RegularExpression Id.

在文件 VhdlParserConstants.h 第 272 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_282() , 以及 vhdl::parser::VhdlParser::jj_3R_417().

◆ MOD_T

const int vhdl::parser::MOD_T = 63

RegularExpression Id.

在文件 VhdlParserConstants.h 第 132 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_289().

◆ MULT_DOXYGEN_COMMENT

const int vhdl::parser::MULT_DOXYGEN_COMMENT = 6

RegularExpression Id.

在文件 VhdlParserConstants.h 第 18 行定义.

◆ MULT_DOXYGEN_VHDL_COMMENT_2008

const int vhdl::parser::MULT_DOXYGEN_VHDL_COMMENT_2008 = 9

RegularExpression Id.

在文件 VhdlParserConstants.h 第 24 行定义.

◆ MULT_T

const int vhdl::parser::MULT_T = 131

RegularExpression Id.

在文件 VhdlParserConstants.h 第 268 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_287().

◆ MULT_VHDL_2008_COMMENT

const int vhdl::parser::MULT_VHDL_2008_COMMENT = 10

RegularExpression Id.

在文件 VhdlParserConstants.h 第 26 行定义.

◆ NAND_T

const int vhdl::parser::NAND_T = 64

RegularExpression Id.

在文件 VhdlParserConstants.h 第 134 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_405().

◆ NEG_T

const int vhdl::parser::NEG_T = 160

RegularExpression Id.

在文件 VhdlParserConstants.h 第 326 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_647().

◆ NEW_T

◆ NEXT_T

const int vhdl::parser::NEXT_T = 66

RegularExpression Id.

在文件 VhdlParserConstants.h 第 138 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_128().

◆ NOR_T

const int vhdl::parser::NOR_T = 67

RegularExpression Id.

在文件 VhdlParserConstants.h 第 140 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_406().

◆ NOT_T

const int vhdl::parser::NOT_T = 68

RegularExpression Id.

在文件 VhdlParserConstants.h 第 142 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_293().

◆ NOTEQU_T

const int vhdl::parser::NOTEQU_T = 143

RegularExpression Id.

在文件 VhdlParserConstants.h 第 292 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_500().

◆ NULL_T

const int vhdl::parser::NULL_T = 69

RegularExpression Id.

在文件 VhdlParserConstants.h 第 144 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_243() , 以及 vhdl::parser::VhdlParser::jj_3R_379().

◆ OF_T

◆ ON_T

const int vhdl::parser::ON_T = 71

RegularExpression Id.

在文件 VhdlParserConstants.h 第 148 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_380().

◆ OPEN_T

const int vhdl::parser::OPEN_T = 72

◆ OR_T

const int vhdl::parser::OR_T = 73

RegularExpression Id.

在文件 VhdlParserConstants.h 第 152 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_409().

◆ OTHER_SPECIAL_CHARACTER

const int vhdl::parser::OTHER_SPECIAL_CHARACTER = 185

RegularExpression Id.

在文件 VhdlParserConstants.h 第 376 行定义.

◆ OTHER_T

const int vhdl::parser::OTHER_T = 74

◆ OUT_T

const int vhdl::parser::OUT_T = 75

RegularExpression Id.

在文件 VhdlParserConstants.h 第 156 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_446().

◆ PACKAGE_T

const int vhdl::parser::PACKAGE_T = 76

◆ PARAMETER_T

const int vhdl::parser::PARAMETER_T = 77

RegularExpression Id.

在文件 VhdlParserConstants.h 第 160 行定义.

◆ PLUS_T

const int vhdl::parser::PLUS_T = 132

RegularExpression Id.

在文件 VhdlParserConstants.h 第 270 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_281() , 以及 vhdl::parser::VhdlParser::jj_3R_416().

◆ PORT_T

const int vhdl::parser::PORT_T = 78

RegularExpression Id.

在文件 VhdlParserConstants.h 第 162 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_341() , 以及 vhdl::parser::VhdlParser::jj_3R_553().

◆ POSTPONED_T

const int vhdl::parser::POSTPONED_T = 79

RegularExpression Id.

在文件 VhdlParserConstants.h 第 164 行定义.

◆ PROCEDURE_T

const int vhdl::parser::PROCEDURE_T = 80

◆ PROCESS_T

const int vhdl::parser::PROCESS_T = 81

RegularExpression Id.

在文件 VhdlParserConstants.h 第 168 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3_19() , 以及 vhdl::parser::VhdlParser::jj_3R_93().

◆ PROPERTY_T

const int vhdl::parser::PROPERTY_T = 82

RegularExpression Id.

在文件 VhdlParserConstants.h 第 170 行定义.

◆ PROTECTED_T

const int vhdl::parser::PROTECTED_T = 83

RegularExpression Id.

在文件 VhdlParserConstants.h 第 172 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_143() , 以及 vhdl::parser::VhdlParser::jj_3R_660().

◆ PURE_T

const int vhdl::parser::PURE_T = 84

RegularExpression Id.

在文件 VhdlParserConstants.h 第 174 行定义.

◆ Q_T

const int vhdl::parser::Q_T = 155

RegularExpression Id.

在文件 VhdlParserConstants.h 第 316 行定义.

◆ QEQU_T

const int vhdl::parser::QEQU_T = 153

RegularExpression Id.

在文件 VhdlParserConstants.h 第 312 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_505().

◆ QG_T

const int vhdl::parser::QG_T = 151

RegularExpression Id.

在文件 VhdlParserConstants.h 第 308 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_503().

◆ QGT_T

const int vhdl::parser::QGT_T = 149

RegularExpression Id.

在文件 VhdlParserConstants.h 第 304 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_501().

◆ QL_T

const int vhdl::parser::QL_T = 152

RegularExpression Id.

在文件 VhdlParserConstants.h 第 310 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_504().

◆ QLT_T

const int vhdl::parser::QLT_T = 150

RegularExpression Id.

在文件 VhdlParserConstants.h 第 306 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_502().

◆ QNEQU_T

const int vhdl::parser::QNEQU_T = 154

RegularExpression Id.

在文件 VhdlParserConstants.h 第 314 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_506().

◆ QQ_T

const int vhdl::parser::QQ_T = 148

RegularExpression Id.

在文件 VhdlParserConstants.h 第 302 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_294().

◆ QUOTE

const int vhdl::parser::QUOTE = 188

RegularExpression Id.

在文件 VhdlParserConstants.h 第 382 行定义.

◆ RANGE_T

const int vhdl::parser::RANGE_T = 85

◆ RBRACE

const int vhdl::parser::RBRACE = 164

RegularExpression Id.

在文件 VhdlParserConstants.h 第 334 行定义.

◆ RBRACKET_T

const int vhdl::parser::RBRACKET_T = 162

RegularExpression Id.

在文件 VhdlParserConstants.h 第 330 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_245().

◆ RECORD_T

const int vhdl::parser::RECORD_T = 86

RegularExpression Id.

在文件 VhdlParserConstants.h 第 178 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_690().

◆ REGISTER_T

const int vhdl::parser::REGISTER_T = 87

RegularExpression Id.

在文件 VhdlParserConstants.h 第 180 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_589().

◆ REJECT_T

const int vhdl::parser::REJECT_T = 88

RegularExpression Id.

在文件 VhdlParserConstants.h 第 182 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_573().

◆ RELEASE_T

const int vhdl::parser::RELEASE_T = 89

RegularExpression Id.

在文件 VhdlParserConstants.h 第 184 行定义.

◆ REM_T

const int vhdl::parser::REM_T = 92

RegularExpression Id.

在文件 VhdlParserConstants.h 第 190 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_290().

◆ REPORT_T

const int vhdl::parser::REPORT_T = 93

RegularExpression Id.

在文件 VhdlParserConstants.h 第 192 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_121() , 以及 vhdl::parser::VhdlParser::jj_3R_355().

◆ RESTRICT_GUARANTEE_T

const int vhdl::parser::RESTRICT_GUARANTEE_T = 91

RegularExpression Id.

在文件 VhdlParserConstants.h 第 188 行定义.

◆ RESTRICT_T

const int vhdl::parser::RESTRICT_T = 90

RegularExpression Id.

在文件 VhdlParserConstants.h 第 186 行定义.

◆ RETURN_T

const int vhdl::parser::RETURN_T = 96

◆ ROL_T

const int vhdl::parser::ROL_T = 94

RegularExpression Id.

在文件 VhdlParserConstants.h 第 194 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_566().

◆ ROR_T

const int vhdl::parser::ROR_T = 95

RegularExpression Id.

在文件 VhdlParserConstants.h 第 196 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_567().

◆ RPAREN_T

◆ RSRS_T

const int vhdl::parser::RSRS_T = 147

RegularExpression Id.

在文件 VhdlParserConstants.h 第 300 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_323().

◆ SELECT_T

const int vhdl::parser::SELECT_T = 97

◆ SEMI_T

const int vhdl::parser::SEMI_T = 137

RegularExpression Id.

在文件 VhdlParserConstants.h 第 280 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_120(), vhdl::parser::VhdlParser::jj_3R_121(), vhdl::parser::VhdlParser::jj_3R_122(), vhdl::parser::VhdlParser::jj_3R_124(), vhdl::parser::VhdlParser::jj_3R_125(), vhdl::parser::VhdlParser::jj_3R_126(), vhdl::parser::VhdlParser::jj_3R_127(), vhdl::parser::VhdlParser::jj_3R_128(), vhdl::parser::VhdlParser::jj_3R_129(), vhdl::parser::VhdlParser::jj_3R_130(), vhdl::parser::VhdlParser::jj_3R_135(), vhdl::parser::VhdlParser::jj_3R_142(), vhdl::parser::VhdlParser::jj_3R_144(), vhdl::parser::VhdlParser::jj_3R_149(), vhdl::parser::VhdlParser::jj_3R_182(), vhdl::parser::VhdlParser::jj_3R_337(), vhdl::parser::VhdlParser::jj_3R_345(), vhdl::parser::VhdlParser::jj_3R_346(), vhdl::parser::VhdlParser::jj_3R_347(), vhdl::parser::VhdlParser::jj_3R_348(), vhdl::parser::VhdlParser::jj_3R_379(), vhdl::parser::VhdlParser::jj_3R_384(), vhdl::parser::VhdlParser::jj_3R_388(), vhdl::parser::VhdlParser::jj_3R_389(), vhdl::parser::VhdlParser::jj_3R_390(), vhdl::parser::VhdlParser::jj_3R_391(), vhdl::parser::VhdlParser::jj_3R_392(), vhdl::parser::VhdlParser::jj_3R_393(), vhdl::parser::VhdlParser::jj_3R_394(), vhdl::parser::VhdlParser::jj_3R_395(), vhdl::parser::VhdlParser::jj_3R_396(), vhdl::parser::VhdlParser::jj_3R_397(), vhdl::parser::VhdlParser::jj_3R_398(), vhdl::parser::VhdlParser::jj_3R_415(), vhdl::parser::VhdlParser::jj_3R_456(), vhdl::parser::VhdlParser::jj_3R_457(), vhdl::parser::VhdlParser::jj_3R_466(), vhdl::parser::VhdlParser::jj_3R_540(), vhdl::parser::VhdlParser::jj_3R_547(), vhdl::parser::VhdlParser::jj_3R_553(), vhdl::parser::VhdlParser::jj_3R_67(), vhdl::parser::VhdlParser::jj_3R_68(), vhdl::parser::VhdlParser::jj_3R_69(), vhdl::parser::VhdlParser::jj_3R_692(), vhdl::parser::VhdlParser::jj_3R_694(), vhdl::parser::VhdlParser::jj_3R_705(), vhdl::parser::VhdlParser::jj_3R_721(), vhdl::parser::VhdlParser::jj_3R_75(), vhdl::parser::VhdlParser::jj_3R_81(), vhdl::parser::VhdlParser::jj_3R_82(), vhdl::parser::VhdlParser::jj_3R_84(), vhdl::parser::VhdlParser::jj_3R_87(), vhdl::parser::VhdlParser::jj_3R_91(), vhdl::parser::VhdlParser::jj_3R_92() , 以及 vhdl::parser::VhdlParser::jj_3R_93().

◆ SEQUENCE_T

const int vhdl::parser::SEQUENCE_T = 98

RegularExpression Id.

在文件 VhdlParserConstants.h 第 202 行定义.

◆ SEVERITY_T

const int vhdl::parser::SEVERITY_T = 99

RegularExpression Id.

在文件 VhdlParserConstants.h 第 204 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_259() , 以及 vhdl::parser::VhdlParser::jj_3R_356().

◆ SHARED_T

const int vhdl::parser::SHARED_T = 101

RegularExpression Id.

在文件 VhdlParserConstants.h 第 208 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_652().

◆ SIGNAL_T

const int vhdl::parser::SIGNAL_T = 100

◆ SLA_T

const int vhdl::parser::SLA_T = 102

RegularExpression Id.

在文件 VhdlParserConstants.h 第 210 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_564().

◆ SLASH_T

const int vhdl::parser::SLASH_T = 158

RegularExpression Id.

在文件 VhdlParserConstants.h 第 322 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_288().

◆ SLL_T

const int vhdl::parser::SLL_T = 103

RegularExpression Id.

在文件 VhdlParserConstants.h 第 212 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_562().

◆ SLSL_T

const int vhdl::parser::SLSL_T = 146

RegularExpression Id.

在文件 VhdlParserConstants.h 第 298 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_323().

◆ SPACE_CHARACTER

const int vhdl::parser::SPACE_CHARACTER = 186

RegularExpression Id.

在文件 VhdlParserConstants.h 第 378 行定义.

◆ SPEC_ATTR

const int vhdl::parser::SPEC_ATTR = 190

RegularExpression Id.

在文件 VhdlParserConstants.h 第 386 行定义.

◆ SPECIAL_CHARACTER

const int vhdl::parser::SPECIAL_CHARACTER = 184

RegularExpression Id.

在文件 VhdlParserConstants.h 第 374 行定义.

◆ SRA_T

const int vhdl::parser::SRA_T = 104

RegularExpression Id.

在文件 VhdlParserConstants.h 第 214 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_565().

◆ SRL_T

const int vhdl::parser::SRL_T = 105

RegularExpression Id.

在文件 VhdlParserConstants.h 第 216 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_563().

◆ STD_LOGIC

const int vhdl::parser::STD_LOGIC = 182

RegularExpression Id.

在文件 VhdlParserConstants.h 第 370 行定义.

◆ STRINGLITERAL

const int vhdl::parser::STRINGLITERAL = 166

RegularExpression Id.

在文件 VhdlParserConstants.h 第 338 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_321() , 以及 vhdl::parser::VhdlParser::jj_3R_373().

◆ STRONG_T

const int vhdl::parser::STRONG_T = 106

RegularExpression Id.

在文件 VhdlParserConstants.h 第 218 行定义.

◆ SUBTYPE_T

const int vhdl::parser::SUBTYPE_T = 107

◆ THEN_T

const int vhdl::parser::THEN_T = 108

RegularExpression Id.

在文件 VhdlParserConstants.h 第 222 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_125() , 以及 vhdl::parser::VhdlParser::jj_3R_629().

◆ TO_T

const int vhdl::parser::TO_T = 109

RegularExpression Id.

在文件 VhdlParserConstants.h 第 224 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_165().

◆ tokenImage

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

在文件 VhdlParserConstants.h 第 774 行定义.

◆ tokenImage_arr_0

const JJChar vhdl::parser::tokenImage_arr_0[]
static
初始值:
=
{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0}

Literal token values.

在文件 VhdlParserConstants.h 第 392 行定义.

◆ tokenImage_arr_1

const JJChar vhdl::parser::tokenImage_arr_1[]
static
初始值:
=
{0x22, 0x20, 0x22, 0}

在文件 VhdlParserConstants.h 第 394 行定义.

◆ tokenImage_arr_10

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

在文件 VhdlParserConstants.h 第 412 行定义.

◆ tokenImage_arr_100

const JJChar vhdl::parser::tokenImage_arr_100[]
static
初始值:
=
{0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 592 行定义.

◆ tokenImage_arr_101

const JJChar vhdl::parser::tokenImage_arr_101[]
static
初始值:
=
{0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 594 行定义.

◆ tokenImage_arr_102

const JJChar vhdl::parser::tokenImage_arr_102[]
static
初始值:
=
{0x22, 0x73, 0x6c, 0x61, 0x22, 0}

在文件 VhdlParserConstants.h 第 596 行定义.

◆ tokenImage_arr_103

const JJChar vhdl::parser::tokenImage_arr_103[]
static
初始值:
=
{0x22, 0x73, 0x6c, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 598 行定义.

◆ tokenImage_arr_104

const JJChar vhdl::parser::tokenImage_arr_104[]
static
初始值:
=
{0x22, 0x73, 0x72, 0x61, 0x22, 0}

在文件 VhdlParserConstants.h 第 600 行定义.

◆ tokenImage_arr_105

const JJChar vhdl::parser::tokenImage_arr_105[]
static
初始值:
=
{0x22, 0x73, 0x72, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 602 行定义.

◆ tokenImage_arr_106

const JJChar vhdl::parser::tokenImage_arr_106[]
static
初始值:
=
{0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0}

在文件 VhdlParserConstants.h 第 604 行定义.

◆ tokenImage_arr_107

const JJChar vhdl::parser::tokenImage_arr_107[]
static
初始值:
=
{0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 606 行定义.

◆ tokenImage_arr_108

const JJChar vhdl::parser::tokenImage_arr_108[]
static
初始值:
=
{0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 608 行定义.

◆ tokenImage_arr_109

const JJChar vhdl::parser::tokenImage_arr_109[]
static
初始值:
=
{0x22, 0x74, 0x6f, 0x22, 0}

在文件 VhdlParserConstants.h 第 610 行定义.

◆ tokenImage_arr_11

const JJChar vhdl::parser::tokenImage_arr_11[]
static
初始值:
=
{0x22, 0x61, 0x62, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 414 行定义.

◆ tokenImage_arr_110

const JJChar vhdl::parser::tokenImage_arr_110[]
static
初始值:
=
{0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 612 行定义.

◆ tokenImage_arr_111

const JJChar vhdl::parser::tokenImage_arr_111[]
static
初始值:
=
{0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 614 行定义.

◆ tokenImage_arr_112

const JJChar vhdl::parser::tokenImage_arr_112[]
static
初始值:
=
{0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 616 行定义.

◆ tokenImage_arr_113

const JJChar vhdl::parser::tokenImage_arr_113[]
static
初始值:
=
{0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 618 行定义.

◆ tokenImage_arr_114

const JJChar vhdl::parser::tokenImage_arr_114[]
static
初始值:
=
{0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 620 行定义.

◆ tokenImage_arr_115

const JJChar vhdl::parser::tokenImage_arr_115[]
static
初始值:
=
{0x22, 0x75, 0x73, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 622 行定义.

◆ tokenImage_arr_116

const JJChar vhdl::parser::tokenImage_arr_116[]
static
初始值:
=
{0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 624 行定义.

◆ tokenImage_arr_117

const JJChar vhdl::parser::tokenImage_arr_117[]
static
初始值:
=
{0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 626 行定义.

◆ tokenImage_arr_118

const JJChar vhdl::parser::tokenImage_arr_118[]
static
初始值:
=
{0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0}

在文件 VhdlParserConstants.h 第 628 行定义.

◆ tokenImage_arr_119

const JJChar vhdl::parser::tokenImage_arr_119[]
static
初始值:
=
{0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 630 行定义.

◆ tokenImage_arr_12

const JJChar vhdl::parser::tokenImage_arr_12[]
static
初始值:
=
{0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 416 行定义.

◆ tokenImage_arr_120

const JJChar vhdl::parser::tokenImage_arr_120[]
static
初始值:
=
{0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 632 行定义.

◆ tokenImage_arr_121

const JJChar vhdl::parser::tokenImage_arr_121[]
static
初始值:
=
{0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 634 行定义.

◆ tokenImage_arr_122

const JJChar vhdl::parser::tokenImage_arr_122[]
static
初始值:
=
{0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 636 行定义.

◆ tokenImage_arr_123

const JJChar vhdl::parser::tokenImage_arr_123[]
static
初始值:
=
{0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0}

在文件 VhdlParserConstants.h 第 638 行定义.

◆ tokenImage_arr_124

const JJChar vhdl::parser::tokenImage_arr_124[]
static
初始值:
=
{0x22, 0x78, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 640 行定义.

◆ tokenImage_arr_125

const JJChar vhdl::parser::tokenImage_arr_125[]
static
初始值:
=
{0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 642 行定义.

◆ tokenImage_arr_126

const JJChar vhdl::parser::tokenImage_arr_126[]
static
初始值:
=
{0x22, 0x26, 0x22, 0}

在文件 VhdlParserConstants.h 第 644 行定义.

◆ tokenImage_arr_127

const JJChar vhdl::parser::tokenImage_arr_127[]
static
初始值:
=
{0x22, 0x27, 0x22, 0}

在文件 VhdlParserConstants.h 第 646 行定义.

◆ tokenImage_arr_128

const JJChar vhdl::parser::tokenImage_arr_128[]
static
初始值:
=
{0x22, 0x28, 0x22, 0}

在文件 VhdlParserConstants.h 第 648 行定义.

◆ tokenImage_arr_129

const JJChar vhdl::parser::tokenImage_arr_129[]
static
初始值:
=
{0x22, 0x29, 0x22, 0}

在文件 VhdlParserConstants.h 第 650 行定义.

◆ tokenImage_arr_13

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

在文件 VhdlParserConstants.h 第 418 行定义.

◆ tokenImage_arr_130

const JJChar vhdl::parser::tokenImage_arr_130[]
static
初始值:
=
{0x22, 0x2a, 0x2a, 0x22, 0}

在文件 VhdlParserConstants.h 第 652 行定义.

◆ tokenImage_arr_131

const JJChar vhdl::parser::tokenImage_arr_131[]
static
初始值:
=
{0x22, 0x2a, 0x22, 0}

在文件 VhdlParserConstants.h 第 654 行定义.

◆ tokenImage_arr_132

const JJChar vhdl::parser::tokenImage_arr_132[]
static
初始值:
=
{0x22, 0x2b, 0x22, 0}

在文件 VhdlParserConstants.h 第 656 行定义.

◆ tokenImage_arr_133

const JJChar vhdl::parser::tokenImage_arr_133[]
static
初始值:
=
{0x22, 0x2d, 0x22, 0}

在文件 VhdlParserConstants.h 第 658 行定义.

◆ tokenImage_arr_134

const JJChar vhdl::parser::tokenImage_arr_134[]
static
初始值:
=
{0x22, 0x2c, 0x22, 0}

在文件 VhdlParserConstants.h 第 660 行定义.

◆ tokenImage_arr_135

const JJChar vhdl::parser::tokenImage_arr_135[]
static
初始值:
=
{0x22, 0x3a, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 662 行定义.

◆ tokenImage_arr_136

const JJChar vhdl::parser::tokenImage_arr_136[]
static
初始值:
=
{0x22, 0x3a, 0x22, 0}

在文件 VhdlParserConstants.h 第 664 行定义.

◆ tokenImage_arr_137

const JJChar vhdl::parser::tokenImage_arr_137[]
static
初始值:
=
{0x22, 0x3b, 0x22, 0}

在文件 VhdlParserConstants.h 第 666 行定义.

◆ tokenImage_arr_138

const JJChar vhdl::parser::tokenImage_arr_138[]
static
初始值:
=
{0x22, 0x3c, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 668 行定义.

◆ tokenImage_arr_139

const JJChar vhdl::parser::tokenImage_arr_139[]
static
初始值:
=
{0x22, 0x3e, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 670 行定义.

◆ tokenImage_arr_14

const JJChar vhdl::parser::tokenImage_arr_14[]
static
初始值:
=
{0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 420 行定义.

◆ tokenImage_arr_140

const JJChar vhdl::parser::tokenImage_arr_140[]
static
初始值:
=
{0x22, 0x3c, 0x22, 0}

在文件 VhdlParserConstants.h 第 672 行定义.

◆ tokenImage_arr_141

const JJChar vhdl::parser::tokenImage_arr_141[]
static
初始值:
=
{0x22, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 674 行定义.

◆ tokenImage_arr_142

const JJChar vhdl::parser::tokenImage_arr_142[]
static
初始值:
=
{0x22, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 676 行定义.

◆ tokenImage_arr_143

const JJChar vhdl::parser::tokenImage_arr_143[]
static
初始值:
=
{0x22, 0x2f, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 678 行定义.

◆ tokenImage_arr_144

const JJChar vhdl::parser::tokenImage_arr_144[]
static
初始值:
=
{0x22, 0x3d, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 680 行定义.

◆ tokenImage_arr_145

const JJChar vhdl::parser::tokenImage_arr_145[]
static
初始值:
=
{0x22, 0x3c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 682 行定义.

◆ tokenImage_arr_146

const JJChar vhdl::parser::tokenImage_arr_146[]
static
初始值:
=
{0x22, 0x3c, 0x3c, 0x22, 0}

在文件 VhdlParserConstants.h 第 684 行定义.

◆ tokenImage_arr_147

const JJChar vhdl::parser::tokenImage_arr_147[]
static
初始值:
=
{0x22, 0x3e, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 686 行定义.

◆ tokenImage_arr_148

const JJChar vhdl::parser::tokenImage_arr_148[]
static
初始值:
=
{0x22, 0x3f, 0x3f, 0x22, 0}

在文件 VhdlParserConstants.h 第 688 行定义.

◆ tokenImage_arr_149

const JJChar vhdl::parser::tokenImage_arr_149[]
static
初始值:
=
{0x22, 0x3f, 0x3e, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 690 行定义.

◆ tokenImage_arr_15

const JJChar vhdl::parser::tokenImage_arr_15[]
static
初始值:
=
{0x22, 0x61, 0x6c, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 422 行定义.

◆ tokenImage_arr_150

const JJChar vhdl::parser::tokenImage_arr_150[]
static
初始值:
=
{0x22, 0x3f, 0x3c, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 692 行定义.

◆ tokenImage_arr_151

const JJChar vhdl::parser::tokenImage_arr_151[]
static
初始值:
=
{0x22, 0x3f, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 694 行定义.

◆ tokenImage_arr_152

const JJChar vhdl::parser::tokenImage_arr_152[]
static
初始值:
=
{0x22, 0x3f, 0x3c, 0x22, 0}

在文件 VhdlParserConstants.h 第 696 行定义.

◆ tokenImage_arr_153

const JJChar vhdl::parser::tokenImage_arr_153[]
static
初始值:
=
{0x22, 0x3f, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 698 行定义.

◆ tokenImage_arr_154

const JJChar vhdl::parser::tokenImage_arr_154[]
static
初始值:
=
{0x22, 0x3f, 0x2f, 0x3d, 0x22, 0}

在文件 VhdlParserConstants.h 第 700 行定义.

◆ tokenImage_arr_155

const JJChar vhdl::parser::tokenImage_arr_155[]
static
初始值:
=
{0x22, 0x3f, 0x22, 0}

在文件 VhdlParserConstants.h 第 702 行定义.

◆ tokenImage_arr_156

const JJChar vhdl::parser::tokenImage_arr_156[]
static
初始值:
=
{0x22, 0x7c, 0x22, 0}

在文件 VhdlParserConstants.h 第 704 行定义.

◆ tokenImage_arr_157

const JJChar vhdl::parser::tokenImage_arr_157[]
static
初始值:
=
{0x22, 0x2e, 0x22, 0}

在文件 VhdlParserConstants.h 第 706 行定义.

◆ tokenImage_arr_158

const JJChar vhdl::parser::tokenImage_arr_158[]
static
初始值:
=
{0x22, 0x2f, 0x22, 0}

在文件 VhdlParserConstants.h 第 708 行定义.

◆ tokenImage_arr_159

const JJChar vhdl::parser::tokenImage_arr_159[]
static
初始值:
=
{0x22, 0x40, 0x22, 0}

在文件 VhdlParserConstants.h 第 710 行定义.

◆ tokenImage_arr_16

const JJChar vhdl::parser::tokenImage_arr_16[]
static
初始值:
=
{0x22, 0x61, 0x6e, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 424 行定义.

◆ tokenImage_arr_160

const JJChar vhdl::parser::tokenImage_arr_160[]
static
初始值:
=
{0x22, 0x5e, 0x22, 0}

在文件 VhdlParserConstants.h 第 712 行定义.

◆ tokenImage_arr_161

const JJChar vhdl::parser::tokenImage_arr_161[]
static
初始值:
=
{0x22, 0x5b, 0x22, 0}

在文件 VhdlParserConstants.h 第 714 行定义.

◆ tokenImage_arr_162

const JJChar vhdl::parser::tokenImage_arr_162[]
static
初始值:
=
{0x22, 0x5d, 0x22, 0}

在文件 VhdlParserConstants.h 第 716 行定义.

◆ tokenImage_arr_163

const JJChar vhdl::parser::tokenImage_arr_163[]
static
初始值:
=
{0x22, 0x7b, 0x22, 0}

在文件 VhdlParserConstants.h 第 718 行定义.

◆ tokenImage_arr_164

const JJChar vhdl::parser::tokenImage_arr_164[]
static
初始值:
=
{0x22, 0x7d, 0x22, 0}

在文件 VhdlParserConstants.h 第 720 行定义.

◆ tokenImage_arr_165

const JJChar vhdl::parser::tokenImage_arr_165[]
static
初始值:
=
{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 722 行定义.

◆ tokenImage_arr_166

const JJChar vhdl::parser::tokenImage_arr_166[]
static
初始值:
=
{0x22, 0x3c, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 724 行定义.

◆ tokenImage_arr_167

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

在文件 VhdlParserConstants.h 第 726 行定义.

◆ tokenImage_arr_168

const JJChar vhdl::parser::tokenImage_arr_168[]
static
初始值:
=
{0x22, 0x3c, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 728 行定义.

◆ tokenImage_arr_169

const JJChar vhdl::parser::tokenImage_arr_169[]
static
初始值:
=
{0x22, 0x3c, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 730 行定义.

◆ tokenImage_arr_17

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

在文件 VhdlParserConstants.h 第 426 行定义.

◆ tokenImage_arr_170

const JJChar vhdl::parser::tokenImage_arr_170[]
static
初始值:
=
{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 732 行定义.

◆ tokenImage_arr_171

const JJChar vhdl::parser::tokenImage_arr_171[]
static
初始值:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 734 行定义.

◆ tokenImage_arr_172

const JJChar vhdl::parser::tokenImage_arr_172[]
static
初始值:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 736 行定义.

◆ tokenImage_arr_173

const JJChar vhdl::parser::tokenImage_arr_173[]
static
初始值:
=
{0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 738 行定义.

◆ tokenImage_arr_174

const JJChar vhdl::parser::tokenImage_arr_174[]
static
初始值:
=
{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}

在文件 VhdlParserConstants.h 第 740 行定义.

◆ tokenImage_arr_175

const JJChar vhdl::parser::tokenImage_arr_175[]
static
初始值:
=
{0x22, 0x3c, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 742 行定义.

◆ tokenImage_arr_176

const JJChar vhdl::parser::tokenImage_arr_176[]
static
初始值:
=
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 744 行定义.

◆ tokenImage_arr_177

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

在文件 VhdlParserConstants.h 第 746 行定义.

◆ tokenImage_arr_178

const JJChar vhdl::parser::tokenImage_arr_178[]
static
初始值:
=
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 748 行定义.

◆ tokenImage_arr_179

const JJChar vhdl::parser::tokenImage_arr_179[]
static
初始值:
=
{0x22, 0x3c, 0x55, 0x50, 0x50, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 750 行定义.

◆ tokenImage_arr_18

const JJChar vhdl::parser::tokenImage_arr_18[]
static
初始值:
=
{0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0}

在文件 VhdlParserConstants.h 第 428 行定义.

◆ tokenImage_arr_180

const JJChar vhdl::parser::tokenImage_arr_180[]
static
初始值:
=
{0x22, 0x3c, 0x42, 0x49, 0x54, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 752 行定义.

◆ tokenImage_arr_181

const JJChar vhdl::parser::tokenImage_arr_181[]
static
初始值:
=
{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 754 行定义.

◆ tokenImage_arr_182

const JJChar vhdl::parser::tokenImage_arr_182[]
static
初始值:
=
{0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 756 行定义.

◆ tokenImage_arr_183

const JJChar vhdl::parser::tokenImage_arr_183[]
static
初始值:
=
{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 758 行定义.

◆ tokenImage_arr_184

const JJChar vhdl::parser::tokenImage_arr_184[]
static
初始值:
=
{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 760 行定义.

◆ tokenImage_arr_185

const JJChar vhdl::parser::tokenImage_arr_185[]
static
初始值:
=
{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}

在文件 VhdlParserConstants.h 第 762 行定义.

◆ tokenImage_arr_186

const JJChar vhdl::parser::tokenImage_arr_186[]
static
初始值:
=
{0x22, 0x3c, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 764 行定义.

◆ tokenImage_arr_187

const JJChar vhdl::parser::tokenImage_arr_187[]
static
初始值:
=
{0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 766 行定义.

◆ tokenImage_arr_188

const JJChar vhdl::parser::tokenImage_arr_188[]
static
初始值:
=
{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 768 行定义.

◆ tokenImage_arr_189

const JJChar vhdl::parser::tokenImage_arr_189[]
static
初始值:
=
{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 770 行定义.

◆ tokenImage_arr_19

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

在文件 VhdlParserConstants.h 第 430 行定义.

◆ tokenImage_arr_190

const JJChar vhdl::parser::tokenImage_arr_190[]
static
初始值:
=
{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x5f, 0x41, 0x54, 0x54, 0x52, 0x3e, 0x22, 0}

在文件 VhdlParserConstants.h 第 772 行定义.

◆ tokenImage_arr_2

const JJChar vhdl::parser::tokenImage_arr_2[]
static
初始值:
=
{0x22, 0x9, 0x22, 0}

在文件 VhdlParserConstants.h 第 396 行定义.

◆ tokenImage_arr_20

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

在文件 VhdlParserConstants.h 第 432 行定义.

◆ tokenImage_arr_21

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

在文件 VhdlParserConstants.h 第 434 行定义.

◆ tokenImage_arr_22

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

在文件 VhdlParserConstants.h 第 436 行定义.

◆ tokenImage_arr_23

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

在文件 VhdlParserConstants.h 第 438 行定义.

◆ tokenImage_arr_24

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

在文件 VhdlParserConstants.h 第 440 行定义.

◆ tokenImage_arr_25

const JJChar vhdl::parser::tokenImage_arr_25[]
static
初始值:
=
{0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0}

在文件 VhdlParserConstants.h 第 442 行定义.

◆ tokenImage_arr_26

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

在文件 VhdlParserConstants.h 第 444 行定义.

◆ tokenImage_arr_27

const JJChar vhdl::parser::tokenImage_arr_27[]
static
初始值:
=
{0x22, 0x62, 0x75, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 446 行定义.

◆ tokenImage_arr_28

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

在文件 VhdlParserConstants.h 第 448 行定义.

◆ tokenImage_arr_29

const JJChar vhdl::parser::tokenImage_arr_29[]
static
初始值:
=
{0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 450 行定义.

◆ tokenImage_arr_3

const JJChar vhdl::parser::tokenImage_arr_3[]
static
初始值:
=
{0x22, 0xa, 0x22, 0}

在文件 VhdlParserConstants.h 第 398 行定义.

◆ tokenImage_arr_30

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

在文件 VhdlParserConstants.h 第 452 行定义.

◆ tokenImage_arr_31

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

在文件 VhdlParserConstants.h 第 454 行定义.

◆ tokenImage_arr_32

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

在文件 VhdlParserConstants.h 第 456 行定义.

◆ tokenImage_arr_33

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

在文件 VhdlParserConstants.h 第 458 行定义.

◆ tokenImage_arr_34

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

在文件 VhdlParserConstants.h 第 460 行定义.

◆ tokenImage_arr_35

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

在文件 VhdlParserConstants.h 第 462 行定义.

◆ tokenImage_arr_36

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

在文件 VhdlParserConstants.h 第 464 行定义.

◆ tokenImage_arr_37

const JJChar vhdl::parser::tokenImage_arr_37[]
static
初始值:
=
{0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 466 行定义.

◆ tokenImage_arr_38

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

在文件 VhdlParserConstants.h 第 468 行定义.

◆ tokenImage_arr_39

const JJChar vhdl::parser::tokenImage_arr_39[]
static
初始值:
=
{0x22, 0x65, 0x6e, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 470 行定义.

◆ tokenImage_arr_4

const JJChar vhdl::parser::tokenImage_arr_4[]
static
初始值:
=
{0x22, 0xd, 0x22, 0}

在文件 VhdlParserConstants.h 第 400 行定义.

◆ tokenImage_arr_40

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

在文件 VhdlParserConstants.h 第 472 行定义.

◆ tokenImage_arr_41

const JJChar vhdl::parser::tokenImage_arr_41[]
static
初始值:
=
{0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 474 行定义.

◆ tokenImage_arr_42

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

在文件 VhdlParserConstants.h 第 476 行定义.

◆ tokenImage_arr_43

const JJChar vhdl::parser::tokenImage_arr_43[]
static
初始值:
=
{0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 478 行定义.

◆ tokenImage_arr_44

const JJChar vhdl::parser::tokenImage_arr_44[]
static
初始值:
=
{0x22, 0x66, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 480 行定义.

◆ tokenImage_arr_45

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

在文件 VhdlParserConstants.h 第 482 行定义.

◆ tokenImage_arr_46

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

在文件 VhdlParserConstants.h 第 484 行定义.

◆ tokenImage_arr_47

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

在文件 VhdlParserConstants.h 第 486 行定义.

◆ tokenImage_arr_48

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

在文件 VhdlParserConstants.h 第 488 行定义.

◆ tokenImage_arr_49

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

在文件 VhdlParserConstants.h 第 490 行定义.

◆ tokenImage_arr_5

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

在文件 VhdlParserConstants.h 第 402 行定义.

◆ tokenImage_arr_50

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

在文件 VhdlParserConstants.h 第 492 行定义.

◆ tokenImage_arr_51

const JJChar vhdl::parser::tokenImage_arr_51[]
static
初始值:
=
{0x22, 0x69, 0x66, 0x22, 0}

在文件 VhdlParserConstants.h 第 494 行定义.

◆ tokenImage_arr_52

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

在文件 VhdlParserConstants.h 第 496 行定义.

◆ tokenImage_arr_53

const JJChar vhdl::parser::tokenImage_arr_53[]
static
初始值:
=
{0x22, 0x69, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 498 行定义.

◆ tokenImage_arr_54

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

在文件 VhdlParserConstants.h 第 500 行定义.

◆ tokenImage_arr_55

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

在文件 VhdlParserConstants.h 第 502 行定义.

◆ tokenImage_arr_56

const JJChar vhdl::parser::tokenImage_arr_56[]
static
初始值:
=
{0x22, 0x69, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 504 行定义.

◆ tokenImage_arr_57

const JJChar vhdl::parser::tokenImage_arr_57[]
static
初始值:
=
{0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 506 行定义.

◆ tokenImage_arr_58

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

在文件 VhdlParserConstants.h 第 508 行定义.

◆ tokenImage_arr_59

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

在文件 VhdlParserConstants.h 第 510 行定义.

◆ tokenImage_arr_6

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

在文件 VhdlParserConstants.h 第 404 行定义.

◆ tokenImage_arr_60

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

在文件 VhdlParserConstants.h 第 512 行定义.

◆ tokenImage_arr_61

const JJChar vhdl::parser::tokenImage_arr_61[]
static
初始值:
=
{0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0}

在文件 VhdlParserConstants.h 第 514 行定义.

◆ tokenImage_arr_62

const JJChar vhdl::parser::tokenImage_arr_62[]
static
初始值:
=
{0x22, 0x6d, 0x61, 0x70, 0x22, 0}

在文件 VhdlParserConstants.h 第 516 行定义.

◆ tokenImage_arr_63

const JJChar vhdl::parser::tokenImage_arr_63[]
static
初始值:
=
{0x22, 0x6d, 0x6f, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 518 行定义.

◆ tokenImage_arr_64

const JJChar vhdl::parser::tokenImage_arr_64[]
static
初始值:
=
{0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 520 行定义.

◆ tokenImage_arr_65

const JJChar vhdl::parser::tokenImage_arr_65[]
static
初始值:
=
{0x22, 0x6e, 0x65, 0x77, 0x22, 0}

在文件 VhdlParserConstants.h 第 522 行定义.

◆ tokenImage_arr_66

const JJChar vhdl::parser::tokenImage_arr_66[]
static
初始值:
=
{0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 524 行定义.

◆ tokenImage_arr_67

const JJChar vhdl::parser::tokenImage_arr_67[]
static
初始值:
=
{0x22, 0x6e, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 526 行定义.

◆ tokenImage_arr_68

const JJChar vhdl::parser::tokenImage_arr_68[]
static
初始值:
=
{0x22, 0x6e, 0x6f, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 528 行定义.

◆ tokenImage_arr_69

const JJChar vhdl::parser::tokenImage_arr_69[]
static
初始值:
=
{0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 530 行定义.

◆ tokenImage_arr_7

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

在文件 VhdlParserConstants.h 第 406 行定义.

◆ tokenImage_arr_70

const JJChar vhdl::parser::tokenImage_arr_70[]
static
初始值:
=
{0x22, 0x6f, 0x66, 0x22, 0}

在文件 VhdlParserConstants.h 第 532 行定义.

◆ tokenImage_arr_71

const JJChar vhdl::parser::tokenImage_arr_71[]
static
初始值:
=
{0x22, 0x6f, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 534 行定义.

◆ tokenImage_arr_72

const JJChar vhdl::parser::tokenImage_arr_72[]
static
初始值:
=
{0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 536 行定义.

◆ tokenImage_arr_73

const JJChar vhdl::parser::tokenImage_arr_73[]
static
初始值:
=
{0x22, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 538 行定义.

◆ tokenImage_arr_74

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

在文件 VhdlParserConstants.h 第 540 行定义.

◆ tokenImage_arr_75

const JJChar vhdl::parser::tokenImage_arr_75[]
static
初始值:
=
{0x22, 0x6f, 0x75, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 542 行定义.

◆ tokenImage_arr_76

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

在文件 VhdlParserConstants.h 第 544 行定义.

◆ tokenImage_arr_77

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

在文件 VhdlParserConstants.h 第 546 行定义.

◆ tokenImage_arr_78

const JJChar vhdl::parser::tokenImage_arr_78[]
static
初始值:
=
{0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 548 行定义.

◆ tokenImage_arr_79

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

在文件 VhdlParserConstants.h 第 550 行定义.

◆ tokenImage_arr_8

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

在文件 VhdlParserConstants.h 第 408 行定义.

◆ tokenImage_arr_80

const JJChar vhdl::parser::tokenImage_arr_80[]
static
初始值:
=
{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 552 行定义.

◆ tokenImage_arr_81

const JJChar vhdl::parser::tokenImage_arr_81[]
static
初始值:
=
{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0}

在文件 VhdlParserConstants.h 第 554 行定义.

◆ tokenImage_arr_82

const JJChar vhdl::parser::tokenImage_arr_82[]
static
初始值:
=
{0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0}

在文件 VhdlParserConstants.h 第 556 行定义.

◆ tokenImage_arr_83

const JJChar vhdl::parser::tokenImage_arr_83[]
static
初始值:
=
{0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 558 行定义.

◆ tokenImage_arr_84

const JJChar vhdl::parser::tokenImage_arr_84[]
static
初始值:
=
{0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 560 行定义.

◆ tokenImage_arr_85

const JJChar vhdl::parser::tokenImage_arr_85[]
static
初始值:
=
{0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 562 行定义.

◆ tokenImage_arr_86

const JJChar vhdl::parser::tokenImage_arr_86[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0}

在文件 VhdlParserConstants.h 第 564 行定义.

◆ tokenImage_arr_87

const JJChar vhdl::parser::tokenImage_arr_87[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 566 行定义.

◆ tokenImage_arr_88

const JJChar vhdl::parser::tokenImage_arr_88[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 568 行定义.

◆ tokenImage_arr_89

const JJChar vhdl::parser::tokenImage_arr_89[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 570 行定义.

◆ tokenImage_arr_9

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

在文件 VhdlParserConstants.h 第 410 行定义.

◆ tokenImage_arr_90

const JJChar vhdl::parser::tokenImage_arr_90[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 572 行定义.

◆ tokenImage_arr_91

const JJChar vhdl::parser::tokenImage_arr_91[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 574 行定义.

◆ tokenImage_arr_92

const JJChar vhdl::parser::tokenImage_arr_92[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x6d, 0x22, 0}

在文件 VhdlParserConstants.h 第 576 行定义.

◆ tokenImage_arr_93

const JJChar vhdl::parser::tokenImage_arr_93[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 578 行定义.

◆ tokenImage_arr_94

const JJChar vhdl::parser::tokenImage_arr_94[]
static
初始值:
=
{0x22, 0x72, 0x6f, 0x6c, 0x22, 0}

在文件 VhdlParserConstants.h 第 580 行定义.

◆ tokenImage_arr_95

const JJChar vhdl::parser::tokenImage_arr_95[]
static
初始值:
=
{0x22, 0x72, 0x6f, 0x72, 0x22, 0}

在文件 VhdlParserConstants.h 第 582 行定义.

◆ tokenImage_arr_96

const JJChar vhdl::parser::tokenImage_arr_96[]
static
初始值:
=
{0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0}

在文件 VhdlParserConstants.h 第 584 行定义.

◆ tokenImage_arr_97

const JJChar vhdl::parser::tokenImage_arr_97[]
static
初始值:
=
{0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0}

在文件 VhdlParserConstants.h 第 586 行定义.

◆ tokenImage_arr_98

const JJChar vhdl::parser::tokenImage_arr_98[]
static
初始值:
=
{0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0}

在文件 VhdlParserConstants.h 第 588 行定义.

◆ tokenImage_arr_99

const JJChar vhdl::parser::tokenImage_arr_99[]
static
初始值:
=
{0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0}

在文件 VhdlParserConstants.h 第 590 行定义.

◆ TRANSPORT_T

const int vhdl::parser::TRANSPORT_T = 110

RegularExpression Id.

在文件 VhdlParserConstants.h 第 226 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_517().

◆ TYPE_T

const int vhdl::parser::TYPE_T = 111

◆ UNAFFECTED_T

const int vhdl::parser::UNAFFECTED_T = 112

RegularExpression Id.

在文件 VhdlParserConstants.h 第 230 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_422().

◆ UNITS_T

const int vhdl::parser::UNITS_T = 113

RegularExpression Id.

在文件 VhdlParserConstants.h 第 232 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_612() , 以及 vhdl::parser::VhdlParser::jj_3R_694().

◆ UNTIL_T

const int vhdl::parser::UNTIL_T = 114

RegularExpression Id.

在文件 VhdlParserConstants.h 第 234 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_381().

◆ UPPER_CASE_LETTER

const int vhdl::parser::UPPER_CASE_LETTER = 179

RegularExpression Id.

在文件 VhdlParserConstants.h 第 364 行定义.

◆ USE_T

const int vhdl::parser::USE_T = 115

RegularExpression Id.

在文件 VhdlParserConstants.h 第 236 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_347() , 以及 vhdl::parser::VhdlParser::jj_3R_428().

◆ VARASSIGN_T

◆ VARIABLE_T

◆ VHDL2008TOOLDIR

const int vhdl::parser::VHDL2008TOOLDIR = 189

RegularExpression Id.

在文件 VhdlParserConstants.h 第 384 行定义.

◆ VHDL_COMMENT

const int vhdl::parser::VHDL_COMMENT = 8

RegularExpression Id.

在文件 VhdlParserConstants.h 第 22 行定义.

◆ VHDL_FLOWCHART_COMMENT

const int vhdl::parser::VHDL_FLOWCHART_COMMENT = 7

RegularExpression Id.

在文件 VhdlParserConstants.h 第 20 行定义.

◆ VMODE_T

const int vhdl::parser::VMODE_T = 117

RegularExpression Id.

在文件 VhdlParserConstants.h 第 240 行定义.

◆ VPROP_T

const int vhdl::parser::VPROP_T = 118

RegularExpression Id.

在文件 VhdlParserConstants.h 第 242 行定义.

◆ VUNIT_T

const int vhdl::parser::VUNIT_T = 119

RegularExpression Id.

在文件 VhdlParserConstants.h 第 244 行定义.

◆ WAIT_T

const int vhdl::parser::WAIT_T = 120

RegularExpression Id.

在文件 VhdlParserConstants.h 第 246 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_122().

◆ WHEN_T

◆ WHILE_T

const int vhdl::parser::WHILE_T = 122

RegularExpression Id.

在文件 VhdlParserConstants.h 第 250 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_460().

◆ WITH_T

const int vhdl::parser::WITH_T = 123

◆ XNOR_T

const int vhdl::parser::XNOR_T = 125

RegularExpression Id.

在文件 VhdlParserConstants.h 第 256 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_407().

◆ XOR_T

const int vhdl::parser::XOR_T = 124

RegularExpression Id.

在文件 VhdlParserConstants.h 第 254 行定义.

被这些函数引用 vhdl::parser::VhdlParser::jj_3R_408().

vhdl::parser::INVALID_LEXICAL_STATE
@ INVALID_LEXICAL_STATE
Tried to change to an invalid lexical state.
Definition: TokenMgrError.h:26
vhdl::parser::LOOP_DETECTED
@ LOOP_DETECTED
Detected (and bailed out of) an infinite loop in the token manager.
Definition: TokenMgrError.h:31
vhdl::parser::STATIC_LEXER_ERROR
@ STATIC_LEXER_ERROR
An attempt was made to create a second instance of a token manager.
Definition: TokenMgrError.h:21
vhdl::parser::LEXICAL_ERROR
@ LEXICAL_ERROR
Lexical error occurred.
Definition: TokenMgrError.h:16