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