GME  13
Public Member Functions | Public Attributes
OclTree::MethodNode Class Reference

#include <OCLTree.h>

Inheritance diagram for OclTree::MethodNode:
Inheritance graph
[legend]
Collaboration diagram for OclTree::MethodNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MethodNode (TreeManager *pManager)
 ~MethodNode ()
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
TreeNodem_pThisNode
TreeNodeVector m_vecArguments
std::string m_strCallOperator
IteratorNodem_pIterator

Detailed Description

Definition at line 403 of file OCLTree.h.


Constructor & Destructor Documentation

Definition at line 1402 of file OCLTree.cpp.

Definition at line 1407 of file OCLTree.cpp.


Member Function Documentation

Implements OclTree::TreeNode.

Definition at line 1455 of file OCLTree.cpp.

Reimplemented from OclTree::TreeNode.

Definition at line 1445 of file OCLTree.cpp.

Implements OclTree::TreeNode.

Definition at line 1655 of file OCLTree.cpp.

std::string OclTree::MethodNode::Print ( const std::string strTabs) const [virtual]

Implements OclTree::TreeNode.

Definition at line 1420 of file OCLTree.cpp.


Member Data Documentation

Definition at line 414 of file OCLTree.h.

Definition at line 410 of file OCLTree.h.

Definition at line 412 of file OCLTree.h.

Definition at line 409 of file OCLTree.h.

Definition at line 411 of file OCLTree.h.


The documentation for this class was generated from the following files: