public class IRBreakJump extends IRJump 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) |
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)
Copyright © 2001-2016 JRuby. All Rights Reserved.