The base class for all OPAL actions.
Call()
Exemplar constructor.
virtual void parse(Statement &)
Parse command (special for one-attribute command).
virtual void execute()
Execute the command.
virtual Call * clone(const std::string &name)
Make clone.
void operator=(const Call &)
Interface for statements.