|
Hormiga 1.0
|
#include <statement_interface.h>

Public Member Functions | |
| virtual bool | exec ()=0 |
| virtual T_STRING | toString () const =0 |
Definition at line 51 of file statement_interface.h.
| virtual bool Statement::exec | ( | ) | [pure virtual] |
Implemented in OperatorAsig, Statements, For, If, and While.

| virtual T_STRING Statement::toString | ( | ) | const [pure virtual] |
Implemented in OperatorAsig, Statements, For, If, and While.
