Inheritance diagram for CCM::DoStm:
Public Member Functions | |
DoStm (BoolExpr cond, Statement body) | |
Create "do" statement with given condition and body. | |
override void | execute () |
Execute statement. | |
Private Attributes | |
BoolExpr | cond |
Statement | body |
|
Create "do" statement with given condition and body.
|
|
Execute statement.
Implements CCM::Statement. |
|
|
|
|