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

#include <OCLTree.h>

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

List of all members.

Public Member Functions

 FunctionNode (TreeManager *pManager)
 ~FunctionNode ()
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
TreeNodeVector m_vecArguments
MethodNodem_pMethod

Detailed Description

Definition at line 435 of file OCLTree.h.


Constructor & Destructor Documentation

Definition at line 1746 of file OCLTree.cpp.

Definition at line 1751 of file OCLTree.cpp.


Member Function Documentation

Implements OclTree::TreeNode.

Definition at line 1794 of file OCLTree.cpp.

Reimplemented from OclTree::TreeNode.

Definition at line 1781 of file OCLTree.cpp.

Implements OclTree::TreeNode.

Definition at line 1870 of file OCLTree.cpp.

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

Implements OclTree::TreeNode.

Definition at line 1760 of file OCLTree.cpp.


Member Data Documentation

Definition at line 441 of file OCLTree.h.

Definition at line 438 of file OCLTree.h.

Definition at line 439 of file OCLTree.h.


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