|
Hormiga 1.0
|
#include <statement.h>


Public Member Functions | |
| virtual T_STRING | getSymbol () const |
| virtual T_MAGNITUDE | getValue () const |
| virtual T_STRING | toString () const |
| virtual bool | exec () |
| OperatorAsig (Operand *op1, Operand *op2) | |
Protected Attributes | |
| Seteable * | sop |
Static Protected Attributes | |
| static T_STRING | symbol = ":=" |
Definition at line 54 of file statement.h.
Definition at line 73 of file statement.cpp.
| bool OperatorAsig::exec | ( | ) | [virtual] |
Implements Statement.
Definition at line 67 of file statement.cpp.

| T_STRING OperatorAsig::getSymbol | ( | ) | const [virtual] |
Return de Symbol that represent this object, it can be the name of a variable.
Implements BinaryOperator.
Definition at line 51 of file statement.cpp.
| T_MAGNITUDE OperatorAsig::getValue | ( | ) | const [virtual] |
Implements Operand.
Definition at line 61 of file statement.cpp.


| T_STRING OperatorAsig::toString | ( | ) | const [virtual] |
Reimplemented from BinaryOperator.
Definition at line 56 of file statement.cpp.

Seteable* OperatorAsig::sop [protected] |
Definition at line 65 of file statement.h.
T_STRING OperatorAsig::symbol = ":=" [static, protected] |
Definition at line 64 of file statement.h.