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

#include <OCLTree.h>

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

List of all members.

Public Member Functions

 OperatorNode (TreeManager *pManager)
 ~OperatorNode ()
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_pOperandNode1
TreeNodem_pOperandNode2
std::string m_strAssignVarName

Detailed Description

Definition at line 307 of file OCLTree.h.


Constructor & Destructor Documentation

Definition at line 721 of file OCLTree.cpp.

Definition at line 726 of file OCLTree.cpp.


Member Function Documentation

Implements OclTree::TreeNode.

Definition at line 760 of file OCLTree.cpp.

Reimplemented from OclTree::TreeNode.

Definition at line 754 of file OCLTree.cpp.

Implements OclTree::TreeNode.

Definition at line 821 of file OCLTree.cpp.

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

Implements OclTree::TreeNode.

Definition at line 736 of file OCLTree.cpp.


Member Data Documentation

Definition at line 312 of file OCLTree.h.

Definition at line 313 of file OCLTree.h.

Definition at line 314 of file OCLTree.h.

Definition at line 311 of file OCLTree.h.


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