Modifier and Type | Field and Description |
---|---|
private Expr |
cond |
private Expr |
expr |
private Stmt |
init |
private Stmt |
stmt |
private int |
unrollCheck |
private int |
unrollMax |
Constructor and Description |
---|
ForStmt(Stmt init,
Expr cond,
Expr expr,
Stmt stmt,
int unrollMax,
int unrollCheck) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TreeVisitor tv) |
Expr |
getCondition() |
Expr |
getExpr() |
Stmt |
getInit() |
Stmt |
getStmt() |
int |
getUnrollCheck() |
int |
getUnrollMax() |
private final Stmt init
private final Expr cond
private final Expr expr
private final Stmt stmt
private final int unrollMax
private final int unrollCheck
public Stmt getInit()
public Expr getCondition()
public Expr getExpr()
public Stmt getStmt()
public int getUnrollMax()
public int getUnrollCheck()
public void accept(TreeVisitor tv)