|
Hormiga 1.0
|
#include <operand.h>


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

T_STRING OperatorAnd::symbol = "AND" [static, protected] |