public class IRBreakJump extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
boolean |
breakInEval |
IRubyObject |
breakValue |
boolean |
caughtByLambda |
int |
scopeIdToReturnTo |
| Modifier and Type | Method and Description |
|---|---|
static IRBreakJump |
create(int scopeIdToReturnTo,
IRubyObject rv) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int scopeIdToReturnTo
public IRubyObject breakValue
public boolean caughtByLambda
public boolean breakInEval
public static IRBreakJump create(int scopeIdToReturnTo, IRubyObject rv)
Copyright © 2001–2024 JRuby. All rights reserved.