GME
13
|
#include <OCLTree.h>
Public Member Functions | |
CollectionNodeAdaptor () | |
virtual | ~CollectionNodeAdaptor () |
virtual std::string | Print (const std::string &strTabs, CollectionNode *pNode) const |
virtual bool | Check (TypeContext &context, CollectionNode *pNode) const |
virtual OclMeta::Object | Evaluate (ObjectContext &context, CollectionNode *pNode) const |
virtual OclTree::CollectionNodeAdaptor::~CollectionNodeAdaptor | ( | ) | [inline, virtual] |
bool OclTree::CollectionNodeAdaptor::Check | ( | TypeContext & | context, |
CollectionNode * | pNode | ||
) | const [virtual] |
Definition at line 2693 of file OCLTree.cpp.
OclMeta::Object OclTree::CollectionNodeAdaptor::Evaluate | ( | ObjectContext & | context, |
CollectionNode * | pNode | ||
) | const [virtual] |
Definition at line 2743 of file OCLTree.cpp.
std::string OclTree::CollectionNodeAdaptor::Print | ( | const std::string & | strTabs, |
CollectionNode * | pNode | ||
) | const [virtual] |
Definition at line 2677 of file OCLTree.cpp.