24 using namespace Expressions;
30 namespace Attributes {
32 TokenList::TokenList(
const std::string &
name,
const std::string &help):
42 static const std::string
type(
"token list");
Abstract base class for attribute parsers.
void set(AttributeBase *newBase)
Define new value.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
std::list< Token > parseTokenList(Statement &)
Parse a token list (for macro argument and the like).
Object attribute with a constant scalar value.
Interface for statements.
virtual const std::string & getType() const
Return attribute type string ``token list''.
A representation of an Object attribute.