public class IRReturnJump extends java.lang.RuntimeException implements Unrescuable
| Modifier and Type | Field and Description |
|---|---|
IRMethod |
methodToReturnFrom |
java.lang.Object |
returnValue |
private static java.lang.ThreadLocal<java.lang.ref.Reference<IRReturnJump>> |
threadLocalRJ |
| Modifier | Constructor and Description |
|---|---|
private |
IRReturnJump() |
| Modifier and Type | Method and Description |
|---|---|
static IRReturnJump |
create(IRMethod m,
java.lang.Object rv) |
public IRMethod methodToReturnFrom
public java.lang.Object returnValue
private static java.lang.ThreadLocal<java.lang.ref.Reference<IRReturnJump>> threadLocalRJ
public static IRReturnJump create(IRMethod m, java.lang.Object rv)