#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 | |
| class WordFlexLexer * | localFlexLexer |
| list< int > | theWord |
| char | theTS |
Definition at line 16 of file Parser.h.
| Parser::Parser | ( | istream & | in, | |
| const Alphabet * | a | |||
| ) |
| Parser::~Parser | ( | ) |
| const list<int>& Parser::getWord | ( | ) | const |
| char Parser::getWordTerminalSymbol | ( | ) | const |
| void Parser::parse | ( | ) |
class WordFlexLexer* Parser::localFlexLexer [private] |
char Parser::theTS [private] |
list<int> Parser::theWord [private] |
1.6.1