25 using namespace Expressions;
 
   31 namespace Attributes {
 
   43         static const std::string 
type(
"place");
 
Abstract base class for attribute parsers. 
GNU GENERAL PUBLIC LICENSE June Free Software Inc Temple Place
void set(AttributeBase *newBase)
Define new value. 
virtual const std::string & getType() const 
Return attribute type string ``place''. 
Object attribute with a constant scalar value. 
Interface for statements. 
PlaceRep parsePlace(Statement &)
Parse place specification. 
virtual void parse(Attribute &, Statement &, bool) const 
Parse the attribute. 
A representation of an Object attribute.