#include <FlexLexer.h>
#include <LEDA/string.h>
Include dependency graph for SFlexLexer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | SFlexLexer |
Enumerations | |
enum | SFlexLexerToken { QUOTES = 100, EQUAL, CRVDBRKT_OPEN, CRVDBRKT_CLOSE, SQRBRKT_OPEN, SQRBRKT_CLOSE, RNDBRKT_OPEN, RNDBRKT_CLOSE, COLON, SEMICOLON, COMMA, ULONG, DOUBLE, LONG, BOOL, STRING, IDENTIFIER, UNKNOWN } |
Variables | |
int | _myLineNo |
|
Defined tokens: QUOTES '"' , EQUAL '=' , CRVDBRKT_OPEN '{' , CRVDBRKT_CLOSE '}' , SQRBRKT_OPEN '[' , SQRBRKT_CLOSE ']' , RNDBRKT_OPEN '(' , RNDBRKT_CLOSE ')' , COLON ':' , SEMICOLON ';' , COMMA ',' , ULONG , DOUBLE, LONG, BOOL, STRING, IDENTIFIER, UNKNOWN. |
|
|