Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members

CCM::WhileStm Class Reference

Inheritance diagram for CCM::WhileStm:

CCM::Statement List of all members.

Detailed Description

While loop statement.


Public Member Functions

 WhileStm (BoolExpr cond, Statement body)
 Create "while" statement with given condition and body.

override void execute ()
 Execute statement.


Private Attributes

BoolExpr cond
Statement body


Constructor & Destructor Documentation

CCM::WhileStm::WhileStm BoolExpr  cond,
Statement  body
 

Create "while" statement with given condition and body.


Member Function Documentation

override void CCM::WhileStm::execute  )  [virtual]
 

Execute statement.

Implements CCM::Statement.


Member Data Documentation

Statement CCM::WhileStm::body [private]
 

BoolExpr CCM::WhileStm::cond [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 21 01:20:50 2004 for cs2ccmb by doxygen 1.3.7