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