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