Hormiga 1.0

While Class Reference

#include <statement.h>

Inheritance diagram for While:
Collaboration diagram for While:

List of all members.

Public Member Functions

virtual bool exec ()
virtual T_STRING toString () const
 While (Operand *condition, Statement *blockTrue)
virtual ~While ()

Protected Attributes

Operandcondition
StatementblockTrue

Detailed Description

Definition at line 111 of file statement.h.


Constructor & Destructor Documentation

While::While ( Operand condition,
Statement blockTrue 
)

Definition at line 209 of file statement.cpp.

While::~While ( ) [virtual]

Definition at line 215 of file statement.cpp.

Here is the call graph for this function:


Member Function Documentation

bool While::exec ( ) [virtual]

While

Implements Statement.

Definition at line 195 of file statement.cpp.

Here is the call graph for this function:

T_STRING While::toString ( ) const [virtual]

Implements Statement.

Definition at line 202 of file statement.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 120 of file statement.h.

Operand* While::condition [protected]

Definition at line 119 of file statement.h.


The documentation for this class was generated from the following files: