1 #ifndef OPAL_TokenList_HH 
    2 #define OPAL_TokenList_HH 
   32 namespace Attributes {
 
   47         virtual const std::string &
getType() 
const;
 
   62 #endif // OPAL_TokenList_HH 
void operator=(const TokenList &)
Abstract base class for attribute parsers. 
Parser for an attribute of type token list. 
virtual void parse(Attribute &, Statement &, bool) const 
Parse the attribute. 
Interface for statements. 
virtual const std::string & getType() const 
Return attribute type string ``token list''. 
A representation of an Object attribute.