Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

attributeproxy.cc

Go to the documentation of this file.
00001 #include "attributeproxy.h"
00002 #include "ast.h"
00003 using namespace AST;
00008 void AttributeProxy::operator=(string value) {
00009     parent->set_attribute(this->attributeName, value);
00010 }
00011 
00012 void AttributeProxy::operator=(Node* value) {
00013     parent->set_attribute(this->attributeName, value);
00014 }
00015 void AttributeProxy::operator=(vector<Node*> value) {
00016     parent->set_attribute(this->attributeName, value);
00017 }

Generated on Thu Oct 20 12:00:04 2005 for ASTree by  doxygen 1.4.2-20050421