|
Hormiga 1.0
|
#include <operand.h>


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 = "!=" |
Definition at line 603 of file operand.cpp.
| 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.

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