public class IRReturnJump extends IRJump implements Unrescuable
| Modifier and Type | Field and Description |
|---|---|
DynamicScope |
methodToReturnFrom |
IRScope |
returnScope |
java.lang.Object |
returnValue |
| Modifier and Type | Method and Description |
|---|---|
static IRReturnJump |
create(IRScope returnScope,
DynamicScope scopeToReturnFrom,
java.lang.Object rv) |
boolean |
isReturnToScope(DynamicScope scope) |
java.lang.String |
toString() |
fillInStackTracepublic final IRScope returnScope
public final DynamicScope methodToReturnFrom
public final java.lang.Object returnValue
public static IRReturnJump create(IRScope returnScope, DynamicScope scopeToReturnFrom, java.lang.Object rv)
public boolean isReturnToScope(DynamicScope scope)
public java.lang.String toString()
toString in class java.lang.ThrowableCopyright © 2001-2020 JRuby. All Rights Reserved.