public class ForCtrl extends Expr
ForCtrl class.
| 构造器和说明 |
|---|
ForCtrl(ExprList init,
Expr cond,
ExprList update,
Location location)
Constructor for ForCtrl.
|
ForCtrl(Id id,
Expr expr,
Location location)
Constructor for ForCtrl.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
eval(Scope scope)
eval.
|
Expr |
getCond()
Getter for the field
cond. |
Expr |
getExpr()
Getter for the field
expr. |
String |
getId()
Getter for the field
id. |
Expr |
getInit()
Getter for the field
init. |
Expr |
getUpdate()
Getter for the field
update. |
boolean |
isIterator()
isIterator.
|
Copyright © 2023. All rights reserved.