casa
5.7.0-16
|
#include <ds9FlexLexer.h>
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) |
Call yylex with new input/output sources. More... | |
virtual void | switch_streams (FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=0 |
Switch to new input/output streams. More... | |
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 61 of file ds9FlexLexer.h.
|
inlinevirtual |
Definition at line 63 of file ds9FlexLexer.h.
|
inline |
Definition at line 96 of file ds9FlexLexer.h.
References yy_flex_debug.
|
inline |
Definition at line 92 of file ds9FlexLexer.h.
References yylineno.
|
inline |
Definition at line 99 of file ds9FlexLexer.h.
References yy_flex_debug.
|
pure virtual |
Switch to new input/output streams.
A nil stream pointer indicates "keep the current one".
Implemented in yyFlexLexer.
Referenced by yylex().
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 68 of file ds9FlexLexer.h.
References yyleng.
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by yylex().
Call yylex with new input/output sources.
Definition at line 82 of file ds9FlexLexer.h.
References switch_streams(), and yylex().
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 65 of file ds9FlexLexer.h.
References yytext.
|
protected |
Definition at line 107 of file ds9FlexLexer.h.
Referenced by debug(), and set_debug().
|
protected |
Definition at line 105 of file ds9FlexLexer.h.
Referenced by YYLeng().
|
protected |
Definition at line 106 of file ds9FlexLexer.h.
Referenced by lineno().
|
protected |
Definition at line 104 of file ds9FlexLexer.h.
Referenced by YYText().