1#ifndef OPAL_WhileStatement_HH
2#define OPAL_WhileStatement_HH 1
Interface for abstract language parser.
Statement(const std::string &name, int line)
Constructor.
Abstract interface for a stream of input tokens.
virtual void execute(const Parser &)
Execute.
void operator=(const WhileStatement &)
virtual ~WhileStatement()
WhileStatement(const WhileStatement &)
WhileStatement(const Parser &, TokenStream &)
Constructor.