public class WhileStmt extends Stmt
private Expr
cond
private Stmt
stmt
WhileStmt(Expr cond, Stmt stmt)
void
accept(TreeVisitor tv)
Expr
getCondition()
Stmt
getStmt()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Expr cond
private final Stmt stmt
public Expr getCondition()
public Stmt getStmt()
public void accept(TreeVisitor tv)