Inheritance diagram for CCM::ForStm:

Public Member Functions | |
| ForStm (BoolExpr cond, IList iters, Statement body) | |
| Create "for" statement with given condition, iterator Statements and body. | |
| override void | execute () |
| Execute statement. | |
Private Attributes | |
| BoolExpr | cond |
| IList | iters |
| Statement | body |
|
||||||||||||||||
|
Create "for" statement with given condition, iterator Statements and body.
|
|
|
Execute statement.
Implements CCM::Statement. |
|
|
|
|
|
|
|
|
|
1.3.7