Inheritance diagram for CCM::WhileStm:
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 |
|
Create "while" statement with given condition and body.
|
|
Execute statement.
Implements CCM::Statement. |
|
|
|
|