class compiler::ReturnStmt
sys::Obj compiler::Node compiler::Stmt compiler::ReturnStmt
ReturnStmt returns from the method
- expr
-
Expr? expr - isDefiniteAssign
- isExit
-
virtual override Bool isExit() - isSynthetic
-
Bool isSynthetic - leaveVar
-
MethodVar? leaveVar - make
- makeSynthetic
-
static ReturnStmt makeSynthetic(Loc loc, Expr? expr := null) - toStr
-
virtual override Str toStr() - walkChildren
-
virtual override Void walkChildren(Visitor v, VisitDepth depth)