Hormiga 1.0

OperatorEqual Class Reference

#include <operand.h>

Inheritance diagram for OperatorEqual:
Collaboration diagram for OperatorEqual:

List of all members.

Public Member Functions

virtual T_STRING getSymbol () const
virtual T_MAGNITUDE getValue () const
 OperatorEqual (Operand *op1, Operand *op2)

Static Protected Attributes

static T_STRING symbol = "="

Detailed Description

Definition at line 317 of file operand.h.


Constructor & Destructor Documentation

OperatorEqual::OperatorEqual ( Operand op1,
Operand op2 
)

Definition at line 585 of file operand.cpp.


Member Function Documentation

T_STRING OperatorEqual::getSymbol ( ) const [virtual]

Return de Symbol that represent this object, it can be the name of a variable.

Implements BinaryOperator.

Definition at line 575 of file operand.cpp.

T_MAGNITUDE OperatorEqual::getValue ( ) const [virtual]

Implements Operand.

Definition at line 580 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorEqual::symbol = "=" [static, protected]

OperatorEqual

Definition at line 324 of file operand.h.


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