public class WhileStmt extends Stmt
Stmt
body
Expr
test
WhileStmt(Expr test, Stmt body)
Exp
accept(TreeVisitor v)
Type
accept(TypeVisitor v)
void
accept(Visitor v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Expr test
public Stmt body
public WhileStmt(Expr test, Stmt body)
public void accept(Visitor v)
accept
Visitable
public Type accept(TypeVisitor v)
public Exp accept(TreeVisitor v)