The parser
Namespace Reference
Definition
Classes Index
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 |
class | VhdlTokenManagerErrorHandler |
Enumerations Index
enum | LexerErrors { ... } |
Functions Index
JJSimpleString | addUnicodeEscapes (const JJString &str) |
Variables Index
const int | _EOF = 0 |
End of File. More... | |
const int | DOXYGEN_VHDL_COMMENT = 5 |
RegularExpression Id. More... | |
const int | MULT_DOXYGEN_COMMENT = 6 |
RegularExpression Id. More... | |
const int | VHDL_FLOWCHART_COMMENT = 7 |
RegularExpression Id. More... | |
const int | VHDL_COMMENT = 8 |
RegularExpression Id. More... | |
const int | MULT_DOXYGEN_VHDL_COMMENT_2008 = 9 |
RegularExpression Id. More... | |
const int | MULT_VHDL_2008_COMMENT = 10 |
RegularExpression Id. More... | |
const int | ABS_T = 11 |
RegularExpression Id. More... | |
const int | ACCESS_T = 12 |
RegularExpression Id. More... | |
const int | AFTER_T = 13 |
RegularExpression Id. More... | |
const int | ALIAS_T = 14 |
RegularExpression Id. More... | |
const int | ALL_T = 15 |
RegularExpression Id. More... | |
const int | AND_T = 16 |
RegularExpression Id. More... | |
const int | ARCHITECTURE_T = 17 |
RegularExpression Id. More... | |
const int | ARRAY_T = 18 |
RegularExpression Id. More... | |
const int | ASSERT_T = 19 |
RegularExpression Id. More... | |
const int | ASSUME_T = 20 |
RegularExpression Id. More... | |
const int | ASSUME_GUARANTEE_T = 21 |
RegularExpression Id. More... | |
const int | ATTRIBUTE_T = 22 |
RegularExpression Id. More... | |
const int | BEGIN_T = 23 |
RegularExpression Id. More... | |
const int | BLOCK_T = 24 |
RegularExpression Id. More... | |
const int | BODY_T = 25 |
RegularExpression Id. More... | |
const int | BUFFER_T = 26 |
RegularExpression Id. More... | |
const int | BUS_T = 27 |
RegularExpression Id. More... | |
const int | COMPONENT_T = 28 |
RegularExpression Id. More... | |
const int | CASE_T = 29 |
RegularExpression Id. More... | |
const int | CONFIGURATION_T = 30 |
RegularExpression Id. More... | |
const int | CONSTANT_T = 31 |
RegularExpression Id. More... | |
const int | CONTEXT_T = 32 |
RegularExpression Id. More... | |
const int | COVER_T = 33 |
RegularExpression Id. More... | |
const int | DEFAULT_T = 34 |
RegularExpression Id. More... | |
const int | DISCONNECT_T = 35 |
RegularExpression Id. More... | |
const int | DOWNTO_T = 36 |
RegularExpression Id. More... | |
const int | ELSE_T = 37 |
RegularExpression Id. More... | |
const int | ELSIF_T = 38 |
RegularExpression Id. More... | |
const int | END_T = 39 |
RegularExpression Id. More... | |
const int | ENTITY_T = 40 |
RegularExpression Id. More... | |
const int | EXIT_T = 41 |
RegularExpression Id. More... | |
const int | FAIRNESS_T = 42 |
RegularExpression Id. More... | |
const int | FILE_T = 43 |
RegularExpression Id. More... | |
const int | FOR_T = 44 |
RegularExpression Id. More... | |
const int | FORCE_T = 45 |
RegularExpression Id. More... | |
const int | FUNCTION_T = 46 |
RegularExpression Id. More... | |
const int | GENERATE_T = 47 |
RegularExpression Id. More... | |
const int | GENERIC_T = 48 |
RegularExpression Id. More... | |
const int | GROUP_T = 49 |
RegularExpression Id. More... | |
const int | GUARDED_T = 50 |
RegularExpression Id. More... | |
const int | IF_T = 51 |
RegularExpression Id. More... | |
const int | IMPURE_T = 52 |
RegularExpression Id. More... | |
const int | IN_T = 53 |
RegularExpression Id. More... | |
const int | INERTIAL_T = 54 |
RegularExpression Id. More... | |
const int | INOUT_T = 55 |
RegularExpression Id. More... | |
const int | IS_T = 56 |
RegularExpression Id. More... | |
const int | LABEL_T = 57 |
RegularExpression Id. More... | |
const int | LIBRARY_T = 58 |
RegularExpression Id. More... | |
const int | LINKAGE_T = 59 |
RegularExpression Id. More... | |
const int | LITERAL_T = 60 |
RegularExpression Id. More... | |
const int | LOOP_T = 61 |
RegularExpression Id. More... | |
const int | MAP_T = 62 |
RegularExpression Id. More... | |
const int | MOD_T = 63 |
RegularExpression Id. More... | |
const int | NAND_T = 64 |
RegularExpression Id. More... | |
const int | NEW_T = 65 |
RegularExpression Id. More... | |
const int | NEXT_T = 66 |
RegularExpression Id. More... | |
const int | NOR_T = 67 |
RegularExpression Id. More... | |
const int | NOT_T = 68 |
RegularExpression Id. More... | |
const int | NULL_T = 69 |
RegularExpression Id. More... | |
const int | OF_T = 70 |
RegularExpression Id. More... | |
const int | ON_T = 71 |
RegularExpression Id. More... | |
const int | OPEN_T = 72 |
RegularExpression Id. More... | |
const int | OR_T = 73 |
RegularExpression Id. More... | |
const int | OTHER_T = 74 |
RegularExpression Id. More... | |
const int | OUT_T = 75 |
RegularExpression Id. More... | |
const int | PACKAGE_T = 76 |
RegularExpression Id. More... | |
const int | PARAMETER_T = 77 |
RegularExpression Id. More... | |
const int | PORT_T = 78 |
RegularExpression Id. More... | |
const int | POSTPONED_T = 79 |
RegularExpression Id. More... | |
const int | PRIVATE_T = 80 |
RegularExpression Id. More... | |
const int | PROCEDURE_T = 81 |
RegularExpression Id. More... | |
const int | PROCESS_T = 82 |
RegularExpression Id. More... | |
const int | PROPERTY_T = 83 |
RegularExpression Id. More... | |
const int | PROTECTED_T = 84 |
RegularExpression Id. More... | |
const int | PURE_T = 85 |
RegularExpression Id. More... | |
const int | RANGE_T = 86 |
RegularExpression Id. More... | |
const int | RECORD_T = 87 |
RegularExpression Id. More... | |
const int | REGISTER_T = 88 |
RegularExpression Id. More... | |
const int | REJECT_T = 89 |
RegularExpression Id. More... | |
const int | RELEASE_T = 90 |
RegularExpression Id. More... | |
const int | RESTRICT_T = 91 |
RegularExpression Id. More... | |
const int | RESTRICT_GUARANTEE_T = 92 |
RegularExpression Id. More... | |
const int | REM_T = 93 |
RegularExpression Id. More... | |
const int | REPORT_T = 94 |
RegularExpression Id. More... | |
const int | ROL_T = 95 |
RegularExpression Id. More... | |
const int | ROR_T = 96 |
RegularExpression Id. More... | |
const int | RETURN_T = 97 |
RegularExpression Id. More... | |
const int | SELECT_T = 98 |
RegularExpression Id. More... | |
const int | SEQUENCE_T = 99 |
RegularExpression Id. More... | |
const int | SEVERITY_T = 100 |
RegularExpression Id. More... | |
const int | SIGNAL_T = 101 |
RegularExpression Id. More... | |
const int | SHARED_T = 102 |
RegularExpression Id. More... | |
const int | SLA_T = 103 |
RegularExpression Id. More... | |
const int | SLL_T = 104 |
RegularExpression Id. More... | |
const int | SRA_T = 105 |
RegularExpression Id. More... | |
const int | SRL_T = 106 |
RegularExpression Id. More... | |
const int | STRONG_T = 107 |
RegularExpression Id. More... | |
const int | SUBTYPE_T = 108 |
RegularExpression Id. More... | |
const int | THEN_T = 109 |
RegularExpression Id. More... | |
const int | TO_T = 110 |
RegularExpression Id. More... | |
const int | TRANSPORT_T = 111 |
RegularExpression Id. More... | |
const int | TYPE_T = 112 |
RegularExpression Id. More... | |
const int | UNAFFECTED_T = 113 |
RegularExpression Id. More... | |
const int | UNITS_T = 114 |
RegularExpression Id. More... | |
const int | UNTIL_T = 115 |
RegularExpression Id. More... | |
const int | USE_T = 116 |
RegularExpression Id. More... | |
const int | VARIABLE_T = 117 |
RegularExpression Id. More... | |
const int | VIEW_T = 118 |
RegularExpression Id. More... | |
const int | VMODE_T = 119 |
RegularExpression Id. More... | |
const int | VPROP_T = 120 |
RegularExpression Id. More... | |
const int | VUNIT_T = 121 |
RegularExpression Id. More... | |
const int | WAIT_T = 122 |
RegularExpression Id. More... | |
const int | WHEN_T = 123 |
RegularExpression Id. More... | |
const int | WHILE_T = 124 |
RegularExpression Id. More... | |
const int | WITH_T = 125 |
RegularExpression Id. More... | |
const int | XOR_T = 126 |
RegularExpression Id. More... | |
const int | XNOR_T = 127 |
RegularExpression Id. More... | |
const int | AMPERSAND_T = 128 |
RegularExpression Id. More... | |
const int | APOSTROPHE_T = 129 |
RegularExpression Id. More... | |
const int | LPAREN_T = 130 |
RegularExpression Id. More... | |
const int | RPAREN_T = 131 |
RegularExpression Id. More... | |
const int | DOUBLEMULT_T = 132 |
RegularExpression Id. More... | |
const int | MULT_T = 133 |
RegularExpression Id. More... | |
const int | PLUS_T = 134 |
RegularExpression Id. More... | |
const int | MINUS_T = 135 |
RegularExpression Id. More... | |
const int | COMMA_T = 136 |
RegularExpression Id. More... | |
const int | VARASSIGN_T = 137 |
RegularExpression Id. More... | |
const int | COLON_T = 138 |
RegularExpression Id. More... | |
const int | SEMI_T = 139 |
RegularExpression Id. More... | |
const int | LGT_T = 140 |
RegularExpression Id. More... | |
const int | LESSTHAN_T = 141 |
RegularExpression Id. More... | |
const int | GREATERTHAN_T = 142 |
RegularExpression Id. More... | |
const int | LT_T = 143 |
RegularExpression Id. More... | |
const int | GT_T = 144 |
RegularExpression Id. More... | |
const int | EQU_T = 145 |
RegularExpression Id. More... | |
const int | NOTEQU_T = 146 |
RegularExpression Id. More... | |
const int | ARROW_T = 147 |
RegularExpression Id. More... | |
const int | BOX_T = 148 |
RegularExpression Id. More... | |
const int | SLSL_T = 149 |
RegularExpression Id. More... | |
const int | RSRS_T = 150 |
RegularExpression Id. More... | |
const int | QQ_T = 151 |
RegularExpression Id. More... | |
const int | QGT_T = 152 |
RegularExpression Id. More... | |
const int | QLT_T = 153 |
RegularExpression Id. More... | |
const int | QG_T = 154 |
RegularExpression Id. More... | |
const int | QL_T = 155 |
RegularExpression Id. More... | |
const int | QEQU_T = 156 |
RegularExpression Id. More... | |
const int | QNEQU_T = 157 |
RegularExpression Id. More... | |
const int | Q_T = 158 |
RegularExpression Id. More... | |
const int | BAR_T = 159 |
RegularExpression Id. More... | |
const int | DOT_T = 160 |
RegularExpression Id. More... | |
const int | SLASH_T = 161 |
RegularExpression Id. More... | |
const int | AT_T = 162 |
RegularExpression Id. More... | |
const int | NEG_T = 163 |
RegularExpression Id. More... | |
const int | LBRACKET_T = 164 |
RegularExpression Id. More... | |
const int | RBRACKET_T = 165 |
RegularExpression Id. More... | |
const int | LBRACE = 166 |
RegularExpression Id. More... | |
const int | RBRACE = 167 |
RegularExpression Id. More... | |
const int | INTEGER = 168 |
RegularExpression Id. More... | |
const int | STRINGLITERAL = 169 |
RegularExpression Id. More... | |
const int | BASIC_IDENTIFIER = 170 |
RegularExpression Id. More... | |
const int | EXTENDED_CHARACTER = 171 |
RegularExpression Id. More... | |
const int | CHARACTER_LITERAL = 172 |
RegularExpression Id. More... | |
const int | DECIMAL_LITERAL = 173 |
RegularExpression Id. More... | |
const int | BASED_INTEGER = 174 |
RegularExpression Id. More... | |
const int | BASED_LITERAL = 175 |
RegularExpression Id. More... | |
const int | EXPONENT = 176 |
RegularExpression Id. More... | |
const int | BASIC_GRAPHIC_CHARACTER = 177 |
RegularExpression Id. More... | |
const int | GRAPHIC_CHARACTER = 178 |
RegularExpression Id. More... | |
const int | LETTER_OR_DIGIT = 179 |
RegularExpression Id. More... | |
const int | LETTER_OR_DIGIT_OR_STD = 180 |
RegularExpression Id. More... | |
const int | LETTER = 181 |
RegularExpression Id. More... | |
const int | UPPER_CASE_LETTER = 182 |
RegularExpression Id. More... | |
const int | BIT_STRING_LITERAL = 183 |
RegularExpression Id. More... | |
const int | BASE_SPECIFIER = 184 |
RegularExpression Id. More... | |
const int | STD_LOGIC = 185 |
RegularExpression Id. More... | |
const int | DIGIT = 186 |
RegularExpression Id. More... | |
const int | SPECIAL_CHARACTER = 187 |
RegularExpression Id. More... | |
const int | OTHER_SPECIAL_CHARACTER = 188 |
RegularExpression Id. More... | |
const int | SPACE_CHARACTER = 189 |
RegularExpression Id. More... | |
const int | LOWER_CASE_LETTER = 190 |
RegularExpression Id. More... | |
const int | QUOTE = 191 |
RegularExpression Id. More... | |
const int | VHDL2008TOOLDIR = 192 |
RegularExpression Id. More... | |
const int | DEFAULT = 0 |
Lexical state. More... | |
static const JJChar | tokenImage_arr_0[] = ... |
Literal token values. More... | |
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[] |
Enumerations
LexerErrors
|
- Enumeration values
Definition at line 12 of file TokenMgrError.h.
Functions
addUnicodeEscapes()
|
Definition at line 14 of file ErrorHandler.h.
Referenced by vhdl::parser::ErrorHandler::handleParseError and vhdl::parser::ErrorHandler::handleUnexpectedToken.
Variables
_EOF
|
ABS_T
|
RegularExpression Id.
Definition at line 28 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1434_3_361.
ACCESS_T
|
RegularExpression Id.
Definition at line 30 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_access_incomplete_type_definition_352_3_789 and vhdl::parser::VhdlParser::jj_3R_access_type_definition_346_3_800.
AFTER_T
|
RegularExpression Id.
Definition at line 32 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_disconnection_specification_1126_1_425 and vhdl::parser::VhdlParser::jj_3R_waveform_element_3385_19_671.
ALIAS_T
|
RegularExpression Id.
Definition at line 34 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_alias_declaration_405_2_143.
ALL_T
|
RegularExpression Id.
Definition at line 36 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_name_list_1319_3_703, vhdl::parser::VhdlParser::jj_3R_instantiation_list_1763_3_501, vhdl::parser::VhdlParser::jj_3R_sensitivity_list_2895_3_511, vhdl::parser::VhdlParser::jj_3R_signal_list_3041_3_723 and vhdl::parser::VhdlParser::jj_3R_suffix_3234_3_290.
AMPERSAND_T
|
RegularExpression Id.
Definition at line 262 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_395_4_351.
AND_T
|
RegularExpression Id.
Definition at line 38 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1418_3_476.
APOSTROPHE_T
|
RegularExpression Id.
Definition at line 264 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_127, vhdl::parser::VhdlParser::jj_3_88, vhdl::parser::VhdlParser::jj_3_94, vhdl::parser::VhdlParser::jj_3R_attribute_name_575_3_144, vhdl::parser::VhdlParser::jj_3R_name_ext_2160_2_282, vhdl::parser::VhdlParser::jj_3R_qualified_expression_2659_3_189 and vhdl::parser::VhdlParser::jj_3R_test_att_name_2183_3_291.
ARCHITECTURE_T
|
RegularExpression Id.
Definition at line 40 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1220_3_705.
ARRAY_T
|
RegularExpression Id.
Definition at line 42 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_8, vhdl::parser::VhdlParser::jj_3R_array_incomplete_type_definition_492_3_788, vhdl::parser::VhdlParser::jj_3R_constraint_array_definition_1040_1_866 and vhdl::parser::VhdlParser::jj_3R_unconstraint_array_definition_3296_1_867.
ARROW_T
|
RegularExpression Id.
Definition at line 300 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_46, vhdl::parser::VhdlParser::jj_3_9, vhdl::parser::VhdlParser::jj_3R_association_element_547_3_490, vhdl::parser::VhdlParser::jj_3R_case_statement_alternative_743_3_748 and vhdl::parser::VhdlParser::jj_3R_element_association_1151_2_453.
ASSERT_T
|
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
|
RegularExpression Id.
Definition at line 48 of file VhdlParserConstants.h.
ASSUME_T
|
RegularExpression Id.
Definition at line 46 of file VhdlParserConstants.h.
AT_T
|
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
|
RegularExpression Id.
Definition at line 50 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_attribute_declaration_558_2_79 and vhdl::parser::VhdlParser::jj_3R_attribute_specification_580_3_423.
BAR_T
|
RegularExpression Id.
Definition at line 324 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_choices_775_15_230.
BASE_SPECIFIER
|
RegularExpression Id.
Definition at line 374 of file VhdlParserConstants.h.
BASED_INTEGER
|
RegularExpression Id.
Definition at line 354 of file VhdlParserConstants.h.
BASED_LITERAL
|
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
|
RegularExpression Id.
Definition at line 360 of file VhdlParserConstants.h.
BASIC_IDENTIFIER
|
RegularExpression Id.
Definition at line 346 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_65 and vhdl::parser::VhdlParser::jj_3R_identifier_1658_4_198.
BEGIN_T
|
RegularExpression Id.
Definition at line 52 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_150, vhdl::parser::VhdlParser::jj_3R_process_statement_2537_1_112, vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2954_2_343, vhdl::parser::VhdlParser::jj_3R_sequential_statement_body_2969_3_811 and vhdl::parser::VhdlParser::jj_3R_subprogram_body_3085_1_664.
BIT_STRING_LITERAL
|
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
|
RegularExpression Id.
Definition at line 54 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_150, vhdl::parser::VhdlParser::jj_3_28 and vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2954_2_343.
BODY_T
|
RegularExpression Id.
Definition at line 56 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_package_body_2242_1_77, vhdl::parser::VhdlParser::jj_3R_package_body_2251_10_525 and vhdl::parser::VhdlParser::jj_3R_protected_type_body_2584_4_177.
BOX_T
|
RegularExpression Id.
Definition at line 302 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_76, vhdl::parser::VhdlParser::jj_3R_actual_part_383_4_613, vhdl::parser::VhdlParser::jj_3R_discrete_incomplete_type_definition_1121_2_785, vhdl::parser::VhdlParser::jj_3R_entity_class_entry_1240_21_724, vhdl::parser::VhdlParser::jj_3R_floating_incomplete_type_definition_1474_4_114, vhdl::parser::VhdlParser::jj_3R_index_subtype_definition_1749_2_863, vhdl::parser::VhdlParser::jj_3R_integer_incomplete_type_definition_1722_3_787 and vhdl::parser::VhdlParser::jj_3R_physical_incomplete_type_definition_2409_5_786.
BUFFER_T
|
RegularExpression Id.
Definition at line 58 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2104_3_538.
BUS_T
|
RegularExpression Id.
Definition at line 60 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_signal_kind_3034_5_695.
CASE_T
|
RegularExpression Id.
Definition at line 64 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_case_statement_712_1_157.
CHARACTER_LITERAL
|
RegularExpression Id.
Definition at line 350 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_127, vhdl::parser::VhdlParser::jj_3_94, vhdl::parser::VhdlParser::jj_3R_alias_designator_420_4_457 and vhdl::parser::VhdlParser::jj_3R_character_literal_754_3_445.
COLON_T
|
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
|
RegularExpression Id.
Definition at line 278 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_aggregate_400_39_306, vhdl::parser::VhdlParser::jj_3R_array_index_incomplete_type_list_505_33_826, vhdl::parser::VhdlParser::jj_3R_association_list_553_26_380, vhdl::parser::VhdlParser::jj_3R_entity_class_entry_list_1245_39_646, vhdl::parser::VhdlParser::jj_3R_entity_name_list_1317_28_782, vhdl::parser::VhdlParser::jj_3R_enumeration_type_definition_1360_38_316, vhdl::parser::VhdlParser::jj_3R_group_constituent_list_1631_28_648, vhdl::parser::VhdlParser::jj_3R_identifier_list_1663_16_427, vhdl::parser::VhdlParser::jj_3R_index_constraint_1735_42_190, vhdl::parser::VhdlParser::jj_3R_name_ext_2173_47_446, vhdl::parser::VhdlParser::jj_3R_null_2172_32_132, vhdl::parser::VhdlParser::jj_3R_record_element_list_2702_20_767, vhdl::parser::VhdlParser::jj_3R_sel_wave_list_2889_43_673, vhdl::parser::VhdlParser::jj_3R_selected_waveforms_2835_32_385, vhdl::parser::VhdlParser::jj_3R_sensitivity_list_2897_12_622, vhdl::parser::VhdlParser::jj_3R_signal_list_3039_12_783, vhdl::parser::VhdlParser::jj_3R_signature_3055_15_674, vhdl::parser::VhdlParser::jj_3R_unconstraint_array_definition_3296_53_889, vhdl::parser::VhdlParser::jj_3R_use_clause_3302_28_532 and vhdl::parser::VhdlParser::jj_3R_waveform_3377_23_616.
COMPONENT_T
|
RegularExpression Id.
Definition at line 62 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_component_declaration_787_2_422 and vhdl::parser::VhdlParser::jj_3R_entity_class_1230_3_715.
CONFIGURATION_T
|
RegularExpression Id.
Definition at line 66 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_configuration_declaration_986_2_443, vhdl::parser::VhdlParser::jj_3R_entity_aspect_1213_3_685, vhdl::parser::VhdlParser::jj_3R_entity_class_1221_3_706 and vhdl::parser::VhdlParser::jj_3R_instantiation_unit_1756_3_391.
CONSTANT_T
|
RegularExpression Id.
Definition at line 68 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_constant_declaration_1026_4_418, vhdl::parser::VhdlParser::jj_3R_entity_class_1227_3_712, vhdl::parser::VhdlParser::jj_3R_object_class_2222_1_653 and vhdl::parser::VhdlParser::jj_3R_sig_stat_1410_3_590.
CONTEXT_T
|
RegularExpression Id.
Definition at line 70 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_context_declaration_1076_2_444 and vhdl::parser::VhdlParser::jj_3R_context_ref_1068_2_401.
COVER_T
|
RegularExpression Id.
Definition at line 72 of file VhdlParserConstants.h.
DECIMAL_LITERAL
|
RegularExpression Id.
Definition at line 352 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_abstract_literal_338_4_294.
DEFAULT
|
DEFAULT_T
|
RegularExpression Id.
Definition at line 74 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_77.
DIGIT
|
RegularExpression Id.
Definition at line 378 of file VhdlParserConstants.h.
DISCONNECT_T
|
RegularExpression Id.
Definition at line 76 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_disconnection_specification_1126_1_425.
DOT_T
|
RegularExpression Id.
Definition at line 326 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_1, vhdl::parser::VhdlParser::jj_3_104, vhdl::parser::VhdlParser::jj_3_65, vhdl::parser::VhdlParser::jj_3_89, vhdl::parser::VhdlParser::jj_3R_absolute_pathname_329_2_751, vhdl::parser::VhdlParser::jj_3R_absolute_pathname_331_3_752, vhdl::parser::VhdlParser::jj_3R_context_ref_1068_31_509, vhdl::parser::VhdlParser::jj_3R_floating_incomplete_type_definition_1474_4_114, vhdl::parser::VhdlParser::jj_3R_name_ext_2163_2_283, vhdl::parser::VhdlParser::jj_3R_neg_list_2733_3_796, vhdl::parser::VhdlParser::jj_3R_pathname_element_list_2378_3_69, vhdl::parser::VhdlParser::jj_3R_pathname_element_list_2378_47_178 and vhdl::parser::VhdlParser::jj_3R_selected_name_2823_2_508.
DOUBLEMULT_T
|
RegularExpression Id.
Definition at line 270 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1433_14_566.
DOWNTO_T
|
RegularExpression Id.
Definition at line 78 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_direction_1116_3_202.
DOXYGEN_VHDL_COMMENT
|
RegularExpression Id.
Definition at line 16 of file VhdlParserConstants.h.
ELSE_T
|
RegularExpression Id.
Definition at line 80 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_37, vhdl::parser::VhdlParser::jj_3_38, vhdl::parser::VhdlParser::jj_3R_conditional_expression_960_20_298, vhdl::parser::VhdlParser::jj_3R_conditional_or_unaffected_expression_965_32_669, vhdl::parser::VhdlParser::jj_3R_conditional_waveforms_977_7_383, vhdl::parser::VhdlParser::jj_3R_else_stat_955_5_498, vhdl::parser::VhdlParser::jj_3R_else_wave_list_941_3_672 and vhdl::parser::VhdlParser::jj_3R_if_statement_1683_6_747.
ELSIF_T
|
RegularExpression Id.
Definition at line 82 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_if_statement_1676_6_746.
END_T
|
RegularExpression Id.
Definition at line 84 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_150, vhdl::parser::VhdlParser::jj_3_16, 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_declaration_787_2_422, vhdl::parser::VhdlParser::jj_3R_if_statement_1668_3_156, 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_package_body_2242_1_77, vhdl::parser::VhdlParser::jj_3R_package_declaration_2289_2_78, vhdl::parser::VhdlParser::jj_3R_physical_type_definition_2394_9_855, vhdl::parser::VhdlParser::jj_3R_process_statement_2537_1_112, vhdl::parser::VhdlParser::jj_3R_protected_type_body_2584_4_177, vhdl::parser::VhdlParser::jj_3R_protected_type_declaration_2624_4_803, vhdl::parser::VhdlParser::jj_3R_record_type_definition_2683_8_846, vhdl::parser::VhdlParser::jj_3R_sequential_bock_statement_2954_2_343 and vhdl::parser::VhdlParser::jj_3R_subprogram_body_3085_1_664.
ENTITY_T
|
RegularExpression Id.
Definition at line 86 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_aspect_1212_1_684, vhdl::parser::VhdlParser::jj_3R_entity_class_1219_1_704, vhdl::parser::VhdlParser::jj_3R_entity_declaration_1251_5_442 and vhdl::parser::VhdlParser::jj_3R_instantiation_unit_1755_3_390.
EQU_T
|
RegularExpression Id.
Definition at line 296 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2740_3_580 and vhdl::parser::VhdlParser::jj_3R_secondary_unit_declaration_2813_1_888.
EXIT_T
|
RegularExpression Id.
Definition at line 88 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_exit_statement_1366_1_160.
EXPONENT
|
RegularExpression Id.
Definition at line 358 of file VhdlParserConstants.h.
EXTENDED_CHARACTER
|
RegularExpression Id.
Definition at line 348 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_identifier_1657_3_197.
FAIRNESS_T
|
RegularExpression Id.
Definition at line 90 of file VhdlParserConstants.h.
FILE_T
|
RegularExpression Id.
Definition at line 92 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1235_3_720, vhdl::parser::VhdlParser::jj_3R_file_declaration_1443_2_421, vhdl::parser::VhdlParser::jj_3R_file_incomplete_type_definition_1469_2_790, vhdl::parser::VhdlParser::jj_3R_file_type_definition_1464_2_801, vhdl::parser::VhdlParser::jj_3R_interface_file_declaration_1826_3_429 and vhdl::parser::VhdlParser::jj_3R_object_class_2226_2_657.
FOR_T
|
RegularExpression Id.
Definition at line 94 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_block_configuration_640_5_398, vhdl::parser::VhdlParser::jj_3R_component_configuration_780_5_101, vhdl::parser::VhdlParser::jj_3R_configuration_specification_1021_1_424, vhdl::parser::VhdlParser::jj_3R_generate_scheme_1604_1_386, vhdl::parser::VhdlParser::jj_3R_iteration_scheme_2011_3_558 and vhdl::parser::VhdlParser::jj_3R_timeout_clause_3251_1_465.
FORCE_T
|
RegularExpression Id.
Definition at line 96 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_conditional_force_assignment_946_3_99 and vhdl::parser::VhdlParser::jj_3R_selected_force_assignment_2877_3_147.
FUNCTION_T
|
RegularExpression Id.
Definition at line 98 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1223_3_708, vhdl::parser::VhdlParser::jj_3R_ifunc_1879_2_431, vhdl::parser::VhdlParser::jj_3R_subprogram_instantiation_declaration_3202_2_170 and vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3174_2_549.
GENERATE_T
|
RegularExpression Id.
Definition at line 100 of file VhdlParserConstants.h.
GENERIC_T
|
RegularExpression Id.
Definition at line 102 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_76, vhdl::parser::VhdlParser::jj_3_77, 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 and vhdl::parser::VhdlParser::jj_3R_subprogram_header_3155_6_738.
GRAPHIC_CHARACTER
|
RegularExpression Id.
Definition at line 362 of file VhdlParserConstants.h.
GREATERTHAN_T
|
RegularExpression Id.
Definition at line 290 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2741_3_581.
GROUP_T
|
RegularExpression Id.
Definition at line 104 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1234_3_719, vhdl::parser::VhdlParser::jj_3R_group_declaration_1636_3_426 and vhdl::parser::VhdlParser::jj_3R_group_template_declaration_1644_2_80.
GT_T
|
RegularExpression Id.
Definition at line 294 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2739_3_579.
GUARDED_T
|
RegularExpression Id.
Definition at line 106 of file VhdlParserConstants.h.
IF_T
|
RegularExpression Id.
Definition at line 108 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_generate_scheme_1605_3_387 and vhdl::parser::VhdlParser::jj_3R_if_statement_1668_3_156.
IMPURE_T
|
RegularExpression Id.
Definition at line 110 of file VhdlParserConstants.h.
IN_T
|
RegularExpression Id.
Definition at line 112 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2101_1_535 and vhdl::parser::VhdlParser::jj_3R_parameter_specification_2360_1_667.
INERTIAL_T
|
RegularExpression Id.
Definition at line 114 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_actual_designator_360_44_368 and vhdl::parser::VhdlParser::jj_3R_delay_mechanism_1093_3_493.
INOUT_T
|
RegularExpression Id.
Definition at line 116 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2103_3_537.
INTEGER
|
RegularExpression Id.
Definition at line 342 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_94, vhdl::parser::VhdlParser::jj_3R_abstract_literal_339_4_295 and vhdl::parser::VhdlParser::jj_3R_formal_designator_1485_6_485.
IS_T
|
RegularExpression Id.
Definition at line 118 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_alias_declaration_405_2_143, vhdl::parser::VhdlParser::jj_3R_anonymous_type_indication_459_2_543, vhdl::parser::VhdlParser::jj_3R_attribute_specification_580_3_423, vhdl::parser::VhdlParser::jj_3R_case_statement_712_1_157, vhdl::parser::VhdlParser::jj_3R_file_open_information_1459_2_639, vhdl::parser::VhdlParser::jj_3R_full_type_declaration_1501_3_176, vhdl::parser::VhdlParser::jj_3R_group_template_declaration_1644_2_80, vhdl::parser::VhdlParser::jj_3R_ifunc_1879_87_542, vhdl::parser::VhdlParser::jj_3R_interface_package_declaration_1841_3_118, vhdl::parser::VhdlParser::jj_3R_mode_view_declaration_2116_3_417, 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_instantiation_declaration_2350_2_110, vhdl::parser::VhdlParser::jj_3R_subprogram_body_3085_1_664, vhdl::parser::VhdlParser::jj_3R_subprogram_instantiation_declaration_3202_2_170 and vhdl::parser::VhdlParser::jj_3R_subtype_declaration_3213_1_416.
LABEL_T
|
RegularExpression Id.
Definition at line 120 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1231_3_716.
LBRACE
|
RegularExpression Id.
Definition at line 338 of file VhdlParserConstants.h.
LBRACKET_T
|
RegularExpression Id.
Definition at line 334 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_93 and vhdl::parser::VhdlParser::jj_3R_signature_3054_1_472.
LESSTHAN_T
|
RegularExpression Id.
Definition at line 288 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_137, vhdl::parser::VhdlParser::jj_3R_concurrent_conditional_signal_assignment_851_6_89, 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_conditional_force_assignment_946_3_99, vhdl::parser::VhdlParser::jj_3R_conditional_waveform_assignment_933_3_470, vhdl::parser::VhdlParser::jj_3R_relation_operator_2742_3_582, vhdl::parser::VhdlParser::jj_3R_selected_force_assignment_2877_3_147, vhdl::parser::VhdlParser::jj_3R_selected_waveform_assignment_2870_3_471 and vhdl::parser::VhdlParser::jj_3R_signal_assignment_statement_3009_3_553.
LETTER
|
RegularExpression Id.
Definition at line 368 of file VhdlParserConstants.h.
LETTER_OR_DIGIT
|
RegularExpression Id.
Definition at line 364 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_127.
LETTER_OR_DIGIT_OR_STD
|
RegularExpression Id.
Definition at line 366 of file VhdlParserConstants.h.
LGT_T
|
RegularExpression Id.
Definition at line 286 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_concurrent_simple_signal_association_871_2_214.
LIBRARY_T
|
RegularExpression Id.
Definition at line 122 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_library_clause_2027_2_399.
LINKAGE_T
|
RegularExpression Id.
Definition at line 124 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2105_3_539.
LITERAL_T
|
RegularExpression Id.
Definition at line 126 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1232_3_717.
LOOP_T
|
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
|
RegularExpression Id.
Definition at line 386 of file VhdlParserConstants.h.
LPAREN_T
|
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
|
RegularExpression Id.
Definition at line 292 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2738_2_578.
MAP_T
|
RegularExpression Id.
Definition at line 130 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_76, vhdl::parser::VhdlParser::jj_3_77, vhdl::parser::VhdlParser::jj_3R_gen_assoc_list_1544_4_172, vhdl::parser::VhdlParser::jj_3R_generic_map_aspect_1620_6_88, vhdl::parser::VhdlParser::jj_3R_port_map_aspect_2424_2_392 and vhdl::parser::VhdlParser::jj_3R_procedure_call_2488_12_393.
MINUS_T
|
RegularExpression Id.
Definition at line 276 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_394_5_350 and vhdl::parser::VhdlParser::jj_3R_sign_2997_4_489.
MOD_T
|
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
|
RegularExpression Id.
Definition at line 18 of file VhdlParserConstants.h.
MULT_DOXYGEN_VHDL_COMMENT_2008
|
RegularExpression Id.
Definition at line 24 of file VhdlParserConstants.h.
MULT_T
|
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
|
RegularExpression Id.
Definition at line 26 of file VhdlParserConstants.h.
NAND_T
|
RegularExpression Id.
Definition at line 134 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1419_4_477.
NEG_T
|
RegularExpression Id.
Definition at line 332 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_neg_list_2733_3_796.
NEW_T
|
RegularExpression Id.
Definition at line 136 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_6, vhdl::parser::VhdlParser::jj_3R_allocator_428_6_304, vhdl::parser::VhdlParser::jj_3R_interface_package_declaration_1841_3_118, vhdl::parser::VhdlParser::jj_3R_package_instantiation_declaration_2350_2_110, vhdl::parser::VhdlParser::jj_3R_protected_type_instantiation_definition_3285_3_802 and vhdl::parser::VhdlParser::jj_3R_subprogram_instantiation_declaration_3202_2_170.
NEXT_T
|
RegularExpression Id.
Definition at line 138 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_next_statement_2196_1_159.
NOR_T
|
RegularExpression Id.
Definition at line 140 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1420_4_478.
NOT_T
|
RegularExpression Id.
Definition at line 142 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1435_3_362.
NOTEQU_T
|
RegularExpression Id.
Definition at line 298 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2743_3_583.
NULL_T
|
RegularExpression Id.
Definition at line 144 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_literal_2062_3_303 and vhdl::parser::VhdlParser::jj_3R_null_statement_2209_1_462.
OF_T
|
RegularExpression Id.
Definition at line 146 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_161, vhdl::parser::VhdlParser::jj_3_78, vhdl::parser::VhdlParser::jj_3_8, 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_specification_580_3_423, vhdl::parser::VhdlParser::jj_3R_constraint_array_definition_1040_1_866, vhdl::parser::VhdlParser::jj_3R_file_incomplete_type_definition_1469_2_790, vhdl::parser::VhdlParser::jj_3R_file_type_definition_1464_2_801, vhdl::parser::VhdlParser::jj_3R_mode_view_declaration_2116_3_417, vhdl::parser::VhdlParser::jj_3R_record_mode_view_indication_2717_21_791 and vhdl::parser::VhdlParser::jj_3R_unconstraint_array_definition_3296_1_867.
ON_T
|
RegularExpression Id.
Definition at line 148 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_sensitivity_clause_2840_2_463.
OPEN_T
|
RegularExpression Id.
Definition at line 150 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_7, vhdl::parser::VhdlParser::jj_3R_actual_designator_358_1_183, vhdl::parser::VhdlParser::jj_3R_entity_aspect_1214_3_686 and vhdl::parser::VhdlParser::jj_3R_file_open_information_1459_4_696.
OR_T
|
RegularExpression Id.
Definition at line 152 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1423_4_481.
OTHER_SPECIAL_CHARACTER
|
RegularExpression Id.
Definition at line 382 of file VhdlParserConstants.h.
OTHER_T
|
RegularExpression Id.
Definition at line 154 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_choice_769_5_406, vhdl::parser::VhdlParser::jj_3R_entity_name_list_1318_3_702, vhdl::parser::VhdlParser::jj_3R_instantiation_list_1762_3_500 and vhdl::parser::VhdlParser::jj_3R_signal_list_3040_3_722.
OUT_T
|
RegularExpression Id.
Definition at line 156 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2102_3_536.
PACKAGE_T
|
RegularExpression Id.
Definition at line 158 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1224_3_709, vhdl::parser::VhdlParser::jj_3R_interface_package_declaration_1841_3_118, vhdl::parser::VhdlParser::jj_3R_package_body_2242_1_77, vhdl::parser::VhdlParser::jj_3R_package_body_2251_10_525, vhdl::parser::VhdlParser::jj_3R_package_declaration_2289_2_78 and vhdl::parser::VhdlParser::jj_3R_package_instantiation_declaration_2350_2_110.
PARAMETER_T
|
RegularExpression Id.
Definition at line 160 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_procedure_call_2488_12_393.
PLUS_T
|
RegularExpression Id.
Definition at line 274 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_393_3_349 and vhdl::parser::VhdlParser::jj_3R_sign_2996_2_488.
PORT_T
|
RegularExpression Id.
Definition at line 162 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_port_clause_2414_4_641 and vhdl::parser::VhdlParser::jj_3R_port_map_aspect_2424_2_392.
POSTPONED_T
|
RegularExpression Id.
Definition at line 164 of file VhdlParserConstants.h.
PRIVATE_T
|
RegularExpression Id.
Definition at line 166 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_private_incomplete_type_definition_2476_3_784 and vhdl::parser::VhdlParser::jj_3R_private_variable_declaration_2471_3_890.
PROCEDURE_T
|
RegularExpression Id.
Definition at line 168 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1222_3_707, vhdl::parser::VhdlParser::jj_3R_iproc_1870_3_430 and vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3160_2_548.
PROCESS_T
|
RegularExpression Id.
Definition at line 170 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_29 and vhdl::parser::VhdlParser::jj_3R_process_statement_2537_1_112.
PROPERTY_T
|
RegularExpression Id.
Definition at line 172 of file VhdlParserConstants.h.
PROTECTED_T
|
RegularExpression Id.
Definition at line 174 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_protected_type_body_2584_4_177 and vhdl::parser::VhdlParser::jj_3R_protected_type_declaration_2624_4_803.
PURE_T
|
RegularExpression Id.
Definition at line 176 of file VhdlParserConstants.h.
Q_T
|
QEQU_T
|
RegularExpression Id.
Definition at line 318 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2748_3_588.
QG_T
|
RegularExpression Id.
Definition at line 314 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2746_3_586.
QGT_T
|
RegularExpression Id.
Definition at line 310 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2744_3_584.
QL_T
|
RegularExpression Id.
Definition at line 316 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2747_3_587.
QLT_T
|
RegularExpression Id.
Definition at line 312 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2745_3_585.
QNEQU_T
|
RegularExpression Id.
Definition at line 320 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_relation_operator_2749_3_589.
QQ_T
|
RegularExpression Id.
Definition at line 308 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_factor_1436_3_363.
QUOTE
|
RegularExpression Id.
Definition at line 388 of file VhdlParserConstants.h.
RANGE_T
|
RegularExpression Id.
Definition at line 178 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_attribute_designator_569_5_547, vhdl::parser::VhdlParser::jj_3R_floating_incomplete_type_definition_1474_4_114, vhdl::parser::VhdlParser::jj_3R_index_subtype_definition_1749_2_863, vhdl::parser::VhdlParser::jj_3R_integer_incomplete_type_definition_1722_3_787 and vhdl::parser::VhdlParser::jj_3R_range_constraint_2678_1_103.
RBRACE
|
RegularExpression Id.
Definition at line 340 of file VhdlParserConstants.h.
RBRACKET_T
|
RegularExpression Id.
Definition at line 336 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_signature_3054_1_472.
RECORD_T
|
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
|
RegularExpression Id.
Definition at line 182 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_signal_kind_3033_3_694.
REJECT_T
|
RegularExpression Id.
Definition at line 184 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_delay_mechanism_1093_5_615.
RELEASE_T
|
RegularExpression Id.
Definition at line 186 of file VhdlParserConstants.h.
REM_T
|
RegularExpression Id.
Definition at line 192 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2136_3_359.
REPORT_T
|
RegularExpression Id.
Definition at line 194 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_assertion_528_31_410 and vhdl::parser::VhdlParser::jj_3R_report_statement_2756_1_152.
RESTRICT_GUARANTEE_T
|
RegularExpression Id.
Definition at line 190 of file VhdlParserConstants.h.
RESTRICT_T
|
RegularExpression Id.
Definition at line 188 of file VhdlParserConstants.h.
RETURN_T
|
RegularExpression Id.
Definition at line 200 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_ifunc_1879_2_431, vhdl::parser::VhdlParser::jj_3R_plain_return_statement_2782_1_145, vhdl::parser::VhdlParser::jj_3R_signature_3056_4_568, vhdl::parser::VhdlParser::jj_3R_subprogram_specification_3174_2_549 and vhdl::parser::VhdlParser::jj_3R_value_return_statement_2787_1_467.
ROL_T
|
RegularExpression Id.
Definition at line 196 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2990_5_679.
ROR_T
|
RegularExpression Id.
Definition at line 198 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2991_5_680.
RPAREN_T
|
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
|
RegularExpression Id.
Definition at line 306 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_external_name_1400_2_371.
SELECT_T
|
RegularExpression Id.
Definition at line 202 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_concurrent_selected_signal_assignment_861_6_90, vhdl::parser::VhdlParser::jj_3R_selected_force_assignment_2877_3_147, vhdl::parser::VhdlParser::jj_3R_selected_variable_assignment_2856_3_666 and vhdl::parser::VhdlParser::jj_3R_selected_waveform_assignment_2870_3_471.
SEMI_T
|
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
|
RegularExpression Id.
Definition at line 204 of file VhdlParserConstants.h.
SEVERITY_T
|
RegularExpression Id.
Definition at line 206 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_assertion_528_63_411 and vhdl::parser::VhdlParser::jj_3R_report_statement_2758_11_326.
SHARED_T
|
RegularExpression Id.
Definition at line 210 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_object_class_2225_2_656.
SIGNAL_T
|
RegularExpression Id.
Definition at line 208 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1228_3_713, vhdl::parser::VhdlParser::jj_3R_object_class_2223_2_654, vhdl::parser::VhdlParser::jj_3R_sig_stat_1411_5_591 and vhdl::parser::VhdlParser::jj_3R_signal_declaration_3022_1_419.
SLA_T
|
RegularExpression Id.
Definition at line 212 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2988_5_677.
SLASH_T
|
RegularExpression Id.
Definition at line 328 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_multiplying_operation_2134_3_357.
SLL_T
|
RegularExpression Id.
Definition at line 214 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2986_3_675.
SLSL_T
|
RegularExpression Id.
Definition at line 304 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_external_name_1400_2_371.
SPACE_CHARACTER
|
RegularExpression Id.
Definition at line 384 of file VhdlParserConstants.h.
SPECIAL_CHARACTER
|
RegularExpression Id.
Definition at line 380 of file VhdlParserConstants.h.
SRA_T
|
RegularExpression Id.
Definition at line 216 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2989_5_678.
SRL_T
|
RegularExpression Id.
Definition at line 218 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_shift_operator_2987_5_676.
STD_LOGIC
|
RegularExpression Id.
Definition at line 376 of file VhdlParserConstants.h.
STRINGLITERAL
|
RegularExpression Id.
Definition at line 344 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_operator_symbol_2232_1_369 and vhdl::parser::VhdlParser::jj_3R_string_literal_3078_1_452.
STRONG_T
|
RegularExpression Id.
Definition at line 220 of file VhdlParserConstants.h.
SUBTYPE_T
|
RegularExpression Id.
Definition at line 222 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_88, vhdl::parser::VhdlParser::jj_3R_entity_class_1226_3_711, vhdl::parser::VhdlParser::jj_3R_name_ext_2160_2_282 and vhdl::parser::VhdlParser::jj_3R_subtype_declaration_3213_1_416.
THEN_T
|
RegularExpression Id.
Definition at line 224 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_if_statement_1668_3_156 and vhdl::parser::VhdlParser::jj_3R_if_statement_1676_6_746.
TO_T
|
RegularExpression Id.
Definition at line 226 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_direction_1115_1_201.
tokenImage
| static |
Definition at line 782 of file VhdlParserConstants.h.
tokenImage_arr_0
| static |
Literal token values.
- Initialiser
-
= {0x3c, 0x45, 0x4f, 0x46, 0x3e, 0}
Definition at line 396 of file VhdlParserConstants.h.
tokenImage_arr_1
| static |
- Initialiser
-
= {0x22, 0x20, 0x22, 0}
Definition at line 398 of file VhdlParserConstants.h.
tokenImage_arr_10
| static |
- Initialiser
-
= {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.
tokenImage_arr_100
| static |
- Initialiser
-
= {0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0}
Definition at line 596 of file VhdlParserConstants.h.
tokenImage_arr_101
| static |
- Initialiser
-
= {0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0}
Definition at line 598 of file VhdlParserConstants.h.
tokenImage_arr_102
| static |
- Initialiser
-
= {0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0}
Definition at line 600 of file VhdlParserConstants.h.
tokenImage_arr_103
| static |
- Initialiser
-
= {0x22, 0x73, 0x6c, 0x61, 0x22, 0}
Definition at line 602 of file VhdlParserConstants.h.
tokenImage_arr_104
| static |
- Initialiser
-
= {0x22, 0x73, 0x6c, 0x6c, 0x22, 0}
Definition at line 604 of file VhdlParserConstants.h.
tokenImage_arr_105
| static |
- Initialiser
-
= {0x22, 0x73, 0x72, 0x61, 0x22, 0}
Definition at line 606 of file VhdlParserConstants.h.
tokenImage_arr_106
| static |
- Initialiser
-
= {0x22, 0x73, 0x72, 0x6c, 0x22, 0}
Definition at line 608 of file VhdlParserConstants.h.
tokenImage_arr_107
| static |
- Initialiser
-
= {0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0}
Definition at line 610 of file VhdlParserConstants.h.
tokenImage_arr_108
| static |
- Initialiser
-
= {0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0}
Definition at line 612 of file VhdlParserConstants.h.
tokenImage_arr_109
| static |
- Initialiser
-
= {0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0}
Definition at line 614 of file VhdlParserConstants.h.
tokenImage_arr_11
| static |
- Initialiser
-
= {0x22, 0x61, 0x62, 0x73, 0x22, 0}
Definition at line 418 of file VhdlParserConstants.h.
tokenImage_arr_110
| static |
- Initialiser
-
= {0x22, 0x74, 0x6f, 0x22, 0}
Definition at line 616 of file VhdlParserConstants.h.
tokenImage_arr_111
| static |
- Initialiser
-
= {0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}
Definition at line 618 of file VhdlParserConstants.h.
tokenImage_arr_112
| static |
- Initialiser
-
= {0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0}
Definition at line 620 of file VhdlParserConstants.h.
tokenImage_arr_113
| static |
- Initialiser
-
= {0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}
Definition at line 622 of file VhdlParserConstants.h.
tokenImage_arr_114
| static |
- Initialiser
-
= {0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0}
Definition at line 624 of file VhdlParserConstants.h.
tokenImage_arr_115
| static |
- Initialiser
-
= {0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0}
Definition at line 626 of file VhdlParserConstants.h.
tokenImage_arr_116
| static |
- Initialiser
-
= {0x22, 0x75, 0x73, 0x65, 0x22, 0}
Definition at line 628 of file VhdlParserConstants.h.
tokenImage_arr_117
| static |
- Initialiser
-
= {0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0}
Definition at line 630 of file VhdlParserConstants.h.
tokenImage_arr_118
| static |
- Initialiser
-
= {0x22, 0x76, 0x69, 0x65, 0x77, 0x22, 0}
Definition at line 632 of file VhdlParserConstants.h.
tokenImage_arr_119
| static |
- Initialiser
-
= {0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0}
Definition at line 634 of file VhdlParserConstants.h.
tokenImage_arr_12
| static |
- Initialiser
-
= {0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0}
Definition at line 420 of file VhdlParserConstants.h.
tokenImage_arr_120
| static |
- Initialiser
-
= {0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0}
Definition at line 636 of file VhdlParserConstants.h.
tokenImage_arr_121
| static |
- Initialiser
-
= {0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0}
Definition at line 638 of file VhdlParserConstants.h.
tokenImage_arr_122
| static |
- Initialiser
-
= {0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0}
Definition at line 640 of file VhdlParserConstants.h.
tokenImage_arr_123
| static |
- Initialiser
-
= {0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0}
Definition at line 642 of file VhdlParserConstants.h.
tokenImage_arr_124
| static |
- Initialiser
-
= {0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0}
Definition at line 644 of file VhdlParserConstants.h.
tokenImage_arr_125
| static |
- Initialiser
-
= {0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0}
Definition at line 646 of file VhdlParserConstants.h.
tokenImage_arr_126
| static |
- Initialiser
-
= {0x22, 0x78, 0x6f, 0x72, 0x22, 0}
Definition at line 648 of file VhdlParserConstants.h.
tokenImage_arr_127
| static |
- Initialiser
-
= {0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0}
Definition at line 650 of file VhdlParserConstants.h.
tokenImage_arr_128
| static |
- Initialiser
-
= {0x22, 0x26, 0x22, 0}
Definition at line 652 of file VhdlParserConstants.h.
tokenImage_arr_129
| static |
- Initialiser
-
= {0x22, 0x27, 0x22, 0}
Definition at line 654 of file VhdlParserConstants.h.
tokenImage_arr_13
| static |
- Initialiser
-
= {0x22, 0x61, 0x66, 0x74, 0x65, 0x72, 0x22, 0}
Definition at line 422 of file VhdlParserConstants.h.
tokenImage_arr_130
| static |
- Initialiser
-
= {0x22, 0x28, 0x22, 0}
Definition at line 656 of file VhdlParserConstants.h.
tokenImage_arr_131
| static |
- Initialiser
-
= {0x22, 0x29, 0x22, 0}
Definition at line 658 of file VhdlParserConstants.h.
tokenImage_arr_132
| static |
- Initialiser
-
= {0x22, 0x2a, 0x2a, 0x22, 0}
Definition at line 660 of file VhdlParserConstants.h.
tokenImage_arr_133
| static |
- Initialiser
-
= {0x22, 0x2a, 0x22, 0}
Definition at line 662 of file VhdlParserConstants.h.
tokenImage_arr_134
| static |
- Initialiser
-
= {0x22, 0x2b, 0x22, 0}
Definition at line 664 of file VhdlParserConstants.h.
tokenImage_arr_135
| static |
- Initialiser
-
= {0x22, 0x2d, 0x22, 0}
Definition at line 666 of file VhdlParserConstants.h.
tokenImage_arr_136
| static |
- Initialiser
-
= {0x22, 0x2c, 0x22, 0}
Definition at line 668 of file VhdlParserConstants.h.
tokenImage_arr_137
| static |
- Initialiser
-
= {0x22, 0x3a, 0x3d, 0x22, 0}
Definition at line 670 of file VhdlParserConstants.h.
tokenImage_arr_138
| static |
- Initialiser
-
= {0x22, 0x3a, 0x22, 0}
Definition at line 672 of file VhdlParserConstants.h.
tokenImage_arr_139
| static |
- Initialiser
-
= {0x22, 0x3b, 0x22, 0}
Definition at line 674 of file VhdlParserConstants.h.
tokenImage_arr_14
| static |
- Initialiser
-
= {0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0}
Definition at line 424 of file VhdlParserConstants.h.
tokenImage_arr_140
| static |
- Initialiser
-
= {0x22, 0x3c, 0x3d, 0x3e, 0x22, 0}
Definition at line 676 of file VhdlParserConstants.h.
tokenImage_arr_141
| static |
- Initialiser
-
= {0x22, 0x3c, 0x3d, 0x22, 0}
Definition at line 678 of file VhdlParserConstants.h.
tokenImage_arr_142
| static |
- Initialiser
-
= {0x22, 0x3e, 0x3d, 0x22, 0}
Definition at line 680 of file VhdlParserConstants.h.
tokenImage_arr_143
| static |
- Initialiser
-
= {0x22, 0x3c, 0x22, 0}
Definition at line 682 of file VhdlParserConstants.h.
tokenImage_arr_144
| static |
- Initialiser
-
= {0x22, 0x3e, 0x22, 0}
Definition at line 684 of file VhdlParserConstants.h.
tokenImage_arr_145
| static |
- Initialiser
-
= {0x22, 0x3d, 0x22, 0}
Definition at line 686 of file VhdlParserConstants.h.
tokenImage_arr_146
| static |
- Initialiser
-
= {0x22, 0x2f, 0x3d, 0x22, 0}
Definition at line 688 of file VhdlParserConstants.h.
tokenImage_arr_147
| static |
- Initialiser
-
= {0x22, 0x3d, 0x3e, 0x22, 0}
Definition at line 690 of file VhdlParserConstants.h.
tokenImage_arr_148
| static |
- Initialiser
-
= {0x22, 0x3c, 0x3e, 0x22, 0}
Definition at line 692 of file VhdlParserConstants.h.
tokenImage_arr_149
| static |
- Initialiser
-
= {0x22, 0x3c, 0x3c, 0x22, 0}
Definition at line 694 of file VhdlParserConstants.h.
tokenImage_arr_15
| static |
- Initialiser
-
= {0x22, 0x61, 0x6c, 0x6c, 0x22, 0}
Definition at line 426 of file VhdlParserConstants.h.
tokenImage_arr_150
| static |
- Initialiser
-
= {0x22, 0x3e, 0x3e, 0x22, 0}
Definition at line 696 of file VhdlParserConstants.h.
tokenImage_arr_151
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3f, 0x22, 0}
Definition at line 698 of file VhdlParserConstants.h.
tokenImage_arr_152
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3e, 0x3d, 0x22, 0}
Definition at line 700 of file VhdlParserConstants.h.
tokenImage_arr_153
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3c, 0x3d, 0x22, 0}
Definition at line 702 of file VhdlParserConstants.h.
tokenImage_arr_154
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3e, 0x22, 0}
Definition at line 704 of file VhdlParserConstants.h.
tokenImage_arr_155
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3c, 0x22, 0}
Definition at line 706 of file VhdlParserConstants.h.
tokenImage_arr_156
| static |
- Initialiser
-
= {0x22, 0x3f, 0x3d, 0x22, 0}
Definition at line 708 of file VhdlParserConstants.h.
tokenImage_arr_157
| static |
- Initialiser
-
= {0x22, 0x3f, 0x2f, 0x3d, 0x22, 0}
Definition at line 710 of file VhdlParserConstants.h.
tokenImage_arr_158
| static |
- Initialiser
-
= {0x22, 0x3f, 0x22, 0}
Definition at line 712 of file VhdlParserConstants.h.
tokenImage_arr_159
| static |
- Initialiser
-
= {0x22, 0x7c, 0x22, 0}
Definition at line 714 of file VhdlParserConstants.h.
tokenImage_arr_16
| static |
- Initialiser
-
= {0x22, 0x61, 0x6e, 0x64, 0x22, 0}
Definition at line 428 of file VhdlParserConstants.h.
tokenImage_arr_160
| static |
- Initialiser
-
= {0x22, 0x2e, 0x22, 0}
Definition at line 716 of file VhdlParserConstants.h.
tokenImage_arr_161
| static |
- Initialiser
-
= {0x22, 0x2f, 0x22, 0}
Definition at line 718 of file VhdlParserConstants.h.
tokenImage_arr_162
| static |
- Initialiser
-
= {0x22, 0x40, 0x22, 0}
Definition at line 720 of file VhdlParserConstants.h.
tokenImage_arr_163
| static |
- Initialiser
-
= {0x22, 0x5e, 0x22, 0}
Definition at line 722 of file VhdlParserConstants.h.
tokenImage_arr_164
| static |
- Initialiser
-
= {0x22, 0x5b, 0x22, 0}
Definition at line 724 of file VhdlParserConstants.h.
tokenImage_arr_165
| static |
- Initialiser
-
= {0x22, 0x5d, 0x22, 0}
Definition at line 726 of file VhdlParserConstants.h.
tokenImage_arr_166
| static |
- Initialiser
-
= {0x22, 0x7b, 0x22, 0}
Definition at line 728 of file VhdlParserConstants.h.
tokenImage_arr_167
| static |
- Initialiser
-
= {0x22, 0x7d, 0x22, 0}
Definition at line 730 of file VhdlParserConstants.h.
tokenImage_arr_168
| static |
- Initialiser
-
= {0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0}
Definition at line 732 of file VhdlParserConstants.h.
tokenImage_arr_169
| static |
- Initialiser
-
= {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.
tokenImage_arr_17
| static |
- Initialiser
-
= {0x22, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0}
Definition at line 430 of file VhdlParserConstants.h.
tokenImage_arr_170
| static |
- Initialiser
-
= {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.
tokenImage_arr_171
| static |
- Initialiser
-
= {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.
tokenImage_arr_172
| static |
- Initialiser
-
= {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.
tokenImage_arr_173
| static |
- Initialiser
-
= {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.
tokenImage_arr_174
| static |
- Initialiser
-
= {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.
tokenImage_arr_175
| static |
- Initialiser
-
= {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.
tokenImage_arr_176
| static |
- Initialiser
-
= {0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0}
Definition at line 748 of file VhdlParserConstants.h.
tokenImage_arr_177
| static |
- Initialiser
-
= {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.
tokenImage_arr_178
| static |
- Initialiser
-
= {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.
tokenImage_arr_179
| static |
- Initialiser
-
= {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.
tokenImage_arr_18
| static |
- Initialiser
-
= {0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0}
Definition at line 432 of file VhdlParserConstants.h.
tokenImage_arr_180
| static |
- Initialiser
-
= {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.
tokenImage_arr_181
| static |
- Initialiser
-
= {0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0}
Definition at line 758 of file VhdlParserConstants.h.
tokenImage_arr_182
| static |
- Initialiser
-
= {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.
tokenImage_arr_183
| static |
- Initialiser
-
= {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.
tokenImage_arr_184
| static |
- Initialiser
-
= {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.
tokenImage_arr_185
| static |
- Initialiser
-
= {0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0}
Definition at line 766 of file VhdlParserConstants.h.
tokenImage_arr_186
| static |
- Initialiser
-
= {0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0}
Definition at line 768 of file VhdlParserConstants.h.
tokenImage_arr_187
| static |
- Initialiser
-
= {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.
tokenImage_arr_188
| static |
- Initialiser
-
= {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.
tokenImage_arr_189
| static |
- Initialiser
-
= {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.
tokenImage_arr_19
| static |
- Initialiser
-
= {0x22, 0x61, 0x73, 0x73, 0x65, 0x72, 0x74, 0x22, 0}
Definition at line 434 of file VhdlParserConstants.h.
tokenImage_arr_190
| static |
- Initialiser
-
= {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.
tokenImage_arr_191
| static |
- Initialiser
-
= {0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0}
Definition at line 778 of file VhdlParserConstants.h.
tokenImage_arr_192
| static |
- Initialiser
-
= {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.
tokenImage_arr_2
| static |
- Initialiser
-
= {0x22, 0x9, 0x22, 0}
Definition at line 400 of file VhdlParserConstants.h.
tokenImage_arr_20
| static |
- Initialiser
-
= {0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x22, 0}
Definition at line 436 of file VhdlParserConstants.h.
tokenImage_arr_21
| static |
- Initialiser
-
= {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.
tokenImage_arr_22
| static |
- Initialiser
-
= {0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0}
Definition at line 440 of file VhdlParserConstants.h.
tokenImage_arr_23
| static |
- Initialiser
-
= {0x22, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x22, 0}
Definition at line 442 of file VhdlParserConstants.h.
tokenImage_arr_24
| static |
- Initialiser
-
= {0x22, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0}
Definition at line 444 of file VhdlParserConstants.h.
tokenImage_arr_25
| static |
- Initialiser
-
= {0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0}
Definition at line 446 of file VhdlParserConstants.h.
tokenImage_arr_26
| static |
- Initialiser
-
= {0x22, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0}
Definition at line 448 of file VhdlParserConstants.h.
tokenImage_arr_27
| static |
- Initialiser
-
= {0x22, 0x62, 0x75, 0x73, 0x22, 0}
Definition at line 450 of file VhdlParserConstants.h.
tokenImage_arr_28
| static |
- Initialiser
-
= {0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x22, 0}
Definition at line 452 of file VhdlParserConstants.h.
tokenImage_arr_29
| static |
- Initialiser
-
= {0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0}
Definition at line 454 of file VhdlParserConstants.h.
tokenImage_arr_3
| static |
- Initialiser
-
= {0x22, 0xa, 0x22, 0}
Definition at line 402 of file VhdlParserConstants.h.
tokenImage_arr_30
| static |
- Initialiser
-
= {0x22, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0}
Definition at line 456 of file VhdlParserConstants.h.
tokenImage_arr_31
| static |
- Initialiser
-
= {0x22, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x22, 0}
Definition at line 458 of file VhdlParserConstants.h.
tokenImage_arr_32
| static |
- Initialiser
-
= {0x22, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0}
Definition at line 460 of file VhdlParserConstants.h.
tokenImage_arr_33
| static |
- Initialiser
-
= {0x22, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x22, 0}
Definition at line 462 of file VhdlParserConstants.h.
tokenImage_arr_34
| static |
- Initialiser
-
= {0x22, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0}
Definition at line 464 of file VhdlParserConstants.h.
tokenImage_arr_35
| static |
- Initialiser
-
= {0x22, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x22, 0}
Definition at line 466 of file VhdlParserConstants.h.
tokenImage_arr_36
| static |
- Initialiser
-
= {0x22, 0x64, 0x6f, 0x77, 0x6e, 0x74, 0x6f, 0x22, 0}
Definition at line 468 of file VhdlParserConstants.h.
tokenImage_arr_37
| static |
- Initialiser
-
= {0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0}
Definition at line 470 of file VhdlParserConstants.h.
tokenImage_arr_38
| static |
- Initialiser
-
= {0x22, 0x65, 0x6c, 0x73, 0x69, 0x66, 0x22, 0}
Definition at line 472 of file VhdlParserConstants.h.
tokenImage_arr_39
| static |
- Initialiser
-
= {0x22, 0x65, 0x6e, 0x64, 0x22, 0}
Definition at line 474 of file VhdlParserConstants.h.
tokenImage_arr_4
| static |
- Initialiser
-
= {0x22, 0xd, 0x22, 0}
Definition at line 404 of file VhdlParserConstants.h.
tokenImage_arr_40
| static |
- Initialiser
-
= {0x22, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0}
Definition at line 476 of file VhdlParserConstants.h.
tokenImage_arr_41
| static |
- Initialiser
-
= {0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0}
Definition at line 478 of file VhdlParserConstants.h.
tokenImage_arr_42
| static |
- Initialiser
-
= {0x22, 0x66, 0x61, 0x69, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x22, 0}
Definition at line 480 of file VhdlParserConstants.h.
tokenImage_arr_43
| static |
- Initialiser
-
= {0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0}
Definition at line 482 of file VhdlParserConstants.h.
tokenImage_arr_44
| static |
- Initialiser
-
= {0x22, 0x66, 0x6f, 0x72, 0x22, 0}
Definition at line 484 of file VhdlParserConstants.h.
tokenImage_arr_45
| static |
- Initialiser
-
= {0x22, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x22, 0}
Definition at line 486 of file VhdlParserConstants.h.
tokenImage_arr_46
| static |
- Initialiser
-
= {0x22, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0}
Definition at line 488 of file VhdlParserConstants.h.
tokenImage_arr_47
| static |
- Initialiser
-
= {0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x22, 0}
Definition at line 490 of file VhdlParserConstants.h.
tokenImage_arr_48
| static |
- Initialiser
-
= {0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x22, 0}
Definition at line 492 of file VhdlParserConstants.h.
tokenImage_arr_49
| static |
- Initialiser
-
= {0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0}
Definition at line 494 of file VhdlParserConstants.h.
tokenImage_arr_5
| static |
- Initialiser
-
= {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.
tokenImage_arr_50
| static |
- Initialiser
-
= {0x22, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x22, 0}
Definition at line 496 of file VhdlParserConstants.h.
tokenImage_arr_51
| static |
- Initialiser
-
= {0x22, 0x69, 0x66, 0x22, 0}
Definition at line 498 of file VhdlParserConstants.h.
tokenImage_arr_52
| static |
- Initialiser
-
= {0x22, 0x69, 0x6d, 0x70, 0x75, 0x72, 0x65, 0x22, 0}
Definition at line 500 of file VhdlParserConstants.h.
tokenImage_arr_53
| static |
- Initialiser
-
= {0x22, 0x69, 0x6e, 0x22, 0}
Definition at line 502 of file VhdlParserConstants.h.
tokenImage_arr_54
| static |
- Initialiser
-
= {0x22, 0x69, 0x6e, 0x65, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x22, 0}
Definition at line 504 of file VhdlParserConstants.h.
tokenImage_arr_55
| static |
- Initialiser
-
= {0x22, 0x69, 0x6e, 0x6f, 0x75, 0x74, 0x22, 0}
Definition at line 506 of file VhdlParserConstants.h.
tokenImage_arr_56
| static |
- Initialiser
-
= {0x22, 0x69, 0x73, 0x22, 0}
Definition at line 508 of file VhdlParserConstants.h.
tokenImage_arr_57
| static |
- Initialiser
-
= {0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0}
Definition at line 510 of file VhdlParserConstants.h.
tokenImage_arr_58
| static |
- Initialiser
-
= {0x22, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x22, 0}
Definition at line 512 of file VhdlParserConstants.h.
tokenImage_arr_59
| static |
- Initialiser
-
= {0x22, 0x6c, 0x69, 0x6e, 0x6b, 0x61, 0x67, 0x65, 0x22, 0}
Definition at line 514 of file VhdlParserConstants.h.
tokenImage_arr_6
| static |
- Initialiser
-
= {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.
tokenImage_arr_60
| static |
- Initialiser
-
= {0x22, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x22, 0}
Definition at line 516 of file VhdlParserConstants.h.
tokenImage_arr_61
| static |
- Initialiser
-
= {0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0}
Definition at line 518 of file VhdlParserConstants.h.
tokenImage_arr_62
| static |
- Initialiser
-
= {0x22, 0x6d, 0x61, 0x70, 0x22, 0}
Definition at line 520 of file VhdlParserConstants.h.
tokenImage_arr_63
| static |
- Initialiser
-
= {0x22, 0x6d, 0x6f, 0x64, 0x22, 0}
Definition at line 522 of file VhdlParserConstants.h.
tokenImage_arr_64
| static |
- Initialiser
-
= {0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0}
Definition at line 524 of file VhdlParserConstants.h.
tokenImage_arr_65
| static |
- Initialiser
-
= {0x22, 0x6e, 0x65, 0x77, 0x22, 0}
Definition at line 526 of file VhdlParserConstants.h.
tokenImage_arr_66
| static |
- Initialiser
-
= {0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0}
Definition at line 528 of file VhdlParserConstants.h.
tokenImage_arr_67
| static |
- Initialiser
-
= {0x22, 0x6e, 0x6f, 0x72, 0x22, 0}
Definition at line 530 of file VhdlParserConstants.h.
tokenImage_arr_68
| static |
- Initialiser
-
= {0x22, 0x6e, 0x6f, 0x74, 0x22, 0}
Definition at line 532 of file VhdlParserConstants.h.
tokenImage_arr_69
| static |
- Initialiser
-
= {0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0}
Definition at line 534 of file VhdlParserConstants.h.
tokenImage_arr_7
| static |
- Initialiser
-
= {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.
tokenImage_arr_70
| static |
- Initialiser
-
= {0x22, 0x6f, 0x66, 0x22, 0}
Definition at line 536 of file VhdlParserConstants.h.
tokenImage_arr_71
| static |
- Initialiser
-
= {0x22, 0x6f, 0x6e, 0x22, 0}
Definition at line 538 of file VhdlParserConstants.h.
tokenImage_arr_72
| static |
- Initialiser
-
= {0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0}
Definition at line 540 of file VhdlParserConstants.h.
tokenImage_arr_73
| static |
- Initialiser
-
= {0x22, 0x6f, 0x72, 0x22, 0}
Definition at line 542 of file VhdlParserConstants.h.
tokenImage_arr_74
| static |
- Initialiser
-
= {0x22, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x22, 0}
Definition at line 544 of file VhdlParserConstants.h.
tokenImage_arr_75
| static |
- Initialiser
-
= {0x22, 0x6f, 0x75, 0x74, 0x22, 0}
Definition at line 546 of file VhdlParserConstants.h.
tokenImage_arr_76
| static |
- Initialiser
-
= {0x22, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0}
Definition at line 548 of file VhdlParserConstants.h.
tokenImage_arr_77
| static |
- Initialiser
-
= {0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0}
Definition at line 550 of file VhdlParserConstants.h.
tokenImage_arr_78
| static |
- Initialiser
-
= {0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}
Definition at line 552 of file VhdlParserConstants.h.
tokenImage_arr_79
| static |
- Initialiser
-
= {0x22, 0x70, 0x6f, 0x73, 0x74, 0x70, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0}
Definition at line 554 of file VhdlParserConstants.h.
tokenImage_arr_8
| static |
- Initialiser
-
= {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.
tokenImage_arr_80
| static |
- Initialiser
-
= {0x22, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0}
Definition at line 556 of file VhdlParserConstants.h.
tokenImage_arr_81
| static |
- Initialiser
-
= {0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0}
Definition at line 558 of file VhdlParserConstants.h.
tokenImage_arr_82
| static |
- Initialiser
-
= {0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0}
Definition at line 560 of file VhdlParserConstants.h.
tokenImage_arr_83
| static |
- Initialiser
-
= {0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0}
Definition at line 562 of file VhdlParserConstants.h.
tokenImage_arr_84
| static |
- Initialiser
-
= {0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0}
Definition at line 564 of file VhdlParserConstants.h.
tokenImage_arr_85
| static |
- Initialiser
-
= {0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0}
Definition at line 566 of file VhdlParserConstants.h.
tokenImage_arr_86
| static |
- Initialiser
-
= {0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0}
Definition at line 568 of file VhdlParserConstants.h.
tokenImage_arr_87
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0}
Definition at line 570 of file VhdlParserConstants.h.
tokenImage_arr_88
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0}
Definition at line 572 of file VhdlParserConstants.h.
tokenImage_arr_89
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0}
Definition at line 574 of file VhdlParserConstants.h.
tokenImage_arr_9
| static |
- Initialiser
-
= {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.
tokenImage_arr_90
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0}
Definition at line 576 of file VhdlParserConstants.h.
tokenImage_arr_91
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0}
Definition at line 578 of file VhdlParserConstants.h.
tokenImage_arr_92
| static |
- Initialiser
-
= {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.
tokenImage_arr_93
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x6d, 0x22, 0}
Definition at line 582 of file VhdlParserConstants.h.
tokenImage_arr_94
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0}
Definition at line 584 of file VhdlParserConstants.h.
tokenImage_arr_95
| static |
- Initialiser
-
= {0x22, 0x72, 0x6f, 0x6c, 0x22, 0}
Definition at line 586 of file VhdlParserConstants.h.
tokenImage_arr_96
| static |
- Initialiser
-
= {0x22, 0x72, 0x6f, 0x72, 0x22, 0}
Definition at line 588 of file VhdlParserConstants.h.
tokenImage_arr_97
| static |
- Initialiser
-
= {0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0}
Definition at line 590 of file VhdlParserConstants.h.
tokenImage_arr_98
| static |
- Initialiser
-
= {0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0}
Definition at line 592 of file VhdlParserConstants.h.
tokenImage_arr_99
| static |
- Initialiser
-
= {0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0}
Definition at line 594 of file VhdlParserConstants.h.
TRANSPORT_T
|
RegularExpression Id.
Definition at line 228 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_delay_mechanism_1092_1_492.
TYPE_T
|
RegularExpression Id.
Definition at line 230 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_anonymous_type_indication_459_2_543, vhdl::parser::VhdlParser::jj_3R_entity_class_1225_3_710, vhdl::parser::VhdlParser::jj_3R_full_type_declaration_1501_3_176, vhdl::parser::VhdlParser::jj_3R_incomplete_type_declaration_1727_3_636, vhdl::parser::VhdlParser::jj_3R_interface_incomplete_type_declaration_1937_3_267 and vhdl::parser::VhdlParser::jj_3R_object_class_2227_2_658.
UNAFFECTED_T
|
RegularExpression Id.
Definition at line 232 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_expression_or_unaffected_1388_6_745 and vhdl::parser::VhdlParser::jj_3R_waveform_3379_1_495.
UNITS_T
|
RegularExpression Id.
Definition at line 234 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1233_3_718, vhdl::parser::VhdlParser::jj_3R_physical_incomplete_type_definition_2409_5_786 and vhdl::parser::VhdlParser::jj_3R_physical_type_definition_2394_9_855.
UNTIL_T
|
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
|
RegularExpression Id.
Definition at line 370 of file VhdlParserConstants.h.
USE_T
|
RegularExpression Id.
Definition at line 238 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_binding_indication_622_4_502 and vhdl::parser::VhdlParser::jj_3R_use_clause_3302_2_400.
VARASSIGN_T
|
RegularExpression Id.
Definition at line 280 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_141, vhdl::parser::VhdlParser::jj_3R_constant_declaration_1026_74_517, vhdl::parser::VhdlParser::jj_3R_interface_constant_declaration_1816_89_269, vhdl::parser::VhdlParser::jj_3R_interface_signal_declaration_1859_104_270, vhdl::parser::VhdlParser::jj_3R_interface_variable_declaration_1973_49_260, vhdl::parser::VhdlParser::jj_3R_selected_variable_assignment_2856_3_666, vhdl::parser::VhdlParser::jj_3R_signal_declaration_3022_89_519, vhdl::parser::VhdlParser::jj_3R_variable_assignment_statement_3329_1_554 and vhdl::parser::VhdlParser::jj_3R_variable_declaration_3340_3_521.
VARIABLE_T
|
RegularExpression Id.
Definition at line 240 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_entity_class_1229_3_714, vhdl::parser::VhdlParser::jj_3R_object_class_2224_2_655, vhdl::parser::VhdlParser::jj_3R_object_class_2225_2_656, vhdl::parser::VhdlParser::jj_3R_sig_stat_1412_5_592 and vhdl::parser::VhdlParser::jj_3R_variable_declaration_3338_1_420.
VHDL_COMMENT
|
RegularExpression Id.
Definition at line 22 of file VhdlParserConstants.h.
VHDL_FLOWCHART_COMMENT
|
RegularExpression Id.
Definition at line 20 of file VhdlParserConstants.h.
VHDL2008TOOLDIR
|
RegularExpression Id.
Definition at line 390 of file VhdlParserConstants.h.
VIEW_T
|
RegularExpression Id.
Definition at line 242 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_array_mode_view_indication_512_1_127, vhdl::parser::VhdlParser::jj_3R_element_array_mode_view_indication_1145_2_850, vhdl::parser::VhdlParser::jj_3R_element_record_mode_view_indication_1206_2_109, vhdl::parser::VhdlParser::jj_3R_mode_view_declaration_2116_3_417 and vhdl::parser::VhdlParser::jj_3R_record_mode_view_indication_2717_4_735.
VMODE_T
|
RegularExpression Id.
Definition at line 244 of file VhdlParserConstants.h.
VPROP_T
|
RegularExpression Id.
Definition at line 246 of file VhdlParserConstants.h.
VUNIT_T
|
RegularExpression Id.
Definition at line 248 of file VhdlParserConstants.h.
WAIT_T
|
RegularExpression Id.
Definition at line 250 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_wait_statement_3368_1_153.
WHEN_T
|
RegularExpression Id.
Definition at line 252 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3_135, vhdl::parser::VhdlParser::jj_3_37, vhdl::parser::VhdlParser::jj_3_38, vhdl::parser::VhdlParser::jj_3R_case_statement_alternative_743_3_748, vhdl::parser::VhdlParser::jj_3R_conditional_expression_960_20_298, vhdl::parser::VhdlParser::jj_3R_conditional_force_assignment_946_3_99, vhdl::parser::VhdlParser::jj_3R_conditional_or_unaffected_expression_965_133_670, vhdl::parser::VhdlParser::jj_3R_conditional_or_unaffected_expression_965_32_669, vhdl::parser::VhdlParser::jj_3R_conditional_waveform_assignment_933_3_470, vhdl::parser::VhdlParser::jj_3R_conditional_waveforms_977_7_383, vhdl::parser::VhdlParser::jj_3R_conditional_waveforms_979_7_384, vhdl::parser::VhdlParser::jj_3R_else_stat_955_28_617, vhdl::parser::VhdlParser::jj_3R_else_wave_list_941_27_750, vhdl::parser::VhdlParser::jj_3R_exit_statement_1367_3_340, vhdl::parser::VhdlParser::jj_3R_next_statement_2197_3_337, vhdl::parser::VhdlParser::jj_3R_plain_return_statement_2782_42_315, vhdl::parser::VhdlParser::jj_3R_sel_var_list_2883_3_318, vhdl::parser::VhdlParser::jj_3R_sel_var_list_2883_58_459, vhdl::parser::VhdlParser::jj_3R_sel_wave_list_2889_4_565, vhdl::parser::VhdlParser::jj_3R_selected_waveforms_2835_2_209 and vhdl::parser::VhdlParser::jj_3R_selected_waveforms_2835_32_385.
WHILE_T
|
RegularExpression Id.
Definition at line 254 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_iteration_scheme_2004_1_557.
WITH_T
|
RegularExpression Id.
Definition at line 256 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_concurrent_selected_signal_assignment_861_6_90, vhdl::parser::VhdlParser::jj_3R_selected_force_assignment_2877_3_147, vhdl::parser::VhdlParser::jj_3R_selected_variable_assignment_2856_3_666 and vhdl::parser::VhdlParser::jj_3R_selected_waveform_assignment_2870_3_471.
XNOR_T
|
RegularExpression Id.
Definition at line 260 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1421_4_479.
XOR_T
|
RegularExpression Id.
Definition at line 258 of file VhdlParserConstants.h.
Referenced by vhdl::parser::VhdlParser::jj_3R_logop_1422_4_480.
The documentation for this namespace was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.