#include <FlexLexer.h>
Inherited by yyFlexLexer.
Inheritance diagram for FlexLexer:
Public Member Functions | |
virtual | ~FlexLexer () |
const char * | YYText () const |
int | YYLeng () const |
virtual void | yy_switch_to_buffer (struct yy_buffer_state *new_buffer)=0 |
virtual struct yy_buffer_state * | yy_create_buffer (FLEX_STD istream *s, int size)=0 |
virtual void | yy_delete_buffer (struct yy_buffer_state *b)=0 |
virtual void | yyrestart (FLEX_STD istream *s)=0 |
virtual int | yylex ()=0 |
int | yylex (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0) |
virtual void | switch_streams (FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=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 62 of file FlexLexer.h.
|
Definition at line 64 of file FlexLexer.h. |
|
Definition at line 92 of file FlexLexer.h. References yy_flex_debug. |
|
Definition at line 90 of file FlexLexer.h. References yylineno. |
|
Definition at line 93 of file FlexLexer.h. References yy_flex_debug. |
|
Implemented in yyFlexLexer. Referenced by ForbiddenPatternDiskManager::openFPs(), LayoutDiskManager::openLayout(), RuleDiskManager::openRules(), TruthTableDiskManager::openTables(), and yylex(). |
|
Implemented in yyFlexLexer. |
|
Implemented in yyFlexLexer. |
|
Implemented in yyFlexLexer. |
|
Definition at line 67 of file FlexLexer.h. References yyleng. |
|
Definition at line 79 of file FlexLexer.h. References switch_streams(), and yylex(). Here is the call graph for this function: ![]() |
|
|
Implemented in yyFlexLexer. |
|
Definition at line 66 of file FlexLexer.h. References yytext. Referenced by ForbiddenPatternDiskManager::openFPs(), LayoutDiskManager::openLayout(), RuleDiskManager::openRules(), TruthTableDiskManager::openTables(), ForbiddenPatternDiskManager::readFP(), LayoutDiskManager::readLayout(), RuleDiskManager::readRule(), and TruthTableDiskManager::readTable(). |
|
Definition at line 99 of file FlexLexer.h. Referenced by debug(), and set_debug(). |
|
Definition at line 97 of file FlexLexer.h. Referenced by YYLeng(). |
|
Definition at line 98 of file FlexLexer.h. Referenced by lineno(). |
|
Definition at line 96 of file FlexLexer.h. Referenced by YYText(). |