Skip to main content

The parser Namespace Reference

Definition

namespace vhdl::parser { ... }

Classes Index

classCharStream

This class describes a character stream that maintains line and column number positions of the characters. More...

classErrorHandler
structJJCalls
classParseException

This exception is thrown when parse errors are encountered. More...

classToken

Describes the input token stream. More...

classTokenManager

An implementation for this interface is generated by JavaCCParser. More...

classTokenManagerErrorHandler
classTokenMgrError
classTokenParser
classVhdlErrorHandler
classVhdlParser
classVhdlParserTokenManager

Token Manager. More...

classVhdlTokenManagerErrorHandler

Enumerations Index

enumLexerErrors { ... }

Functions Index

JJSimpleStringaddUnicodeEscapes (const JJString &str)

Variables Index

const int_EOF = 0

End of File. More...

const intDOXYGEN_VHDL_COMMENT = 5

RegularExpression Id. More...

const intMULT_DOXYGEN_COMMENT = 6

RegularExpression Id. More...

const intVHDL_FLOWCHART_COMMENT = 7

RegularExpression Id. More...

const intVHDL_COMMENT = 8

RegularExpression Id. More...

const intMULT_DOXYGEN_VHDL_COMMENT_2008 = 9

RegularExpression Id. More...

const intMULT_VHDL_2008_COMMENT = 10

RegularExpression Id. More...

const intABS_T = 11

RegularExpression Id. More...

const intACCESS_T = 12

RegularExpression Id. More...

const intAFTER_T = 13

RegularExpression Id. More...

const intALIAS_T = 14

RegularExpression Id. More...

const intALL_T = 15

RegularExpression Id. More...

const intAND_T = 16

RegularExpression Id. More...

const intARCHITECTURE_T = 17

RegularExpression Id. More...

const intARRAY_T = 18

RegularExpression Id. More...

const intASSERT_T = 19

RegularExpression Id. More...

const intASSUME_T = 20

RegularExpression Id. More...

const intASSUME_GUARANTEE_T = 21

RegularExpression Id. More...

const intATTRIBUTE_T = 22

RegularExpression Id. More...

const intBEGIN_T = 23

RegularExpression Id. More...

const intBLOCK_T = 24

RegularExpression Id. More...

const intBODY_T = 25

RegularExpression Id. More...

const intBUFFER_T = 26

RegularExpression Id. More...

const intBUS_T = 27

RegularExpression Id. More...

const intCOMPONENT_T = 28

RegularExpression Id. More...

const intCASE_T = 29

RegularExpression Id. More...

const intCONFIGURATION_T = 30

RegularExpression Id. More...

const intCONSTANT_T = 31

RegularExpression Id. More...

const intCONTEXT_T = 32

RegularExpression Id. More...

const intCOVER_T = 33

RegularExpression Id. More...

const intDEFAULT_T = 34

RegularExpression Id. More...

const intDISCONNECT_T = 35

RegularExpression Id. More...

const intDOWNTO_T = 36

RegularExpression Id. More...

const intELSE_T = 37

RegularExpression Id. More...

const intELSIF_T = 38

RegularExpression Id. More...

const intEND_T = 39

RegularExpression Id. More...

const intENTITY_T = 40

RegularExpression Id. More...

const intEXIT_T = 41

RegularExpression Id. More...

const intFAIRNESS_T = 42

RegularExpression Id. More...

const intFILE_T = 43

RegularExpression Id. More...

const intFOR_T = 44

RegularExpression Id. More...

const intFORCE_T = 45

RegularExpression Id. More...

const intFUNCTION_T = 46

RegularExpression Id. More...

const intGENERATE_T = 47

RegularExpression Id. More...

const intGENERIC_T = 48

RegularExpression Id. More...

const intGROUP_T = 49

RegularExpression Id. More...

const intGUARDED_T = 50

RegularExpression Id. More...

const intIF_T = 51

RegularExpression Id. More...

const intIMPURE_T = 52

RegularExpression Id. More...

const intIN_T = 53

RegularExpression Id. More...

const intINERTIAL_T = 54

RegularExpression Id. More...

const intINOUT_T = 55

RegularExpression Id. More...

const intIS_T = 56

RegularExpression Id. More...

const intLABEL_T = 57

RegularExpression Id. More...

const intLIBRARY_T = 58

RegularExpression Id. More...

const intLINKAGE_T = 59

RegularExpression Id. More...

const intLITERAL_T = 60

RegularExpression Id. More...

const intLOOP_T = 61

RegularExpression Id. More...

const intMAP_T = 62

RegularExpression Id. More...

const intMOD_T = 63

RegularExpression Id. More...

const intNAND_T = 64

RegularExpression Id. More...

const intNEW_T = 65

RegularExpression Id. More...

const intNEXT_T = 66

RegularExpression Id. More...

const intNOR_T = 67

RegularExpression Id. More...

const intNOT_T = 68

RegularExpression Id. More...

const intNULL_T = 69

RegularExpression Id. More...

const intOF_T = 70

RegularExpression Id. More...

const intON_T = 71

RegularExpression Id. More...

const intOPEN_T = 72

RegularExpression Id. More...

const intOR_T = 73

RegularExpression Id. More...

const intOTHER_T = 74

RegularExpression Id. More...

const intOUT_T = 75

RegularExpression Id. More...

const intPACKAGE_T = 76

RegularExpression Id. More...

const intPARAMETER_T = 77

RegularExpression Id. More...

const intPORT_T = 78

RegularExpression Id. More...

const intPOSTPONED_T = 79

RegularExpression Id. More...

const intPRIVATE_T = 80

RegularExpression Id. More...

const intPROCEDURE_T = 81

RegularExpression Id. More...

const intPROCESS_T = 82

RegularExpression Id. More...

const intPROPERTY_T = 83

RegularExpression Id. More...

const intPROTECTED_T = 84

RegularExpression Id. More...

const intPURE_T = 85

RegularExpression Id. More...

const intRANGE_T = 86

RegularExpression Id. More...

const intRECORD_T = 87

RegularExpression Id. More...

const intREGISTER_T = 88

RegularExpression Id. More...

const intREJECT_T = 89

RegularExpression Id. More...

const intRELEASE_T = 90

RegularExpression Id. More...

const intRESTRICT_T = 91

RegularExpression Id. More...

const intRESTRICT_GUARANTEE_T = 92

RegularExpression Id. More...

const intREM_T = 93

RegularExpression Id. More...

const intREPORT_T = 94

RegularExpression Id. More...

const intROL_T = 95

RegularExpression Id. More...

const intROR_T = 96

RegularExpression Id. More...

const intRETURN_T = 97

RegularExpression Id. More...

const intSELECT_T = 98

RegularExpression Id. More...

const intSEQUENCE_T = 99

RegularExpression Id. More...

const intSEVERITY_T = 100

RegularExpression Id. More...

const intSIGNAL_T = 101

RegularExpression Id. More...

const intSHARED_T = 102

RegularExpression Id. More...

const intSLA_T = 103

RegularExpression Id. More...

const intSLL_T = 104

RegularExpression Id. More...

const intSRA_T = 105

RegularExpression Id. More...

const intSRL_T = 106

RegularExpression Id. More...

const intSTRONG_T = 107

RegularExpression Id. More...

const intSUBTYPE_T = 108

RegularExpression Id. More...

const intTHEN_T = 109

RegularExpression Id. More...

const intTO_T = 110

RegularExpression Id. More...

const intTRANSPORT_T = 111

RegularExpression Id. More...

const intTYPE_T = 112

RegularExpression Id. More...

const intUNAFFECTED_T = 113

RegularExpression Id. More...

const intUNITS_T = 114

RegularExpression Id. More...

const intUNTIL_T = 115

RegularExpression Id. More...

const intUSE_T = 116

RegularExpression Id. More...

const intVARIABLE_T = 117

RegularExpression Id. More...

const intVIEW_T = 118

RegularExpression Id. More...

const intVMODE_T = 119

RegularExpression Id. More...

const intVPROP_T = 120

RegularExpression Id. More...

const intVUNIT_T = 121

RegularExpression Id. More...

const intWAIT_T = 122

RegularExpression Id. More...

const intWHEN_T = 123

RegularExpression Id. More...

const intWHILE_T = 124

RegularExpression Id. More...

const intWITH_T = 125

RegularExpression Id. More...

const intXOR_T = 126

RegularExpression Id. More...

const intXNOR_T = 127

RegularExpression Id. More...

const intAMPERSAND_T = 128

RegularExpression Id. More...

const intAPOSTROPHE_T = 129

RegularExpression Id. More...

const intLPAREN_T = 130

RegularExpression Id. More...

const intRPAREN_T = 131

RegularExpression Id. More...

const intDOUBLEMULT_T = 132

RegularExpression Id. More...

const intMULT_T = 133

RegularExpression Id. More...

const intPLUS_T = 134

RegularExpression Id. More...

const intMINUS_T = 135

RegularExpression Id. More...

const intCOMMA_T = 136

RegularExpression Id. More...

const intVARASSIGN_T = 137

RegularExpression Id. More...

const intCOLON_T = 138

RegularExpression Id. More...

const intSEMI_T = 139

RegularExpression Id. More...

const intLGT_T = 140

RegularExpression Id. More...

const intLESSTHAN_T = 141

RegularExpression Id. More...

const intGREATERTHAN_T = 142

RegularExpression Id. More...

const intLT_T = 143

RegularExpression Id. More...

const intGT_T = 144

RegularExpression Id. More...

const intEQU_T = 145

RegularExpression Id. More...

const intNOTEQU_T = 146

RegularExpression Id. More...

const intARROW_T = 147

RegularExpression Id. More...

const intBOX_T = 148

RegularExpression Id. More...

const intSLSL_T = 149

RegularExpression Id. More...

const intRSRS_T = 150

RegularExpression Id. More...

const intQQ_T = 151

RegularExpression Id. More...

const intQGT_T = 152

RegularExpression Id. More...

const intQLT_T = 153

RegularExpression Id. More...

const intQG_T = 154

RegularExpression Id. More...

const intQL_T = 155

RegularExpression Id. More...

const intQEQU_T = 156

RegularExpression Id. More...

const intQNEQU_T = 157

RegularExpression Id. More...

const intQ_T = 158

RegularExpression Id. More...

const intBAR_T = 159

RegularExpression Id. More...

const intDOT_T = 160

RegularExpression Id. More...

const intSLASH_T = 161

RegularExpression Id. More...

const intAT_T = 162

RegularExpression Id. More...

const intNEG_T = 163

RegularExpression Id. More...

const intLBRACKET_T = 164

RegularExpression Id. More...

const intRBRACKET_T = 165

RegularExpression Id. More...

const intLBRACE = 166

RegularExpression Id. More...

const intRBRACE = 167

RegularExpression Id. More...

const intINTEGER = 168

RegularExpression Id. More...

const intSTRINGLITERAL = 169

RegularExpression Id. More...

const intBASIC_IDENTIFIER = 170

RegularExpression Id. More...

const intEXTENDED_CHARACTER = 171

RegularExpression Id. More...

const intCHARACTER_LITERAL = 172

RegularExpression Id. More...

const intDECIMAL_LITERAL = 173

RegularExpression Id. More...

const intBASED_INTEGER = 174

RegularExpression Id. More...

const intBASED_LITERAL = 175

RegularExpression Id. More...

const intEXPONENT = 176

RegularExpression Id. More...

const intBASIC_GRAPHIC_CHARACTER = 177

RegularExpression Id. More...

const intGRAPHIC_CHARACTER = 178

RegularExpression Id. More...

const intLETTER_OR_DIGIT = 179

RegularExpression Id. More...

const intLETTER_OR_DIGIT_OR_STD = 180

RegularExpression Id. More...

const intLETTER = 181

RegularExpression Id. More...

const intUPPER_CASE_LETTER = 182

RegularExpression Id. More...

const intBIT_STRING_LITERAL = 183

RegularExpression Id. More...

const intBASE_SPECIFIER = 184

RegularExpression Id. More...

const intSTD_LOGIC = 185

RegularExpression Id. More...

const intDIGIT = 186

RegularExpression Id. More...

const intSPECIAL_CHARACTER = 187

RegularExpression Id. More...

const intOTHER_SPECIAL_CHARACTER = 188

RegularExpression Id. More...

const intSPACE_CHARACTER = 189

RegularExpression Id. More...

const intLOWER_CASE_LETTER = 190

RegularExpression Id. More...

const intQUOTE = 191

RegularExpression Id. More...

const intVHDL2008TOOLDIR = 192

RegularExpression Id. More...

const intDEFAULT = 0

Lexical state. More...

static const JJChartokenImage_arr_0[] = ...

Literal token values. More...

static const JJChartokenImage_arr_1[] = ...
static const JJChartokenImage_arr_2[] = ...
static const JJChartokenImage_arr_3[] = ...
static const JJChartokenImage_arr_4[] = ...
static const JJChartokenImage_arr_5[] = ...
static const JJChartokenImage_arr_6[] = ...
static const JJChartokenImage_arr_7[] = ...
static const JJChartokenImage_arr_8[] = ...
static const JJChartokenImage_arr_9[] = ...
static const JJChartokenImage_arr_10[] = ...
static const JJChartokenImage_arr_11[] = ...
static const JJChartokenImage_arr_12[] = ...
static const JJChartokenImage_arr_13[] = ...
static const JJChartokenImage_arr_14[] = ...
static const JJChartokenImage_arr_15[] = ...
static const JJChartokenImage_arr_16[] = ...
static const JJChartokenImage_arr_17[] = ...
static const JJChartokenImage_arr_18[] = ...
static const JJChartokenImage_arr_19[] = ...
static const JJChartokenImage_arr_20[] = ...
static const JJChartokenImage_arr_21[] = ...
static const JJChartokenImage_arr_22[] = ...
static const JJChartokenImage_arr_23[] = ...
static const JJChartokenImage_arr_24[] = ...
static const JJChartokenImage_arr_25[] = ...
static const JJChartokenImage_arr_26[] = ...
static const JJChartokenImage_arr_27[] = ...
static const JJChartokenImage_arr_28[] = ...
static const JJChartokenImage_arr_29[] = ...
static const JJChartokenImage_arr_30[] = ...
static const JJChartokenImage_arr_31[] = ...
static const JJChartokenImage_arr_32[] = ...
static const JJChartokenImage_arr_33[] = ...
static const JJChartokenImage_arr_34[] = ...
static const JJChartokenImage_arr_35[] = ...
static const JJChartokenImage_arr_36[] = ...
static const JJChartokenImage_arr_37[] = ...
static const JJChartokenImage_arr_38[] = ...
static const JJChartokenImage_arr_39[] = ...
static const JJChartokenImage_arr_40[] = ...
static const JJChartokenImage_arr_41[] = ...
static const JJChartokenImage_arr_42[] = ...
static const JJChartokenImage_arr_43[] = ...
static const JJChartokenImage_arr_44[] = ...
static const JJChartokenImage_arr_45[] = ...
static const JJChartokenImage_arr_46[] = ...
static const JJChartokenImage_arr_47[] = ...
static const JJChartokenImage_arr_48[] = ...
static const JJChartokenImage_arr_49[] = ...
static const JJChartokenImage_arr_50[] = ...
static const JJChartokenImage_arr_51[] = ...
static const JJChartokenImage_arr_52[] = ...
static const JJChartokenImage_arr_53[] = ...
static const JJChartokenImage_arr_54[] = ...
static const JJChartokenImage_arr_55[] = ...
static const JJChartokenImage_arr_56[] = ...
static const JJChartokenImage_arr_57[] = ...
static const JJChartokenImage_arr_58[] = ...
static const JJChartokenImage_arr_59[] = ...
static const JJChartokenImage_arr_60[] = ...
static const JJChartokenImage_arr_61[] = ...
static const JJChartokenImage_arr_62[] = ...
static const JJChartokenImage_arr_63[] = ...
static const JJChartokenImage_arr_64[] = ...
static const JJChartokenImage_arr_65[] = ...
static const JJChartokenImage_arr_66[] = ...
static const JJChartokenImage_arr_67[] = ...
static const JJChartokenImage_arr_68[] = ...
static const JJChartokenImage_arr_69[] = ...
static const JJChartokenImage_arr_70[] = ...
static const JJChartokenImage_arr_71[] = ...
static const JJChartokenImage_arr_72[] = ...
static const JJChartokenImage_arr_73[] = ...
static const JJChartokenImage_arr_74[] = ...
static const JJChartokenImage_arr_75[] = ...
static const JJChartokenImage_arr_76[] = ...
static const JJChartokenImage_arr_77[] = ...
static const JJChartokenImage_arr_78[] = ...
static const JJChartokenImage_arr_79[] = ...
static const JJChartokenImage_arr_80[] = ...
static const JJChartokenImage_arr_81[] = ...
static const JJChartokenImage_arr_82[] = ...
static const JJChartokenImage_arr_83[] = ...
static const JJChartokenImage_arr_84[] = ...
static const JJChartokenImage_arr_85[] = ...
static const JJChartokenImage_arr_86[] = ...
static const JJChartokenImage_arr_87[] = ...
static const JJChartokenImage_arr_88[] = ...
static const JJChartokenImage_arr_89[] = ...
static const JJChartokenImage_arr_90[] = ...
static const JJChartokenImage_arr_91[] = ...
static const JJChartokenImage_arr_92[] = ...
static const JJChartokenImage_arr_93[] = ...
static const JJChartokenImage_arr_94[] = ...
static const JJChartokenImage_arr_95[] = ...
static const JJChartokenImage_arr_96[] = ...
static const JJChartokenImage_arr_97[] = ...
static const JJChartokenImage_arr_98[] = ...
static const JJChartokenImage_arr_99[] = ...
static const JJChartokenImage_arr_100[] = ...
static const JJChartokenImage_arr_101[] = ...
static const JJChartokenImage_arr_102[] = ...
static const JJChartokenImage_arr_103[] = ...
static const JJChartokenImage_arr_104[] = ...
static const JJChartokenImage_arr_105[] = ...
static const JJChartokenImage_arr_106[] = ...
static const JJChartokenImage_arr_107[] = ...
static const JJChartokenImage_arr_108[] = ...
static const JJChartokenImage_arr_109[] = ...
static const JJChartokenImage_arr_110[] = ...
static const JJChartokenImage_arr_111[] = ...
static const JJChartokenImage_arr_112[] = ...
static const JJChartokenImage_arr_113[] = ...
static const JJChartokenImage_arr_114[] = ...
static const JJChartokenImage_arr_115[] = ...
static const JJChartokenImage_arr_116[] = ...
static const JJChartokenImage_arr_117[] = ...
static const JJChartokenImage_arr_118[] = ...
static const JJChartokenImage_arr_119[] = ...
static const JJChartokenImage_arr_120[] = ...
static const JJChartokenImage_arr_121[] = ...
static const JJChartokenImage_arr_122[] = ...
static const JJChartokenImage_arr_123[] = ...
static const JJChartokenImage_arr_124[] = ...
static const JJChartokenImage_arr_125[] = ...
static const JJChartokenImage_arr_126[] = ...
static const JJChartokenImage_arr_127[] = ...
static const JJChartokenImage_arr_128[] = ...
static const JJChartokenImage_arr_129[] = ...
static const JJChartokenImage_arr_130[] = ...
static const JJChartokenImage_arr_131[] = ...
static const JJChartokenImage_arr_132[] = ...
static const JJChartokenImage_arr_133[] = ...
static const JJChartokenImage_arr_134[] = ...
static const JJChartokenImage_arr_135[] = ...
static const JJChartokenImage_arr_136[] = ...
static const JJChartokenImage_arr_137[] = ...
static const JJChartokenImage_arr_138[] = ...
static const JJChartokenImage_arr_139[] = ...
static const JJChartokenImage_arr_140[] = ...
static const JJChartokenImage_arr_141[] = ...
static const JJChartokenImage_arr_142[] = ...
static const JJChartokenImage_arr_143[] = ...
static const JJChartokenImage_arr_144[] = ...
static const JJChartokenImage_arr_145[] = ...
static const JJChartokenImage_arr_146[] = ...
static const JJChartokenImage_arr_147[] = ...
static const JJChartokenImage_arr_148[] = ...
static const JJChartokenImage_arr_149[] = ...
static const JJChartokenImage_arr_150[] = ...
static const JJChartokenImage_arr_151[] = ...
static const JJChartokenImage_arr_152[] = ...
static const JJChartokenImage_arr_153[] = ...
static const JJChartokenImage_arr_154[] = ...
static const JJChartokenImage_arr_155[] = ...
static const JJChartokenImage_arr_156[] = ...
static const JJChartokenImage_arr_157[] = ...
static const JJChartokenImage_arr_158[] = ...
static const JJChartokenImage_arr_159[] = ...
static const JJChartokenImage_arr_160[] = ...
static const JJChartokenImage_arr_161[] = ...
static const JJChartokenImage_arr_162[] = ...
static const JJChartokenImage_arr_163[] = ...
static const JJChartokenImage_arr_164[] = ...
static const JJChartokenImage_arr_165[] = ...
static const JJChartokenImage_arr_166[] = ...
static const JJChartokenImage_arr_167[] = ...
static const JJChartokenImage_arr_168[] = ...
static const JJChartokenImage_arr_169[] = ...
static const JJChartokenImage_arr_170[] = ...
static const JJChartokenImage_arr_171[] = ...
static const JJChartokenImage_arr_172[] = ...
static const JJChartokenImage_arr_173[] = ...
static const JJChartokenImage_arr_174[] = ...
static const JJChartokenImage_arr_175[] = ...
static const JJChartokenImage_arr_176[] = ...
static const JJChartokenImage_arr_177[] = ...
static const JJChartokenImage_arr_178[] = ...
static const JJChartokenImage_arr_179[] = ...
static const JJChartokenImage_arr_180[] = ...
static const JJChartokenImage_arr_181[] = ...
static const JJChartokenImage_arr_182[] = ...
static const JJChartokenImage_arr_183[] = ...
static const JJChartokenImage_arr_184[] = ...
static const JJChartokenImage_arr_185[] = ...
static const JJChartokenImage_arr_186[] = ...
static const JJChartokenImage_arr_187[] = ...
static const JJChartokenImage_arr_188[] = ...
static const JJChartokenImage_arr_189[] = ...
static const JJChartokenImage_arr_190[] = ...
static const JJChartokenImage_arr_191[] = ...
static const JJChartokenImage_arr_192[] = ...
static const JJChar *consttokenImage[]

Enumerations

LexerErrors

enum vhdl::parser::LexerErrors
Enumeration values
LEXICAL_ERRORLexical error occurred (= 0)
STATIC_LEXER_ERRORAn attempt was made to create a second instance of a token manager (= 1)
INVALID_LEXICAL_STATETried to change to an invalid lexical state (= 2)
LOOP_DETECTEDDetected (and bailed out of) an infinite loop in the token manager (= 3)

Definition at line 12 of file TokenMgrError.h.

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

Functions

addUnicodeEscapes()

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

Variables

_EOF

const int vhdl::parser::_EOF = 0

End of File.

Definition at line 14 of file VhdlParserConstants.h.

14const int _EOF = 0;

ABS_T

const int vhdl::parser::ABS_T = 11

RegularExpression Id.

Definition at line 28 of file VhdlParserConstants.h.

28const int ABS_T = 11;

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

ACCESS_T

const int vhdl::parser::ACCESS_T = 12

AFTER_T

const int vhdl::parser::AFTER_T = 13

ALIAS_T

const int vhdl::parser::ALIAS_T = 14

RegularExpression Id.

Definition at line 34 of file VhdlParserConstants.h.

34const int ALIAS_T = 14;

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

ALL_T

AMPERSAND_T

const int vhdl::parser::AMPERSAND_T = 128

RegularExpression Id.

Definition at line 262 of file VhdlParserConstants.h.

262const int AMPERSAND_T = 128;

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

AND_T

const int vhdl::parser::AND_T = 16

RegularExpression Id.

Definition at line 38 of file VhdlParserConstants.h.

38const int AND_T = 16;

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

APOSTROPHE_T

ARCHITECTURE_T

const int vhdl::parser::ARCHITECTURE_T = 17

RegularExpression Id.

Definition at line 40 of file VhdlParserConstants.h.

40const int ARCHITECTURE_T = 17;

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

ARRAY_T

ARROW_T

ASSERT_T

const int vhdl::parser::ASSERT_T = 19

RegularExpression Id.

Definition at line 44 of file VhdlParserConstants.h.

44const int ASSERT_T = 19;

Referenced by vhdl::parser::VhdlParser::jj_3_31 and vhdl::parser::VhdlParser::jj_3R_assertion_528_4_233.

ASSUME_GUARANTEE_T

const int vhdl::parser::ASSUME_GUARANTEE_T = 21

RegularExpression Id.

Definition at line 48 of file VhdlParserConstants.h.

48const int ASSUME_GUARANTEE_T = 21;

ASSUME_T

const int vhdl::parser::ASSUME_T = 20

RegularExpression Id.

Definition at line 46 of file VhdlParserConstants.h.

46const int ASSUME_T = 20;

AT_T

const int vhdl::parser::AT_T = 162

RegularExpression Id.

Definition at line 330 of file VhdlParserConstants.h.

330const int AT_T = 162;

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

ATTRIBUTE_T

const int vhdl::parser::ATTRIBUTE_T = 22

BAR_T

const int vhdl::parser::BAR_T = 159

RegularExpression Id.

Definition at line 324 of file VhdlParserConstants.h.

324const int BAR_T = 159;

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

BASE_SPECIFIER

const int vhdl::parser::BASE_SPECIFIER = 184

RegularExpression Id.

Definition at line 374 of file VhdlParserConstants.h.

374const int BASE_SPECIFIER = 184;

BASED_INTEGER

const int vhdl::parser::BASED_INTEGER = 174

RegularExpression Id.

Definition at line 354 of file VhdlParserConstants.h.

354const int BASED_INTEGER = 174;

BASED_LITERAL

const int vhdl::parser::BASED_LITERAL = 175

RegularExpression Id.

Definition at line 356 of file VhdlParserConstants.h.

356const int BASED_LITERAL = 175;

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

BASIC_GRAPHIC_CHARACTER

const int vhdl::parser::BASIC_GRAPHIC_CHARACTER = 177

RegularExpression Id.

Definition at line 360 of file VhdlParserConstants.h.

BASIC_IDENTIFIER

const int vhdl::parser::BASIC_IDENTIFIER = 170

RegularExpression Id.

Definition at line 346 of file VhdlParserConstants.h.

346const int BASIC_IDENTIFIER = 170;

Referenced by vhdl::parser::VhdlParser::jj_3_65 and vhdl::parser::VhdlParser::jj_3R_identifier_1658_4_198.

BEGIN_T

BIT_STRING_LITERAL

const int vhdl::parser::BIT_STRING_LITERAL = 183

RegularExpression Id.

Definition at line 372 of file VhdlParserConstants.h.

372const int BIT_STRING_LITERAL = 183;

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

BLOCK_T

const int vhdl::parser::BLOCK_T = 24

BODY_T

BOX_T

BUFFER_T

const int vhdl::parser::BUFFER_T = 26

RegularExpression Id.

Definition at line 58 of file VhdlParserConstants.h.

58const int BUFFER_T = 26;

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

BUS_T

const int vhdl::parser::BUS_T = 27

RegularExpression Id.

Definition at line 60 of file VhdlParserConstants.h.

60const int BUS_T = 27;

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

CASE_T

const int vhdl::parser::CASE_T = 29

RegularExpression Id.

Definition at line 64 of file VhdlParserConstants.h.

64const int CASE_T = 29;

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

CHARACTER_LITERAL

COLON_T

const int vhdl::parser::COLON_T = 138

RegularExpression Id.

Definition at line 282 of file VhdlParserConstants.h.

282const int COLON_T = 138;

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

COMMA_T

COMPONENT_T

const int vhdl::parser::COMPONENT_T = 28

CONFIGURATION_T

CONSTANT_T

CONTEXT_T

const int vhdl::parser::CONTEXT_T = 32

COVER_T

const int vhdl::parser::COVER_T = 33

RegularExpression Id.

Definition at line 72 of file VhdlParserConstants.h.

72const int COVER_T = 33;

DECIMAL_LITERAL

const int vhdl::parser::DECIMAL_LITERAL = 173

RegularExpression Id.

Definition at line 352 of file VhdlParserConstants.h.

352const int DECIMAL_LITERAL = 173;

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

DEFAULT

const int vhdl::parser::DEFAULT = 0

Lexical state.

Definition at line 393 of file VhdlParserConstants.h.

393const int DEFAULT = 0;

DEFAULT_T

const int vhdl::parser::DEFAULT_T = 34

RegularExpression Id.

Definition at line 74 of file VhdlParserConstants.h.

74const int DEFAULT_T = 34;

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

DIGIT

const int vhdl::parser::DIGIT = 186

RegularExpression Id.

Definition at line 378 of file VhdlParserConstants.h.

378const int DIGIT = 186;

DISCONNECT_T

const int vhdl::parser::DISCONNECT_T = 35

RegularExpression Id.

Definition at line 76 of file VhdlParserConstants.h.

76const int DISCONNECT_T = 35;

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

DOT_T

DOUBLEMULT_T

const int vhdl::parser::DOUBLEMULT_T = 132

RegularExpression Id.

Definition at line 270 of file VhdlParserConstants.h.

270const int DOUBLEMULT_T = 132;

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

DOWNTO_T

const int vhdl::parser::DOWNTO_T = 36

RegularExpression Id.

Definition at line 78 of file VhdlParserConstants.h.

78const int DOWNTO_T = 36;

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

DOXYGEN_VHDL_COMMENT

const int vhdl::parser::DOXYGEN_VHDL_COMMENT = 5

RegularExpression Id.

Definition at line 16 of file VhdlParserConstants.h.

16const int DOXYGEN_VHDL_COMMENT = 5;

ELSE_T

ELSIF_T

const int vhdl::parser::ELSIF_T = 38

RegularExpression Id.

Definition at line 82 of file VhdlParserConstants.h.

82const int ELSIF_T = 38;

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

END_T

ENTITY_T

EQU_T

const int vhdl::parser::EQU_T = 145

EXIT_T

const int vhdl::parser::EXIT_T = 41

RegularExpression Id.

Definition at line 88 of file VhdlParserConstants.h.

88const int EXIT_T = 41;

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

EXPONENT

const int vhdl::parser::EXPONENT = 176

RegularExpression Id.

Definition at line 358 of file VhdlParserConstants.h.

358const int EXPONENT = 176;

EXTENDED_CHARACTER

const int vhdl::parser::EXTENDED_CHARACTER = 171

RegularExpression Id.

Definition at line 348 of file VhdlParserConstants.h.

348const int EXTENDED_CHARACTER = 171;

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

FAIRNESS_T

const int vhdl::parser::FAIRNESS_T = 42

RegularExpression Id.

Definition at line 90 of file VhdlParserConstants.h.

90const int FAIRNESS_T = 42;

FILE_T

FOR_T

FORCE_T

const int vhdl::parser::FORCE_T = 45

FUNCTION_T

GENERATE_T

const int vhdl::parser::GENERATE_T = 47

RegularExpression Id.

Definition at line 100 of file VhdlParserConstants.h.

100const int GENERATE_T = 47;

GENERIC_T

GRAPHIC_CHARACTER

const int vhdl::parser::GRAPHIC_CHARACTER = 178

RegularExpression Id.

Definition at line 362 of file VhdlParserConstants.h.

362const int GRAPHIC_CHARACTER = 178;

GREATERTHAN_T

const int vhdl::parser::GREATERTHAN_T = 142

RegularExpression Id.

Definition at line 290 of file VhdlParserConstants.h.

290const int GREATERTHAN_T = 142;

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

GROUP_T

GT_T

const int vhdl::parser::GT_T = 144

RegularExpression Id.

Definition at line 294 of file VhdlParserConstants.h.

294const int GT_T = 144;

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

GUARDED_T

const int vhdl::parser::GUARDED_T = 50

RegularExpression Id.

Definition at line 106 of file VhdlParserConstants.h.

106const int GUARDED_T = 50;

IF_T

const int vhdl::parser::IF_T = 51

RegularExpression Id.

Definition at line 108 of file VhdlParserConstants.h.

108const int IF_T = 51;

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

const int vhdl::parser::IMPURE_T = 52

RegularExpression Id.

Definition at line 110 of file VhdlParserConstants.h.

110const int IMPURE_T = 52;

IN_T

const int vhdl::parser::IN_T = 53

RegularExpression Id.

Definition at line 112 of file VhdlParserConstants.h.

112const int IN_T = 53;

Referenced by vhdl::parser::VhdlParser::jj_3R_mode_2101_1_535 and vhdl::parser::VhdlParser::jj_3R_parameter_specification_2360_1_667.

INERTIAL_T

const int vhdl::parser::INERTIAL_T = 54

INOUT_T

const int vhdl::parser::INOUT_T = 55

RegularExpression Id.

Definition at line 116 of file VhdlParserConstants.h.

116const int INOUT_T = 55;

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

INTEGER

const int vhdl::parser::INTEGER = 168

IS_T

LABEL_T

const int vhdl::parser::LABEL_T = 57

RegularExpression Id.

Definition at line 120 of file VhdlParserConstants.h.

120const int LABEL_T = 57;

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

LBRACE

const int vhdl::parser::LBRACE = 166

RegularExpression Id.

Definition at line 338 of file VhdlParserConstants.h.

338const int LBRACE = 166;

LBRACKET_T

const int vhdl::parser::LBRACKET_T = 164

RegularExpression Id.

Definition at line 334 of file VhdlParserConstants.h.

334const int LBRACKET_T = 164;

Referenced by vhdl::parser::VhdlParser::jj_3_93 and vhdl::parser::VhdlParser::jj_3R_signature_3054_1_472.

LESSTHAN_T

LETTER

const int vhdl::parser::LETTER = 181

RegularExpression Id.

Definition at line 368 of file VhdlParserConstants.h.

368const int LETTER = 181;

LETTER_OR_DIGIT

const int vhdl::parser::LETTER_OR_DIGIT = 179

RegularExpression Id.

Definition at line 364 of file VhdlParserConstants.h.

364const int LETTER_OR_DIGIT = 179;

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

LETTER_OR_DIGIT_OR_STD

const int vhdl::parser::LETTER_OR_DIGIT_OR_STD = 180

RegularExpression Id.

Definition at line 366 of file VhdlParserConstants.h.

366const int LETTER_OR_DIGIT_OR_STD = 180;

LGT_T

const int vhdl::parser::LGT_T = 140

RegularExpression Id.

Definition at line 286 of file VhdlParserConstants.h.

286const int LGT_T = 140;

Referenced by vhdl::parser::VhdlParser::jj_3R_concurrent_simple_signal_association_871_2_214.

LIBRARY_T

const int vhdl::parser::LIBRARY_T = 58

RegularExpression Id.

Definition at line 122 of file VhdlParserConstants.h.

122const int LIBRARY_T = 58;

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

LINKAGE_T

const int vhdl::parser::LINKAGE_T = 59

RegularExpression Id.

Definition at line 124 of file VhdlParserConstants.h.

124const int LINKAGE_T = 59;

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

LITERAL_T

const int vhdl::parser::LITERAL_T = 60

RegularExpression Id.

Definition at line 126 of file VhdlParserConstants.h.

126const int LITERAL_T = 60;

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

LOOP_T

const int vhdl::parser::LOOP_T = 61

RegularExpression Id.

Definition at line 128 of file VhdlParserConstants.h.

128const int LOOP_T = 61;

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

LOWER_CASE_LETTER

const int vhdl::parser::LOWER_CASE_LETTER = 190

RegularExpression Id.

Definition at line 386 of file VhdlParserConstants.h.

386const int LOWER_CASE_LETTER = 190;

LPAREN_T

const int vhdl::parser::LPAREN_T = 130

RegularExpression Id.

Definition at line 266 of file VhdlParserConstants.h.

266const int LPAREN_T = 130;

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

LT_T

const int vhdl::parser::LT_T = 143

RegularExpression Id.

Definition at line 292 of file VhdlParserConstants.h.

292const int LT_T = 143;

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

MAP_T

MINUS_T

const int vhdl::parser::MINUS_T = 135

RegularExpression Id.

Definition at line 276 of file VhdlParserConstants.h.

276const int MINUS_T = 135;

Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_394_5_350 and vhdl::parser::VhdlParser::jj_3R_sign_2997_4_489.

MOD_T

const int vhdl::parser::MOD_T = 63

RegularExpression Id.

Definition at line 132 of file VhdlParserConstants.h.

132const int MOD_T = 63;

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

MULT_DOXYGEN_COMMENT

const int vhdl::parser::MULT_DOXYGEN_COMMENT = 6

RegularExpression Id.

Definition at line 18 of file VhdlParserConstants.h.

18const int MULT_DOXYGEN_COMMENT = 6;

MULT_DOXYGEN_VHDL_COMMENT_2008

const int vhdl::parser::MULT_DOXYGEN_VHDL_COMMENT_2008 = 9

RegularExpression Id.

Definition at line 24 of file VhdlParserConstants.h.

MULT_T

const int vhdl::parser::MULT_T = 133

RegularExpression Id.

Definition at line 272 of file VhdlParserConstants.h.

272const int MULT_T = 133;

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

MULT_VHDL_2008_COMMENT

const int vhdl::parser::MULT_VHDL_2008_COMMENT = 10

RegularExpression Id.

Definition at line 26 of file VhdlParserConstants.h.

26const int MULT_VHDL_2008_COMMENT = 10;

NAND_T

const int vhdl::parser::NAND_T = 64

RegularExpression Id.

Definition at line 134 of file VhdlParserConstants.h.

134const int NAND_T = 64;

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

NEG_T

const int vhdl::parser::NEG_T = 163

RegularExpression Id.

Definition at line 332 of file VhdlParserConstants.h.

332const int NEG_T = 163;

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

NEW_T

NEXT_T

const int vhdl::parser::NEXT_T = 66

RegularExpression Id.

Definition at line 138 of file VhdlParserConstants.h.

138const int NEXT_T = 66;

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

NOR_T

const int vhdl::parser::NOR_T = 67

RegularExpression Id.

Definition at line 140 of file VhdlParserConstants.h.

140const int NOR_T = 67;

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

NOT_T

const int vhdl::parser::NOT_T = 68

RegularExpression Id.

Definition at line 142 of file VhdlParserConstants.h.

142const int NOT_T = 68;

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

NOTEQU_T

const int vhdl::parser::NOTEQU_T = 146

RegularExpression Id.

Definition at line 298 of file VhdlParserConstants.h.

298const int NOTEQU_T = 146;

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

NULL_T

const int vhdl::parser::NULL_T = 69

RegularExpression Id.

Definition at line 144 of file VhdlParserConstants.h.

144const int NULL_T = 69;

Referenced by vhdl::parser::VhdlParser::jj_3R_literal_2062_3_303 and vhdl::parser::VhdlParser::jj_3R_null_statement_2209_1_462.

OF_T

ON_T

const int vhdl::parser::ON_T = 71

RegularExpression Id.

Definition at line 148 of file VhdlParserConstants.h.

148const int ON_T = 71;

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

OPEN_T

OR_T

const int vhdl::parser::OR_T = 73

RegularExpression Id.

Definition at line 152 of file VhdlParserConstants.h.

152const int OR_T = 73;

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

OTHER_SPECIAL_CHARACTER

const int vhdl::parser::OTHER_SPECIAL_CHARACTER = 188

RegularExpression Id.

Definition at line 382 of file VhdlParserConstants.h.

OTHER_T

OUT_T

const int vhdl::parser::OUT_T = 75

RegularExpression Id.

Definition at line 156 of file VhdlParserConstants.h.

156const int OUT_T = 75;

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

PACKAGE_T

PARAMETER_T

const int vhdl::parser::PARAMETER_T = 77

RegularExpression Id.

Definition at line 160 of file VhdlParserConstants.h.

160const int PARAMETER_T = 77;

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

PLUS_T

const int vhdl::parser::PLUS_T = 134

RegularExpression Id.

Definition at line 274 of file VhdlParserConstants.h.

274const int PLUS_T = 134;

Referenced by vhdl::parser::VhdlParser::jj_3R_adding_operator_393_3_349 and vhdl::parser::VhdlParser::jj_3R_sign_2996_2_488.

PORT_T

const int vhdl::parser::PORT_T = 78

POSTPONED_T

const int vhdl::parser::POSTPONED_T = 79

RegularExpression Id.

Definition at line 164 of file VhdlParserConstants.h.

164const int POSTPONED_T = 79;

PRIVATE_T

const int vhdl::parser::PRIVATE_T = 80

PROCEDURE_T

const int vhdl::parser::PROCEDURE_T = 81

PROCESS_T

const int vhdl::parser::PROCESS_T = 82

RegularExpression Id.

Definition at line 170 of file VhdlParserConstants.h.

170const int PROCESS_T = 82;

Referenced by vhdl::parser::VhdlParser::jj_3_29 and vhdl::parser::VhdlParser::jj_3R_process_statement_2537_1_112.

PROPERTY_T

const int vhdl::parser::PROPERTY_T = 83

RegularExpression Id.

Definition at line 172 of file VhdlParserConstants.h.

172const int PROPERTY_T = 83;

PROTECTED_T

const int vhdl::parser::PROTECTED_T = 84

PURE_T

const int vhdl::parser::PURE_T = 85

RegularExpression Id.

Definition at line 176 of file VhdlParserConstants.h.

176const int PURE_T = 85;

Q_T

const int vhdl::parser::Q_T = 158

RegularExpression Id.

Definition at line 322 of file VhdlParserConstants.h.

322const int Q_T = 158;

QEQU_T

const int vhdl::parser::QEQU_T = 156

RegularExpression Id.

Definition at line 318 of file VhdlParserConstants.h.

318const int QEQU_T = 156;

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

QG_T

const int vhdl::parser::QG_T = 154

RegularExpression Id.

Definition at line 314 of file VhdlParserConstants.h.

314const int QG_T = 154;

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

QGT_T

const int vhdl::parser::QGT_T = 152

RegularExpression Id.

Definition at line 310 of file VhdlParserConstants.h.

310const int QGT_T = 152;

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

QL_T

const int vhdl::parser::QL_T = 155

RegularExpression Id.

Definition at line 316 of file VhdlParserConstants.h.

316const int QL_T = 155;

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

QLT_T

const int vhdl::parser::QLT_T = 153

RegularExpression Id.

Definition at line 312 of file VhdlParserConstants.h.

312const int QLT_T = 153;

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

QNEQU_T

const int vhdl::parser::QNEQU_T = 157

RegularExpression Id.

Definition at line 320 of file VhdlParserConstants.h.

320const int QNEQU_T = 157;

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

QQ_T

const int vhdl::parser::QQ_T = 151

RegularExpression Id.

Definition at line 308 of file VhdlParserConstants.h.

308const int QQ_T = 151;

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

QUOTE

const int vhdl::parser::QUOTE = 191

RegularExpression Id.

Definition at line 388 of file VhdlParserConstants.h.

388const int QUOTE = 191;

RANGE_T

RBRACE

const int vhdl::parser::RBRACE = 167

RegularExpression Id.

Definition at line 340 of file VhdlParserConstants.h.

340const int RBRACE = 167;

RBRACKET_T

const int vhdl::parser::RBRACKET_T = 165

RegularExpression Id.

Definition at line 336 of file VhdlParserConstants.h.

336const int RBRACKET_T = 165;

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

RECORD_T

const int vhdl::parser::RECORD_T = 87

RegularExpression Id.

Definition at line 180 of file VhdlParserConstants.h.

180const int RECORD_T = 87;

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

REGISTER_T

const int vhdl::parser::REGISTER_T = 88

RegularExpression Id.

Definition at line 182 of file VhdlParserConstants.h.

182const int REGISTER_T = 88;

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

REJECT_T

const int vhdl::parser::REJECT_T = 89

RegularExpression Id.

Definition at line 184 of file VhdlParserConstants.h.

184const int REJECT_T = 89;

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

RELEASE_T

const int vhdl::parser::RELEASE_T = 90

RegularExpression Id.

Definition at line 186 of file VhdlParserConstants.h.

186const int RELEASE_T = 90;

REM_T

const int vhdl::parser::REM_T = 93

RegularExpression Id.

Definition at line 192 of file VhdlParserConstants.h.

192const int REM_T = 93;

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

REPORT_T

const int vhdl::parser::REPORT_T = 94

RESTRICT_GUARANTEE_T

const int vhdl::parser::RESTRICT_GUARANTEE_T = 92

RegularExpression Id.

Definition at line 190 of file VhdlParserConstants.h.

190const int RESTRICT_GUARANTEE_T = 92;

RESTRICT_T

const int vhdl::parser::RESTRICT_T = 91

RegularExpression Id.

Definition at line 188 of file VhdlParserConstants.h.

188const int RESTRICT_T = 91;

RETURN_T

ROL_T

const int vhdl::parser::ROL_T = 95

RegularExpression Id.

Definition at line 196 of file VhdlParserConstants.h.

196const int ROL_T = 95;

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

ROR_T

const int vhdl::parser::ROR_T = 96

RegularExpression Id.

Definition at line 198 of file VhdlParserConstants.h.

198const int ROR_T = 96;

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

RPAREN_T

const int vhdl::parser::RPAREN_T = 131

RegularExpression Id.

Definition at line 268 of file VhdlParserConstants.h.

268const int RPAREN_T = 131;

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

RSRS_T

const int vhdl::parser::RSRS_T = 150

RegularExpression Id.

Definition at line 306 of file VhdlParserConstants.h.

306const int RSRS_T = 150;

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

SELECT_T

SEMI_T

const int vhdl::parser::SEMI_T = 139

RegularExpression Id.

Definition at line 284 of file VhdlParserConstants.h.

284const int SEMI_T = 139;

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

SEQUENCE_T

const int vhdl::parser::SEQUENCE_T = 99

RegularExpression Id.

Definition at line 204 of file VhdlParserConstants.h.

204const int SEQUENCE_T = 99;

SEVERITY_T

const int vhdl::parser::SEVERITY_T = 100

SHARED_T

const int vhdl::parser::SHARED_T = 102

RegularExpression Id.

Definition at line 210 of file VhdlParserConstants.h.

210const int SHARED_T = 102;

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

SIGNAL_T

SLA_T

const int vhdl::parser::SLA_T = 103

RegularExpression Id.

Definition at line 212 of file VhdlParserConstants.h.

212const int SLA_T = 103;

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

SLASH_T

const int vhdl::parser::SLASH_T = 161

RegularExpression Id.

Definition at line 328 of file VhdlParserConstants.h.

328const int SLASH_T = 161;

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

SLL_T

const int vhdl::parser::SLL_T = 104

RegularExpression Id.

Definition at line 214 of file VhdlParserConstants.h.

214const int SLL_T = 104;

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

SLSL_T

const int vhdl::parser::SLSL_T = 149

RegularExpression Id.

Definition at line 304 of file VhdlParserConstants.h.

304const int SLSL_T = 149;

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

SPACE_CHARACTER

const int vhdl::parser::SPACE_CHARACTER = 189

RegularExpression Id.

Definition at line 384 of file VhdlParserConstants.h.

384const int SPACE_CHARACTER = 189;

SPECIAL_CHARACTER

const int vhdl::parser::SPECIAL_CHARACTER = 187

RegularExpression Id.

Definition at line 380 of file VhdlParserConstants.h.

380const int SPECIAL_CHARACTER = 187;

SRA_T

const int vhdl::parser::SRA_T = 105

RegularExpression Id.

Definition at line 216 of file VhdlParserConstants.h.

216const int SRA_T = 105;

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

SRL_T

const int vhdl::parser::SRL_T = 106

RegularExpression Id.

Definition at line 218 of file VhdlParserConstants.h.

218const int SRL_T = 106;

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

STD_LOGIC

const int vhdl::parser::STD_LOGIC = 185

RegularExpression Id.

Definition at line 376 of file VhdlParserConstants.h.

376const int STD_LOGIC = 185;

STRINGLITERAL

const int vhdl::parser::STRINGLITERAL = 169

STRONG_T

const int vhdl::parser::STRONG_T = 107

RegularExpression Id.

Definition at line 220 of file VhdlParserConstants.h.

220const int STRONG_T = 107;

SUBTYPE_T

THEN_T

const int vhdl::parser::THEN_T = 109

RegularExpression Id.

Definition at line 224 of file VhdlParserConstants.h.

224const int THEN_T = 109;

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

const int vhdl::parser::TO_T = 110

RegularExpression Id.

Definition at line 226 of file VhdlParserConstants.h.

226const int TO_T = 110;

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

tokenImage

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

Definition at line 782 of file VhdlParserConstants.h.

782 static const JJChar* const tokenImage[] = {
976 };

tokenImage_arr_0

const JJChar vhdl::parser::tokenImage_arr_0[]
static

Literal token values.

Initialiser
= {0x3c, 0x45, 0x4f, 0x46, 0x3e, 0}

Definition at line 396 of file VhdlParserConstants.h.

396 static const JJChar tokenImage_arr_0[] =
397{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0};

tokenImage_arr_1

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

Definition at line 398 of file VhdlParserConstants.h.

398 static const JJChar tokenImage_arr_1[] =
399{0x22, 0x20, 0x22, 0};

tokenImage_arr_10

const JJChar vhdl::parser::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.

416 static const JJChar tokenImage_arr_10[] =
417{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x32, 0x30, 0x30, 0x38, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_100

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

Definition at line 596 of file VhdlParserConstants.h.

596 static const JJChar tokenImage_arr_100[] =
597{0x22, 0x73, 0x65, 0x76, 0x65, 0x72, 0x69, 0x74, 0x79, 0x22, 0};

tokenImage_arr_101

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

Definition at line 598 of file VhdlParserConstants.h.

598 static const JJChar tokenImage_arr_101[] =
599{0x22, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x22, 0};

tokenImage_arr_102

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

Definition at line 600 of file VhdlParserConstants.h.

600 static const JJChar tokenImage_arr_102[] =
601{0x22, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x22, 0};

tokenImage_arr_103

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

Definition at line 602 of file VhdlParserConstants.h.

602 static const JJChar tokenImage_arr_103[] =
603{0x22, 0x73, 0x6c, 0x61, 0x22, 0};

tokenImage_arr_104

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

Definition at line 604 of file VhdlParserConstants.h.

604 static const JJChar tokenImage_arr_104[] =
605{0x22, 0x73, 0x6c, 0x6c, 0x22, 0};

tokenImage_arr_105

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

Definition at line 606 of file VhdlParserConstants.h.

606 static const JJChar tokenImage_arr_105[] =
607{0x22, 0x73, 0x72, 0x61, 0x22, 0};

tokenImage_arr_106

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

Definition at line 608 of file VhdlParserConstants.h.

608 static const JJChar tokenImage_arr_106[] =
609{0x22, 0x73, 0x72, 0x6c, 0x22, 0};

tokenImage_arr_107

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

Definition at line 610 of file VhdlParserConstants.h.

610 static const JJChar tokenImage_arr_107[] =
611{0x22, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x22, 0};

tokenImage_arr_108

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

Definition at line 612 of file VhdlParserConstants.h.

612 static const JJChar tokenImage_arr_108[] =
613{0x22, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x22, 0};

tokenImage_arr_109

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

Definition at line 614 of file VhdlParserConstants.h.

614 static const JJChar tokenImage_arr_109[] =
615{0x22, 0x74, 0x68, 0x65, 0x6e, 0x22, 0};

tokenImage_arr_11

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

Definition at line 418 of file VhdlParserConstants.h.

418 static const JJChar tokenImage_arr_11[] =
419{0x22, 0x61, 0x62, 0x73, 0x22, 0};

tokenImage_arr_110

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

Definition at line 616 of file VhdlParserConstants.h.

616 static const JJChar tokenImage_arr_110[] =
617{0x22, 0x74, 0x6f, 0x22, 0};

tokenImage_arr_111

const JJChar vhdl::parser::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.

618 static const JJChar tokenImage_arr_111[] =
619{0x22, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

tokenImage_arr_112

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

Definition at line 620 of file VhdlParserConstants.h.

620 static const JJChar tokenImage_arr_112[] =
621{0x22, 0x74, 0x79, 0x70, 0x65, 0x22, 0};

tokenImage_arr_113

const JJChar vhdl::parser::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.

622 static const JJChar tokenImage_arr_113[] =
623{0x22, 0x75, 0x6e, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};

tokenImage_arr_114

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

Definition at line 624 of file VhdlParserConstants.h.

624 static const JJChar tokenImage_arr_114[] =
625{0x22, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x22, 0};

tokenImage_arr_115

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

Definition at line 626 of file VhdlParserConstants.h.

626 static const JJChar tokenImage_arr_115[] =
627{0x22, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x22, 0};

tokenImage_arr_116

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

Definition at line 628 of file VhdlParserConstants.h.

628 static const JJChar tokenImage_arr_116[] =
629{0x22, 0x75, 0x73, 0x65, 0x22, 0};

tokenImage_arr_117

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

Definition at line 630 of file VhdlParserConstants.h.

630 static const JJChar tokenImage_arr_117[] =
631{0x22, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x22, 0};

tokenImage_arr_118

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

Definition at line 632 of file VhdlParserConstants.h.

632 static const JJChar tokenImage_arr_118[] =
633{0x22, 0x76, 0x69, 0x65, 0x77, 0x22, 0};

tokenImage_arr_119

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

Definition at line 634 of file VhdlParserConstants.h.

634 static const JJChar tokenImage_arr_119[] =
635{0x22, 0x76, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0};

tokenImage_arr_12

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

Definition at line 420 of file VhdlParserConstants.h.

420 static const JJChar tokenImage_arr_12[] =
421{0x22, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0};

tokenImage_arr_120

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

Definition at line 636 of file VhdlParserConstants.h.

636 static const JJChar tokenImage_arr_120[] =
637{0x22, 0x76, 0x70, 0x72, 0x6f, 0x70, 0x22, 0};

tokenImage_arr_121

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

Definition at line 638 of file VhdlParserConstants.h.

638 static const JJChar tokenImage_arr_121[] =
639{0x22, 0x76, 0x75, 0x6e, 0x69, 0x74, 0x22, 0};

tokenImage_arr_122

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

Definition at line 640 of file VhdlParserConstants.h.

640 static const JJChar tokenImage_arr_122[] =
641{0x22, 0x77, 0x61, 0x69, 0x74, 0x22, 0};

tokenImage_arr_123

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

Definition at line 642 of file VhdlParserConstants.h.

642 static const JJChar tokenImage_arr_123[] =
643{0x22, 0x77, 0x68, 0x65, 0x6e, 0x22, 0};

tokenImage_arr_124

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

Definition at line 644 of file VhdlParserConstants.h.

644 static const JJChar tokenImage_arr_124[] =
645{0x22, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x22, 0};

tokenImage_arr_125

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

Definition at line 646 of file VhdlParserConstants.h.

646 static const JJChar tokenImage_arr_125[] =
647{0x22, 0x77, 0x69, 0x74, 0x68, 0x22, 0};

tokenImage_arr_126

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

Definition at line 648 of file VhdlParserConstants.h.

648 static const JJChar tokenImage_arr_126[] =
649{0x22, 0x78, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_127

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

Definition at line 650 of file VhdlParserConstants.h.

650 static const JJChar tokenImage_arr_127[] =
651{0x22, 0x78, 0x6e, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_128

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

Definition at line 652 of file VhdlParserConstants.h.

652 static const JJChar tokenImage_arr_128[] =
653{0x22, 0x26, 0x22, 0};

tokenImage_arr_129

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

Definition at line 654 of file VhdlParserConstants.h.

654 static const JJChar tokenImage_arr_129[] =
655{0x22, 0x27, 0x22, 0};

tokenImage_arr_13

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

Definition at line 422 of file VhdlParserConstants.h.

422 static const JJChar tokenImage_arr_13[] =
423{0x22, 0x61, 0x66, 0x74, 0x65, 0x72, 0x22, 0};

tokenImage_arr_130

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

Definition at line 656 of file VhdlParserConstants.h.

656 static const JJChar tokenImage_arr_130[] =
657{0x22, 0x28, 0x22, 0};

tokenImage_arr_131

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

Definition at line 658 of file VhdlParserConstants.h.

658 static const JJChar tokenImage_arr_131[] =
659{0x22, 0x29, 0x22, 0};

tokenImage_arr_132

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

Definition at line 660 of file VhdlParserConstants.h.

660 static const JJChar tokenImage_arr_132[] =
661{0x22, 0x2a, 0x2a, 0x22, 0};

tokenImage_arr_133

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

Definition at line 662 of file VhdlParserConstants.h.

662 static const JJChar tokenImage_arr_133[] =
663{0x22, 0x2a, 0x22, 0};

tokenImage_arr_134

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

Definition at line 664 of file VhdlParserConstants.h.

664 static const JJChar tokenImage_arr_134[] =
665{0x22, 0x2b, 0x22, 0};

tokenImage_arr_135

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

Definition at line 666 of file VhdlParserConstants.h.

666 static const JJChar tokenImage_arr_135[] =
667{0x22, 0x2d, 0x22, 0};

tokenImage_arr_136

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

Definition at line 668 of file VhdlParserConstants.h.

668 static const JJChar tokenImage_arr_136[] =
669{0x22, 0x2c, 0x22, 0};

tokenImage_arr_137

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

Definition at line 670 of file VhdlParserConstants.h.

670 static const JJChar tokenImage_arr_137[] =
671{0x22, 0x3a, 0x3d, 0x22, 0};

tokenImage_arr_138

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

Definition at line 672 of file VhdlParserConstants.h.

672 static const JJChar tokenImage_arr_138[] =
673{0x22, 0x3a, 0x22, 0};

tokenImage_arr_139

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

Definition at line 674 of file VhdlParserConstants.h.

674 static const JJChar tokenImage_arr_139[] =
675{0x22, 0x3b, 0x22, 0};

tokenImage_arr_14

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

Definition at line 424 of file VhdlParserConstants.h.

424 static const JJChar tokenImage_arr_14[] =
425{0x22, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x22, 0};

tokenImage_arr_140

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

Definition at line 676 of file VhdlParserConstants.h.

676 static const JJChar tokenImage_arr_140[] =
677{0x22, 0x3c, 0x3d, 0x3e, 0x22, 0};

tokenImage_arr_141

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

Definition at line 678 of file VhdlParserConstants.h.

678 static const JJChar tokenImage_arr_141[] =
679{0x22, 0x3c, 0x3d, 0x22, 0};

tokenImage_arr_142

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

Definition at line 680 of file VhdlParserConstants.h.

680 static const JJChar tokenImage_arr_142[] =
681{0x22, 0x3e, 0x3d, 0x22, 0};

tokenImage_arr_143

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

Definition at line 682 of file VhdlParserConstants.h.

682 static const JJChar tokenImage_arr_143[] =
683{0x22, 0x3c, 0x22, 0};

tokenImage_arr_144

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

Definition at line 684 of file VhdlParserConstants.h.

684 static const JJChar tokenImage_arr_144[] =
685{0x22, 0x3e, 0x22, 0};

tokenImage_arr_145

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

Definition at line 686 of file VhdlParserConstants.h.

686 static const JJChar tokenImage_arr_145[] =
687{0x22, 0x3d, 0x22, 0};

tokenImage_arr_146

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

Definition at line 688 of file VhdlParserConstants.h.

688 static const JJChar tokenImage_arr_146[] =
689{0x22, 0x2f, 0x3d, 0x22, 0};

tokenImage_arr_147

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

Definition at line 690 of file VhdlParserConstants.h.

690 static const JJChar tokenImage_arr_147[] =
691{0x22, 0x3d, 0x3e, 0x22, 0};

tokenImage_arr_148

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

Definition at line 692 of file VhdlParserConstants.h.

692 static const JJChar tokenImage_arr_148[] =
693{0x22, 0x3c, 0x3e, 0x22, 0};

tokenImage_arr_149

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

Definition at line 694 of file VhdlParserConstants.h.

694 static const JJChar tokenImage_arr_149[] =
695{0x22, 0x3c, 0x3c, 0x22, 0};

tokenImage_arr_15

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

Definition at line 426 of file VhdlParserConstants.h.

426 static const JJChar tokenImage_arr_15[] =
427{0x22, 0x61, 0x6c, 0x6c, 0x22, 0};

tokenImage_arr_150

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

Definition at line 696 of file VhdlParserConstants.h.

696 static const JJChar tokenImage_arr_150[] =
697{0x22, 0x3e, 0x3e, 0x22, 0};

tokenImage_arr_151

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

Definition at line 698 of file VhdlParserConstants.h.

698 static const JJChar tokenImage_arr_151[] =
699{0x22, 0x3f, 0x3f, 0x22, 0};

tokenImage_arr_152

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

Definition at line 700 of file VhdlParserConstants.h.

700 static const JJChar tokenImage_arr_152[] =
701{0x22, 0x3f, 0x3e, 0x3d, 0x22, 0};

tokenImage_arr_153

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

Definition at line 702 of file VhdlParserConstants.h.

702 static const JJChar tokenImage_arr_153[] =
703{0x22, 0x3f, 0x3c, 0x3d, 0x22, 0};

tokenImage_arr_154

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

Definition at line 704 of file VhdlParserConstants.h.

704 static const JJChar tokenImage_arr_154[] =
705{0x22, 0x3f, 0x3e, 0x22, 0};

tokenImage_arr_155

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

Definition at line 706 of file VhdlParserConstants.h.

706 static const JJChar tokenImage_arr_155[] =
707{0x22, 0x3f, 0x3c, 0x22, 0};

tokenImage_arr_156

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

Definition at line 708 of file VhdlParserConstants.h.

708 static const JJChar tokenImage_arr_156[] =
709{0x22, 0x3f, 0x3d, 0x22, 0};

tokenImage_arr_157

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

Definition at line 710 of file VhdlParserConstants.h.

710 static const JJChar tokenImage_arr_157[] =
711{0x22, 0x3f, 0x2f, 0x3d, 0x22, 0};

tokenImage_arr_158

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

Definition at line 712 of file VhdlParserConstants.h.

712 static const JJChar tokenImage_arr_158[] =
713{0x22, 0x3f, 0x22, 0};

tokenImage_arr_159

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

Definition at line 714 of file VhdlParserConstants.h.

714 static const JJChar tokenImage_arr_159[] =
715{0x22, 0x7c, 0x22, 0};

tokenImage_arr_16

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

Definition at line 428 of file VhdlParserConstants.h.

428 static const JJChar tokenImage_arr_16[] =
429{0x22, 0x61, 0x6e, 0x64, 0x22, 0};

tokenImage_arr_160

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

Definition at line 716 of file VhdlParserConstants.h.

716 static const JJChar tokenImage_arr_160[] =
717{0x22, 0x2e, 0x22, 0};

tokenImage_arr_161

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

Definition at line 718 of file VhdlParserConstants.h.

718 static const JJChar tokenImage_arr_161[] =
719{0x22, 0x2f, 0x22, 0};

tokenImage_arr_162

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

Definition at line 720 of file VhdlParserConstants.h.

720 static const JJChar tokenImage_arr_162[] =
721{0x22, 0x40, 0x22, 0};

tokenImage_arr_163

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

Definition at line 722 of file VhdlParserConstants.h.

722 static const JJChar tokenImage_arr_163[] =
723{0x22, 0x5e, 0x22, 0};

tokenImage_arr_164

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

Definition at line 724 of file VhdlParserConstants.h.

724 static const JJChar tokenImage_arr_164[] =
725{0x22, 0x5b, 0x22, 0};

tokenImage_arr_165

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

Definition at line 726 of file VhdlParserConstants.h.

726 static const JJChar tokenImage_arr_165[] =
727{0x22, 0x5d, 0x22, 0};

tokenImage_arr_166

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

Definition at line 728 of file VhdlParserConstants.h.

728 static const JJChar tokenImage_arr_166[] =
729{0x22, 0x7b, 0x22, 0};

tokenImage_arr_167

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

Definition at line 730 of file VhdlParserConstants.h.

730 static const JJChar tokenImage_arr_167[] =
731{0x22, 0x7d, 0x22, 0};

tokenImage_arr_168

const JJChar vhdl::parser::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.

732 static const JJChar tokenImage_arr_168[] =
733{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_169

const JJChar vhdl::parser::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.

734 static const JJChar tokenImage_arr_169[] =
735{0x22, 0x3c, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

tokenImage_arr_17

const JJChar vhdl::parser::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.

430 static const JJChar tokenImage_arr_17[] =
431{0x22, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x22, 0};

tokenImage_arr_170

const JJChar vhdl::parser::tokenImage_arr_170[]
static
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.

736 static const JJChar tokenImage_arr_170[] =
737{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_171

const JJChar vhdl::parser::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.

738 static const JJChar tokenImage_arr_171[] =
739{0x22, 0x3c, 0x45, 0x58, 0x54, 0x45, 0x4e, 0x44, 0x45, 0x44, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_172

const JJChar vhdl::parser::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.

740 static const JJChar tokenImage_arr_172[] =
741{0x22, 0x3c, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

tokenImage_arr_173

const JJChar vhdl::parser::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.

742 static const JJChar tokenImage_arr_173[] =
743{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

tokenImage_arr_174

const JJChar vhdl::parser::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.

744 static const JJChar tokenImage_arr_174[] =
745{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_175

const JJChar vhdl::parser::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.

746 static const JJChar tokenImage_arr_175[] =
747{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x44, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

tokenImage_arr_176

const JJChar vhdl::parser::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.

748 static const JJChar tokenImage_arr_176[] =
749{0x22, 0x3c, 0x45, 0x58, 0x50, 0x4f, 0x4e, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_177

const JJChar vhdl::parser::tokenImage_arr_177[]
static
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.

750 static const JJChar tokenImage_arr_177[] =
751{0x22, 0x3c, 0x42, 0x41, 0x53, 0x49, 0x43, 0x5f, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_178

const JJChar vhdl::parser::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.

752 static const JJChar tokenImage_arr_178[] =
753{0x22, 0x3c, 0x47, 0x52, 0x41, 0x50, 0x48, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_179

const JJChar vhdl::parser::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.

754 static const JJChar tokenImage_arr_179[] =
755{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_18

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

Definition at line 432 of file VhdlParserConstants.h.

432 static const JJChar tokenImage_arr_18[] =
433{0x22, 0x61, 0x72, 0x72, 0x61, 0x79, 0x22, 0};

tokenImage_arr_180

const JJChar vhdl::parser::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.

756 static const JJChar tokenImage_arr_180[] =
757{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x5f, 0x4f, 0x52, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x5f, 0x4f, 0x52, 0x5f, 0x53, 0x54, 0x44, 0x3e, 0x22, 0};

tokenImage_arr_181

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

Definition at line 758 of file VhdlParserConstants.h.

758 static const JJChar tokenImage_arr_181[] =
759{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_182

const JJChar vhdl::parser::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.

760 static const JJChar tokenImage_arr_182[] =
761{0x22, 0x3c, 0x55, 0x50, 0x50, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_183

const JJChar vhdl::parser::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.

762 static const JJChar tokenImage_arr_183[] =
763{0x22, 0x3c, 0x42, 0x49, 0x54, 0x5f, 0x53, 0x54, 0x52, 0x49, 0x4e, 0x47, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};

tokenImage_arr_184

const JJChar vhdl::parser::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.

764 static const JJChar tokenImage_arr_184[] =
765{0x22, 0x3c, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_185

const JJChar vhdl::parser::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.

766 static const JJChar tokenImage_arr_185[] =
767{0x22, 0x3c, 0x53, 0x54, 0x44, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x43, 0x3e, 0x22, 0};

tokenImage_arr_186

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

Definition at line 768 of file VhdlParserConstants.h.

768 static const JJChar tokenImage_arr_186[] =
769{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_187

const JJChar vhdl::parser::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.

770 static const JJChar tokenImage_arr_187[] =
771{0x22, 0x3c, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_188

const JJChar vhdl::parser::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.

772 static const JJChar tokenImage_arr_188[] =
773{0x22, 0x3c, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_189

const JJChar vhdl::parser::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.

774 static const JJChar tokenImage_arr_189[] =
775{0x22, 0x3c, 0x53, 0x50, 0x41, 0x43, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x52, 0x41, 0x43, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_19

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

Definition at line 434 of file VhdlParserConstants.h.

434 static const JJChar tokenImage_arr_19[] =
435{0x22, 0x61, 0x73, 0x73, 0x65, 0x72, 0x74, 0x22, 0};

tokenImage_arr_190

const JJChar vhdl::parser::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.

776 static const JJChar tokenImage_arr_190[] =
777{0x22, 0x3c, 0x4c, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_191

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

Definition at line 778 of file VhdlParserConstants.h.

778 static const JJChar tokenImage_arr_191[] =
779{0x22, 0x3c, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x3e, 0x22, 0};

tokenImage_arr_192

const JJChar vhdl::parser::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.

780 static const JJChar tokenImage_arr_192[] =
781{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x32, 0x30, 0x30, 0x38, 0x54, 0x4f, 0x4f, 0x4c, 0x44, 0x49, 0x52, 0x3e, 0x22, 0};

tokenImage_arr_2

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

Definition at line 400 of file VhdlParserConstants.h.

400 static const JJChar tokenImage_arr_2[] =
401{0x22, 0x9, 0x22, 0};

tokenImage_arr_20

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

Definition at line 436 of file VhdlParserConstants.h.

436 static const JJChar tokenImage_arr_20[] =
437{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x22, 0};

tokenImage_arr_21

const JJChar vhdl::parser::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.

438 static const JJChar tokenImage_arr_21[] =
439{0x22, 0x61, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};

tokenImage_arr_22

const JJChar vhdl::parser::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.

440 static const JJChar tokenImage_arr_22[] =
441{0x22, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x22, 0};

tokenImage_arr_23

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

Definition at line 442 of file VhdlParserConstants.h.

442 static const JJChar tokenImage_arr_23[] =
443{0x22, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x22, 0};

tokenImage_arr_24

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

Definition at line 444 of file VhdlParserConstants.h.

444 static const JJChar tokenImage_arr_24[] =
445{0x22, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0};

tokenImage_arr_25

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

Definition at line 446 of file VhdlParserConstants.h.

446 static const JJChar tokenImage_arr_25[] =
447{0x22, 0x62, 0x6f, 0x64, 0x79, 0x22, 0};

tokenImage_arr_26

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

Definition at line 448 of file VhdlParserConstants.h.

448 static const JJChar tokenImage_arr_26[] =
449{0x22, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x22, 0};

tokenImage_arr_27

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

Definition at line 450 of file VhdlParserConstants.h.

450 static const JJChar tokenImage_arr_27[] =
451{0x22, 0x62, 0x75, 0x73, 0x22, 0};

tokenImage_arr_28

const JJChar vhdl::parser::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.

452 static const JJChar tokenImage_arr_28[] =
453{0x22, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x22, 0};

tokenImage_arr_29

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

Definition at line 454 of file VhdlParserConstants.h.

454 static const JJChar tokenImage_arr_29[] =
455{0x22, 0x63, 0x61, 0x73, 0x65, 0x22, 0};

tokenImage_arr_3

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

Definition at line 402 of file VhdlParserConstants.h.

402 static const JJChar tokenImage_arr_3[] =
403{0x22, 0xa, 0x22, 0};

tokenImage_arr_30

const JJChar vhdl::parser::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.

456 static const JJChar tokenImage_arr_30[] =
457{0x22, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};

tokenImage_arr_31

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

Definition at line 458 of file VhdlParserConstants.h.

458 static const JJChar tokenImage_arr_31[] =
459{0x22, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x22, 0};

tokenImage_arr_32

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

Definition at line 460 of file VhdlParserConstants.h.

460 static const JJChar tokenImage_arr_32[] =
461{0x22, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0};

tokenImage_arr_33

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

Definition at line 462 of file VhdlParserConstants.h.

462 static const JJChar tokenImage_arr_33[] =
463{0x22, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x22, 0};

tokenImage_arr_34

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

Definition at line 464 of file VhdlParserConstants.h.

464 static const JJChar tokenImage_arr_34[] =
465{0x22, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x22, 0};

tokenImage_arr_35

const JJChar vhdl::parser::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.

466 static const JJChar tokenImage_arr_35[] =
467{0x22, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x22, 0};

tokenImage_arr_36

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

Definition at line 468 of file VhdlParserConstants.h.

468 static const JJChar tokenImage_arr_36[] =
469{0x22, 0x64, 0x6f, 0x77, 0x6e, 0x74, 0x6f, 0x22, 0};

tokenImage_arr_37

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

Definition at line 470 of file VhdlParserConstants.h.

470 static const JJChar tokenImage_arr_37[] =
471{0x22, 0x65, 0x6c, 0x73, 0x65, 0x22, 0};

tokenImage_arr_38

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

Definition at line 472 of file VhdlParserConstants.h.

472 static const JJChar tokenImage_arr_38[] =
473{0x22, 0x65, 0x6c, 0x73, 0x69, 0x66, 0x22, 0};

tokenImage_arr_39

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

Definition at line 474 of file VhdlParserConstants.h.

474 static const JJChar tokenImage_arr_39[] =
475{0x22, 0x65, 0x6e, 0x64, 0x22, 0};

tokenImage_arr_4

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

Definition at line 404 of file VhdlParserConstants.h.

404 static const JJChar tokenImage_arr_4[] =
405{0x22, 0xd, 0x22, 0};

tokenImage_arr_40

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

Definition at line 476 of file VhdlParserConstants.h.

476 static const JJChar tokenImage_arr_40[] =
477{0x22, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0};

tokenImage_arr_41

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

Definition at line 478 of file VhdlParserConstants.h.

478 static const JJChar tokenImage_arr_41[] =
479{0x22, 0x65, 0x78, 0x69, 0x74, 0x22, 0};

tokenImage_arr_42

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

Definition at line 480 of file VhdlParserConstants.h.

480 static const JJChar tokenImage_arr_42[] =
481{0x22, 0x66, 0x61, 0x69, 0x72, 0x6e, 0x65, 0x73, 0x73, 0x22, 0};

tokenImage_arr_43

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

Definition at line 482 of file VhdlParserConstants.h.

482 static const JJChar tokenImage_arr_43[] =
483{0x22, 0x66, 0x69, 0x6c, 0x65, 0x22, 0};

tokenImage_arr_44

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

Definition at line 484 of file VhdlParserConstants.h.

484 static const JJChar tokenImage_arr_44[] =
485{0x22, 0x66, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_45

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

Definition at line 486 of file VhdlParserConstants.h.

486 static const JJChar tokenImage_arr_45[] =
487{0x22, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x22, 0};

tokenImage_arr_46

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

Definition at line 488 of file VhdlParserConstants.h.

488 static const JJChar tokenImage_arr_46[] =
489{0x22, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0};

tokenImage_arr_47

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

Definition at line 490 of file VhdlParserConstants.h.

490 static const JJChar tokenImage_arr_47[] =
491{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x22, 0};

tokenImage_arr_48

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

Definition at line 492 of file VhdlParserConstants.h.

492 static const JJChar tokenImage_arr_48[] =
493{0x22, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x22, 0};

tokenImage_arr_49

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

Definition at line 494 of file VhdlParserConstants.h.

494 static const JJChar tokenImage_arr_49[] =
495{0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0};

tokenImage_arr_5

const JJChar vhdl::parser::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.

406 static const JJChar tokenImage_arr_5[] =
407{0x22, 0x3c, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_50

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

Definition at line 496 of file VhdlParserConstants.h.

496 static const JJChar tokenImage_arr_50[] =
497{0x22, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x22, 0};

tokenImage_arr_51

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

Definition at line 498 of file VhdlParserConstants.h.

498 static const JJChar tokenImage_arr_51[] =
499{0x22, 0x69, 0x66, 0x22, 0};

tokenImage_arr_52

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

Definition at line 500 of file VhdlParserConstants.h.

500 static const JJChar tokenImage_arr_52[] =
501{0x22, 0x69, 0x6d, 0x70, 0x75, 0x72, 0x65, 0x22, 0};

tokenImage_arr_53

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

Definition at line 502 of file VhdlParserConstants.h.

502 static const JJChar tokenImage_arr_53[] =
503{0x22, 0x69, 0x6e, 0x22, 0};

tokenImage_arr_54

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

Definition at line 504 of file VhdlParserConstants.h.

504 static const JJChar tokenImage_arr_54[] =
505{0x22, 0x69, 0x6e, 0x65, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x22, 0};

tokenImage_arr_55

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

Definition at line 506 of file VhdlParserConstants.h.

506 static const JJChar tokenImage_arr_55[] =
507{0x22, 0x69, 0x6e, 0x6f, 0x75, 0x74, 0x22, 0};

tokenImage_arr_56

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

Definition at line 508 of file VhdlParserConstants.h.

508 static const JJChar tokenImage_arr_56[] =
509{0x22, 0x69, 0x73, 0x22, 0};

tokenImage_arr_57

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

Definition at line 510 of file VhdlParserConstants.h.

510 static const JJChar tokenImage_arr_57[] =
511{0x22, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x22, 0};

tokenImage_arr_58

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

Definition at line 512 of file VhdlParserConstants.h.

512 static const JJChar tokenImage_arr_58[] =
513{0x22, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x22, 0};

tokenImage_arr_59

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

Definition at line 514 of file VhdlParserConstants.h.

514 static const JJChar tokenImage_arr_59[] =
515{0x22, 0x6c, 0x69, 0x6e, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};

tokenImage_arr_6

const JJChar vhdl::parser::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.

408 static const JJChar tokenImage_arr_6[] =
409{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_60

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

Definition at line 516 of file VhdlParserConstants.h.

516 static const JJChar tokenImage_arr_60[] =
517{0x22, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x22, 0};

tokenImage_arr_61

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

Definition at line 518 of file VhdlParserConstants.h.

518 static const JJChar tokenImage_arr_61[] =
519{0x22, 0x6c, 0x6f, 0x6f, 0x70, 0x22, 0};

tokenImage_arr_62

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

Definition at line 520 of file VhdlParserConstants.h.

520 static const JJChar tokenImage_arr_62[] =
521{0x22, 0x6d, 0x61, 0x70, 0x22, 0};

tokenImage_arr_63

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

Definition at line 522 of file VhdlParserConstants.h.

522 static const JJChar tokenImage_arr_63[] =
523{0x22, 0x6d, 0x6f, 0x64, 0x22, 0};

tokenImage_arr_64

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

Definition at line 524 of file VhdlParserConstants.h.

524 static const JJChar tokenImage_arr_64[] =
525{0x22, 0x6e, 0x61, 0x6e, 0x64, 0x22, 0};

tokenImage_arr_65

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

Definition at line 526 of file VhdlParserConstants.h.

526 static const JJChar tokenImage_arr_65[] =
527{0x22, 0x6e, 0x65, 0x77, 0x22, 0};

tokenImage_arr_66

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

Definition at line 528 of file VhdlParserConstants.h.

528 static const JJChar tokenImage_arr_66[] =
529{0x22, 0x6e, 0x65, 0x78, 0x74, 0x22, 0};

tokenImage_arr_67

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

Definition at line 530 of file VhdlParserConstants.h.

530 static const JJChar tokenImage_arr_67[] =
531{0x22, 0x6e, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_68

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

Definition at line 532 of file VhdlParserConstants.h.

532 static const JJChar tokenImage_arr_68[] =
533{0x22, 0x6e, 0x6f, 0x74, 0x22, 0};

tokenImage_arr_69

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

Definition at line 534 of file VhdlParserConstants.h.

534 static const JJChar tokenImage_arr_69[] =
535{0x22, 0x6e, 0x75, 0x6c, 0x6c, 0x22, 0};

tokenImage_arr_7

const JJChar vhdl::parser::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.

410 static const JJChar tokenImage_arr_7[] =
411{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x46, 0x4c, 0x4f, 0x57, 0x43, 0x48, 0x41, 0x52, 0x54, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_70

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

Definition at line 536 of file VhdlParserConstants.h.

536 static const JJChar tokenImage_arr_70[] =
537{0x22, 0x6f, 0x66, 0x22, 0};

tokenImage_arr_71

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

Definition at line 538 of file VhdlParserConstants.h.

538 static const JJChar tokenImage_arr_71[] =
539{0x22, 0x6f, 0x6e, 0x22, 0};

tokenImage_arr_72

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

Definition at line 540 of file VhdlParserConstants.h.

540 static const JJChar tokenImage_arr_72[] =
541{0x22, 0x6f, 0x70, 0x65, 0x6e, 0x22, 0};

tokenImage_arr_73

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

Definition at line 542 of file VhdlParserConstants.h.

542 static const JJChar tokenImage_arr_73[] =
543{0x22, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_74

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

Definition at line 544 of file VhdlParserConstants.h.

544 static const JJChar tokenImage_arr_74[] =
545{0x22, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x22, 0};

tokenImage_arr_75

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

Definition at line 546 of file VhdlParserConstants.h.

546 static const JJChar tokenImage_arr_75[] =
547{0x22, 0x6f, 0x75, 0x74, 0x22, 0};

tokenImage_arr_76

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

Definition at line 548 of file VhdlParserConstants.h.

548 static const JJChar tokenImage_arr_76[] =
549{0x22, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0};

tokenImage_arr_77

const JJChar vhdl::parser::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.

550 static const JJChar tokenImage_arr_77[] =
551{0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0};

tokenImage_arr_78

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

Definition at line 552 of file VhdlParserConstants.h.

552 static const JJChar tokenImage_arr_78[] =
553{0x22, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

tokenImage_arr_79

const JJChar vhdl::parser::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.

554 static const JJChar tokenImage_arr_79[] =
555{0x22, 0x70, 0x6f, 0x73, 0x74, 0x70, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0};

tokenImage_arr_8

const JJChar vhdl::parser::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.

412 static const JJChar tokenImage_arr_8[] =
413{0x22, 0x3c, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x3e, 0x22, 0};

tokenImage_arr_80

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

Definition at line 556 of file VhdlParserConstants.h.

556 static const JJChar tokenImage_arr_80[] =
557{0x22, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0};

tokenImage_arr_81

const JJChar vhdl::parser::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.

558 static const JJChar tokenImage_arr_81[] =
559{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x64, 0x75, 0x72, 0x65, 0x22, 0};

tokenImage_arr_82

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

Definition at line 560 of file VhdlParserConstants.h.

560 static const JJChar tokenImage_arr_82[] =
561{0x22, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x22, 0};

tokenImage_arr_83

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

Definition at line 562 of file VhdlParserConstants.h.

562 static const JJChar tokenImage_arr_83[] =
563{0x22, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x22, 0};

tokenImage_arr_84

const JJChar vhdl::parser::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.

564 static const JJChar tokenImage_arr_84[] =
565{0x22, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x22, 0};

tokenImage_arr_85

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

Definition at line 566 of file VhdlParserConstants.h.

566 static const JJChar tokenImage_arr_85[] =
567{0x22, 0x70, 0x75, 0x72, 0x65, 0x22, 0};

tokenImage_arr_86

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

Definition at line 568 of file VhdlParserConstants.h.

568 static const JJChar tokenImage_arr_86[] =
569{0x22, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x22, 0};

tokenImage_arr_87

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

Definition at line 570 of file VhdlParserConstants.h.

570 static const JJChar tokenImage_arr_87[] =
571{0x22, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0};

tokenImage_arr_88

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

Definition at line 572 of file VhdlParserConstants.h.

572 static const JJChar tokenImage_arr_88[] =
573{0x22, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x22, 0};

tokenImage_arr_89

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

Definition at line 574 of file VhdlParserConstants.h.

574 static const JJChar tokenImage_arr_89[] =
575{0x22, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x22, 0};

tokenImage_arr_9

const JJChar vhdl::parser::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.

414 static const JJChar tokenImage_arr_9[] =
415{0x22, 0x3c, 0x4d, 0x55, 0x4c, 0x54, 0x5f, 0x44, 0x4f, 0x58, 0x59, 0x47, 0x45, 0x4e, 0x5f, 0x56, 0x48, 0x44, 0x4c, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x45, 0x4e, 0x54, 0x5f, 0x32, 0x30, 0x30, 0x38, 0x3e, 0x22, 0};

tokenImage_arr_90

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

Definition at line 576 of file VhdlParserConstants.h.

576 static const JJChar tokenImage_arr_90[] =
577{0x22, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x22, 0};

tokenImage_arr_91

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

Definition at line 578 of file VhdlParserConstants.h.

578 static const JJChar tokenImage_arr_91[] =
579{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x22, 0};

tokenImage_arr_92

const JJChar vhdl::parser::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.

580 static const JJChar tokenImage_arr_92[] =
581{0x22, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x5f, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65, 0x22, 0};

tokenImage_arr_93

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

Definition at line 582 of file VhdlParserConstants.h.

582 static const JJChar tokenImage_arr_93[] =
583{0x22, 0x72, 0x65, 0x6d, 0x22, 0};

tokenImage_arr_94

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

Definition at line 584 of file VhdlParserConstants.h.

584 static const JJChar tokenImage_arr_94[] =
585{0x22, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0};

tokenImage_arr_95

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

Definition at line 586 of file VhdlParserConstants.h.

586 static const JJChar tokenImage_arr_95[] =
587{0x22, 0x72, 0x6f, 0x6c, 0x22, 0};

tokenImage_arr_96

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

Definition at line 588 of file VhdlParserConstants.h.

588 static const JJChar tokenImage_arr_96[] =
589{0x22, 0x72, 0x6f, 0x72, 0x22, 0};

tokenImage_arr_97

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

Definition at line 590 of file VhdlParserConstants.h.

590 static const JJChar tokenImage_arr_97[] =
591{0x22, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x22, 0};

tokenImage_arr_98

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

Definition at line 592 of file VhdlParserConstants.h.

592 static const JJChar tokenImage_arr_98[] =
593{0x22, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x22, 0};

tokenImage_arr_99

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

Definition at line 594 of file VhdlParserConstants.h.

594 static const JJChar tokenImage_arr_99[] =
595{0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0};

TRANSPORT_T

const int vhdl::parser::TRANSPORT_T = 111

RegularExpression Id.

Definition at line 228 of file VhdlParserConstants.h.

228const int TRANSPORT_T = 111;

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

TYPE_T

UNAFFECTED_T

const int vhdl::parser::UNAFFECTED_T = 113

UNITS_T

UNTIL_T

const int vhdl::parser::UNTIL_T = 115

RegularExpression Id.

Definition at line 236 of file VhdlParserConstants.h.

236const int UNTIL_T = 115;

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

UPPER_CASE_LETTER

const int vhdl::parser::UPPER_CASE_LETTER = 182

RegularExpression Id.

Definition at line 370 of file VhdlParserConstants.h.

370const int UPPER_CASE_LETTER = 182;

USE_T

const int vhdl::parser::USE_T = 116

RegularExpression Id.

Definition at line 238 of file VhdlParserConstants.h.

238const int USE_T = 116;

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

VARIABLE_T

VHDL_COMMENT

const int vhdl::parser::VHDL_COMMENT = 8

RegularExpression Id.

Definition at line 22 of file VhdlParserConstants.h.

22const int VHDL_COMMENT = 8;

VHDL_FLOWCHART_COMMENT

const int vhdl::parser::VHDL_FLOWCHART_COMMENT = 7

RegularExpression Id.

Definition at line 20 of file VhdlParserConstants.h.

VHDL2008TOOLDIR

const int vhdl::parser::VHDL2008TOOLDIR = 192

RegularExpression Id.

Definition at line 390 of file VhdlParserConstants.h.

390const int VHDL2008TOOLDIR = 192;

VIEW_T

VMODE_T

const int vhdl::parser::VMODE_T = 119

RegularExpression Id.

Definition at line 244 of file VhdlParserConstants.h.

244const int VMODE_T = 119;

VPROP_T

const int vhdl::parser::VPROP_T = 120

RegularExpression Id.

Definition at line 246 of file VhdlParserConstants.h.

246const int VPROP_T = 120;

VUNIT_T

const int vhdl::parser::VUNIT_T = 121

RegularExpression Id.

Definition at line 248 of file VhdlParserConstants.h.

248const int VUNIT_T = 121;

WAIT_T

const int vhdl::parser::WAIT_T = 122

RegularExpression Id.

Definition at line 250 of file VhdlParserConstants.h.

250const int WAIT_T = 122;

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

WHEN_T

WHILE_T

const int vhdl::parser::WHILE_T = 124

RegularExpression Id.

Definition at line 254 of file VhdlParserConstants.h.

254const int WHILE_T = 124;

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

WITH_T

XNOR_T

const int vhdl::parser::XNOR_T = 127

RegularExpression Id.

Definition at line 260 of file VhdlParserConstants.h.

260const int XNOR_T = 127;

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

XOR_T

const int vhdl::parser::XOR_T = 126

RegularExpression Id.

Definition at line 258 of file VhdlParserConstants.h.

258const int XOR_T = 126;

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.