34 "The \"CALL\" statement switches input temporarily to the "
37 (
"FILE",
"Name of file to be read",
"CALL");
53 return new Call(name,
this);
61 *gmsg <<
"* Reading input stream '" << file
62 <<
"' from \"CALL\" command.\n" <<
endl;
virtual Call * clone(const std::string &name)
Make clone.
std::string getString(const Attribute &attr)
Get string value.
Inform & endl(Inform &inf)
void registerOwnership(const AttributeHandler::OwnerType &itsClass) const
virtual void parse(Statement &)
Parse command (special for one-attribute command).
virtual void parseShortcut(Statement &, bool eval=true)
Parser for single-attribute commands.
Attribute makeString(const std::string &name, const std::string &help)
Make string attribute.
Interface for statements.
Call()
Exemplar constructor.
The default parser for OPAL-9.
std::vector< Attribute > itsAttr
The object attributes.
virtual void execute()
Execute the command.
virtual void run() const
Read current stream.
The base class for all OPAL actions.
A stream of input tokens.