#include <Parser.h>
Public Member Functions | |
Parser (istream &in, const Alphabet *a) | |
~Parser () | |
void | parse () |
char | getWordTerminalSymbol () const |
const list< int > & | getWord () const |
Private Attributes | |
WordFlexLexer * | localFlexLexer |
list< int > | theWord |
char | theTS |
Definition at line 16 of file Parser.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|