Doxygen
Loading...
Searching...
No Matches
vhdl::parser::TokenParser Class Reference

#include <vhdlparser/vhdlstring.h>

+ Inheritance diagram for vhdl::parser::TokenParser:
+ Collaboration diagram for vhdl::parser::TokenParser:

Public Member Functions

void setLexParser (VhdlParser *p)
 

Public Attributes

VhdlParserparser = nullptr
 

Detailed Description

Definition at line 17 of file vhdlstring.h.

Member Function Documentation

◆ setLexParser()

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

Definition at line 20 of file vhdlstring.h.

21 {
22 parser = p;
23 }

References parser.

Referenced by VHDLOutlineParser::Private::parseVhdlfile().

Member Data Documentation

◆ parser

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

Definition at line 19 of file vhdlstring.h.

Referenced by setLexParser().


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