|
GME
13
|
#include <OCLTree.h>


Public Member Functions | |
| AttributeNode (TreeManager *pManager) | |
| ~AttributeNode () | |
| virtual std::string | Print (const std::string &strTabs) const |
| virtual void | CheckInitialize () |
| virtual bool | CheckImplementation (TypeContext &context) |
| virtual OclMeta::Object | Evaluate (ObjectContext &context) |
Public Attributes | |
| std::string | m_strName |
| TreeNode * | m_pThisNode |
| std::string | m_strCallOperator |
| AssociationNode * | m_pAssociation |
| IteratorNode * | m_pCollector |
| OclTree::AttributeNode::AttributeNode | ( | TreeManager * | pManager | ) |
Definition at line 2060 of file OCLTree.cpp.
Definition at line 2065 of file OCLTree.cpp.
| bool OclTree::AttributeNode::CheckImplementation | ( | TypeContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 2114 of file OCLTree.cpp.
| void OclTree::AttributeNode::CheckInitialize | ( | ) | [virtual] |
Reimplemented from OclTree::TreeNode.
Definition at line 2097 of file OCLTree.cpp.
| OclMeta::Object OclTree::AttributeNode::Evaluate | ( | ObjectContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 2257 of file OCLTree.cpp.
| std::string OclTree::AttributeNode::Print | ( | const std::string & | strTabs | ) | const [virtual] |
Implements OclTree::TreeNode.
Definition at line 2080 of file OCLTree.cpp.
1.7.6.1