public class IRBreakJump
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
boolean |
breakInEval |
IRubyObject |
breakValue |
boolean |
caughtByLambda |
int |
scopeIdToReturnTo |
private static java.lang.ThreadLocal<java.lang.ref.Reference<IRBreakJump>> |
threadLocalBJ |
| Modifier | Constructor and Description |
|---|---|
private |
IRBreakJump() |
| Modifier and Type | Method and Description |
|---|---|
static IRBreakJump |
create(int scopeIdToReturnTo,
IRubyObject rv) |
public int scopeIdToReturnTo
public IRubyObject breakValue
public boolean caughtByLambda
public boolean breakInEval
private static java.lang.ThreadLocal<java.lang.ref.Reference<IRBreakJump>> threadLocalBJ
public static IRBreakJump create(int scopeIdToReturnTo, IRubyObject rv)