sys::Obj compiler::Node compiler::Stmt compiler::ExprStmt
ExprStmt is a statement with a stand along expression such as an assignment or method call.
Expr expr
override Bool isExit()
new make(Expr expr)
override Void print(AstWriter out)
Void printOpt(AstWriter out, Bool nl := def)
override Void walkChildren(Visitor v, VisitDepth depth)