23 #ifndef CLASSIC_MacroCmd_HH
24 #define CLASSIC_MacroCmd_HH
The base class for all OPAL objects.
Interface for abstract language parser.
Interface for statements.
Abstract interface for a stream of input tokens.
Abstract base class for macros.
virtual Object * makeInstance(const std::string &name, Statement &, const Parser *)
Make a macro instance.
virtual Object * makeTemplate(const std::string &, TokenStream &, Statement &)
Make a macro template.
void operator=(const MacroCmd &)
Pointer< MacroStream > body
virtual void execute()
Execute the macro command.
MacroCmd(const MacroCmd &)