Vcsn
2.2
Be Rational
|
#include <flex-lexer.hh>
Public Member Functions | |
virtual | ~FlexLexer () |
const char * | YYText () const |
int | YYLeng () const |
virtual void | yy_switch_to_buffer (yy_buffer_state *new_buffer)=0 |
virtual yy_buffer_state * | yy_create_buffer (std::istream *s, int size)=0 |
virtual void | yy_delete_buffer (yy_buffer_state *b)=0 |
virtual void | yyrestart (std::istream *s)=0 |
virtual void | switch_streams (std::istream *new_in=nullptr, std::ostream *new_out=nullptr)=0 |
int | lineno () const |
int | debug () const |
void | set_debug (int flag) |
Protected Attributes | |
char * | yytext |
int | yyleng |
int | yylineno |
int | yy_flex_debug |
Definition at line 59 of file flex-lexer.hh.
|
inlinevirtual |
Definition at line 62 of file flex-lexer.hh.
|
inline |
Definition at line 84 of file flex-lexer.hh.
References yy_flex_debug.
|
inline |
Definition at line 82 of file flex-lexer.hh.
References yylineno.
|
inline |
Definition at line 85 of file flex-lexer.hh.
References yy_flex_debug.
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 65 of file flex-lexer.hh.
References yyleng.
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 64 of file flex-lexer.hh.
References yytext.
|
protected |
Definition at line 91 of file flex-lexer.hh.
Referenced by debug(), and set_debug().
|
protected |
Definition at line 89 of file flex-lexer.hh.
Referenced by YYLeng().
|
protected |
Definition at line 90 of file flex-lexer.hh.
Referenced by lineno().
|
protected |
Definition at line 88 of file flex-lexer.hh.
Referenced by YYText().