|
Hormiga 1.0
|
#include <operand.h>


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

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