|
Hormiga 1.0
|
#include <statement.h>


Public Member Functions | |
| virtual bool | exec () |
| virtual T_STRING | toString () const |
| If (Operand *condition, Statement *blockTrue, Statement *blockFalse) | |
| virtual | ~If () |
Protected Attributes | |
| Operand * | condition |
| Statement * | blockTrue |
| Statement * | blockFalse |
Definition at line 98 of file statement.h.
Definition at line 179 of file statement.cpp.
| If::~If | ( | ) | [virtual] |
| bool If::exec | ( | ) | [virtual] |
Implements Statement.
Definition at line 157 of file statement.cpp.

| T_STRING If::toString | ( | ) | const [virtual] |
Implements Statement.
Definition at line 166 of file statement.cpp.

Statement* If::blockFalse [protected] |
Definition at line 108 of file statement.h.
Statement* If::blockTrue [protected] |
Definition at line 107 of file statement.h.
Operand* If::condition [protected] |
Definition at line 106 of file statement.h.