#include <Parser.h>
Public Member Functions | |
AParser (istream &in) | |
~AParser () | |
void | parse () |
AInputType | getType () const |
FiniteAlphabet | getAlphabet () const |
Private Attributes | |
AlphabetFlexLexer * | localFlexLexer |
AInputType | theType |
FiniteAlphabet * | theAlphabet |
Definition at line 32 of file Parser.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|