PandA-2024.02
Public Member Functions | Data Fields | Protected Attributes
AsnFlexLexer Class Reference

#include <asn_lexer.hpp>

Inheritance diagram for AsnFlexLexer:
Inheritance graph
[legend]
Collaboration diagram for AsnFlexLexer:
Collaboration graph
[legend]

Public Member Functions

int yylex () override
 
 AsnFlexLexer (const ParameterConstRef parameters, std::istream *argin, std::ostream *argout)
 Constructor. More...
 
 ~AsnFlexLexer () override
 Destructor. More...
 
void yyerror (const char *msg)
 
void LexerError (const char *msg) override
 
int yywrap () override
 

Data Fields

bool skip
 Skip all tokens but end. More...
 
YYSTYPElvalp
 

Protected Attributes

const int debug_level
 The debug level. More...
 

Detailed Description

Definition at line 51 of file asn_lexer.hpp.

Constructor & Destructor Documentation

◆ AsnFlexLexer()

AsnFlexLexer::AsnFlexLexer ( const ParameterConstRef  parameters,
std::istream *  argin,
std::ostream *  argout 
)

Constructor.

◆ ~AsnFlexLexer()

AsnFlexLexer::~AsnFlexLexer ( )
override

Destructor.

Member Function Documentation

◆ LexerError()

void AsnFlexLexer::LexerError ( const char *  msg)
inlineoverride

Definition at line 79 of file asn_lexer.hpp.

Referenced by yyerror().

Here is the caller graph for this function:

◆ yyerror()

void AsnFlexLexer::yyerror ( const char *  msg)
inline

Definition at line 74 of file asn_lexer.hpp.

References LexerError().

Here is the call graph for this function:

◆ yylex()

int AsnFlexLexer::yylex ( )
override

◆ yywrap()

int AsnFlexLexer::yywrap ( )
inlineoverride

Definition at line 86 of file asn_lexer.hpp.

Field Documentation

◆ debug_level

const int AsnFlexLexer::debug_level
protected

The debug level.

Definition at line 55 of file asn_lexer.hpp.

◆ lvalp

YYSTYPE* AsnFlexLexer::lvalp

Definition at line 61 of file asn_lexer.hpp.

◆ skip

bool AsnFlexLexer::skip

Skip all tokens but end.

Definition at line 59 of file asn_lexer.hpp.


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

Generated on Mon Feb 12 2024 13:03:44 for PandA-2024.02 by doxygen 1.8.13