|
Hormiga 1.0
|
#include <statement.h>


Public Member Functions | |
| virtual bool | exec () |
| virtual T_STRING | toString () const |
| While (Operand *condition, Statement *blockTrue) | |
| virtual | ~While () |
Protected Attributes | |
| Operand * | condition |
| Statement * | blockTrue |
Definition at line 111 of file statement.h.
Definition at line 209 of file statement.cpp.
| While::~While | ( | ) | [virtual] |
| bool While::exec | ( | ) | [virtual] |
Implements Statement.
Definition at line 195 of file statement.cpp.

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

Statement* While::blockTrue [protected] |
Definition at line 120 of file statement.h.
Operand* While::condition [protected] |
Definition at line 119 of file statement.h.