1 #ifndef OPAL_TokenList_HH
2 #define OPAL_TokenList_HH
47 virtual const std::string &
getType()
const;
A collection of routines to construct object Attributes and retrieve.
A representation of an Object attribute.
Abstract base class for attribute parsers.
Parser for an attribute of type token list.
TokenList(const TokenList &)
virtual const std::string & getType() const
Return attribute type string `‘token list’'.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
void operator=(const TokenList &)
Interface for statements.