Skip to main content

The TokenParser Class Reference

Declaration

class vhdl::parser::TokenParser { ... }

Included Headers

Derived Classes

classVhdlParserTokenManager

Token Manager. More...

Public Member Functions Index

voidsetLexParser (VhdlParser *p)

Public Member Attributes Index

VhdlParser *parser = nullptr

Definition at line 17 of file vhdlstring.h.

Public Member Functions

setLexParser()

void vhdl::parser::TokenParser::setLexParser (VhdlParser * p)
inline

Definition at line 20 of file vhdlstring.h.

21 {
22 parser = p;
23 }

Reference parser.

Referenced by VHDLOutlineParser::Private::parseVhdlfile.

Public Member Attributes

parser

VhdlParser* vhdl::parser::TokenParser::parser = nullptr

Definition at line 19 of file vhdlstring.h.

19 VhdlParser* parser = nullptr;

Referenced by setLexParser.


The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.