public class IRBreakJump extends RuntimeException implements Unrescuable
Modifier and Type | Field and Description |
---|---|
boolean |
breakInEval |
IRubyObject |
breakValue |
boolean |
caughtByLambda |
DynamicScope |
scopeToReturnTo |
Modifier and Type | Method and Description |
---|---|
static IRBreakJump |
create(DynamicScope scopeToReturnTo,
IRubyObject rv) |
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DynamicScope scopeToReturnTo
public IRubyObject breakValue
public boolean caughtByLambda
public boolean breakInEval
public static IRBreakJump create(DynamicScope scopeToReturnTo, IRubyObject rv)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2001-2015 JRuby. All Rights Reserved.