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