1#ifndef CLASSIC_SimpleStatement_HH
2#define CLASSIC_SimpleStatement_HH 1
Interface for abstract language parser.
SimpleStatement(const std::string &streamName, int streamLine)
Constructor.
virtual ~SimpleStatement()
Destructor.
virtual void execute(const Parser &)
Execute statement.
Statement(const std::string &name, int line)
Constructor.
std::list< Token > TokenList
The type of the enclosed token list.