Hormiga 1.0

OperatorDistinct Class Reference

#include <operand.h>

Inheritance diagram for OperatorDistinct:
Collaboration diagram for OperatorDistinct:

List of all members.

Public Member Functions

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

Static Protected Attributes

static T_STRING symbol = "!="

Detailed Description

Definition at line 327 of file operand.h.


Constructor & Destructor Documentation

OperatorDistinct::OperatorDistinct ( Operand op1,
Operand op2 
)

Definition at line 603 of file operand.cpp.


Member Function Documentation

T_STRING OperatorDistinct::getSymbol ( ) const [virtual]

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

Implements BinaryOperator.

Definition at line 593 of file operand.cpp.

T_MAGNITUDE OperatorDistinct::getValue ( ) const [virtual]

Implements Operand.

Definition at line 598 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorDistinct::symbol = "!=" [static, protected]

OperatorDistinct

Definition at line 334 of file operand.h.


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