public class IRReturnJump extends RuntimeException implements Unrescuable
| Modifier and Type | Field and Description |
|---|---|
DynamicScope |
methodToReturnFrom |
Object |
returnValue |
| Modifier and Type | Method and Description |
|---|---|
static IRReturnJump |
create(DynamicScope scope,
Object rv) |
Throwable |
fillInStackTrace() |
String |
toString() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DynamicScope methodToReturnFrom
public Object returnValue
public static IRReturnJump create(DynamicScope scope, Object rv)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2001-2016 JRuby. All Rights Reserved.