public class ForCtrl extends Expr
location
ForCtrl(ExprList init, Expr cond, ExprList update, Location location)
ForCtrl(Id id, Expr expr, Location location)
Object
eval(Scope scope)
Expr
getCond()
getExpr()
String
getId()
getInit()
getUpdate()
boolean
isIterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForCtrl(Id id, Expr expr, Location location)
public ForCtrl(ExprList init, Expr cond, ExprList update, Location location)
public boolean isIterator()
public String getId()
public Expr getExpr()
public Expr getInit()
public Expr getCond()
public Expr getUpdate()
public Object eval(Scope scope)
eval
Copyright © 2024. All rights reserved.