|
Hormiga 1.0
|
#include <operand.h>


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

T_STRING OperatorOr::symbol = "OR" [static, protected] |