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
virtual Bool isExit()
new make(Expr expr)
virtual Void print(AstWriter out)
Void printOpt(AstWriter out, Bool nl := def)
virtual Void walkChildren(Visitor v, VisitDepth depth)