sys::Obj compiler::Node compiler::Stmt compiler::WhileStmt
WhileStmt models a while loop of the format:
while (condition) block
Block block
Expr condition
override Bool isExit()
new make(Location location)
override Void print(AstWriter out)
override Void walkChildren(Visitor v, VisitDepth depth)