|
Hormiga 1.0
|
#include <operand.h>


Public Member Functions | |
| virtual T_STRING | getSymbol () const |
| virtual T_MAGNITUDE | getValue () const |
| OperatorDiv (Operand *op1, Operand *op2) | |
Static Protected Attributes | |
| static T_STRING | symbol = "/" |
Definition at line 510 of file operand.cpp.
| T_STRING OperatorDiv::getSymbol | ( | ) | const [virtual] |
Return de Symbol that represent this object, it can be the name of a variable.
Implements BinaryOperator.
Definition at line 500 of file operand.cpp.
| T_MAGNITUDE OperatorDiv::getValue | ( | ) | const [virtual] |
Implements Operand.
Definition at line 505 of file operand.cpp.

T_STRING OperatorDiv::symbol = "/" [static, protected] |