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