Inheritance diagram for CCM::IfStm:

Public Member Functions | |
| IfStm (BoolExpr cond, Statement then, Statement els) | |
| Create "if" statement with given condition, then- and else statement. | |
| override void | execute () |
| Execute statement. | |
Private Attributes | |
| BoolExpr | cond |
| Statement | then |
| Statement | els |
|
||||||||||||||||
|
Create "if" statement with given condition, then- and else statement.
|
|
|
Execute statement.
Implements CCM::Statement. |
|
|
|
|
|
|
|
|
|
1.3.7