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