Package org.jruby.ir.runtime
Class IRBreakJump
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.ir.runtime.IRJump
org.jruby.ir.runtime.IRBreakJump
- All Implemented Interfaces:
Serializable
,Unrescuable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic IRBreakJump
create
(DynamicScope scopeToReturnTo, IRubyObject rv) Deprecated.static IRBreakJump
create
(DynamicScope scopeToReturnTo, IRubyObject rv, boolean breakInEval) Methods inherited from class org.jruby.ir.runtime.IRJump
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
scopeToReturnTo
-
breakValue
-
breakInEval
public boolean breakInEval
-
-
Method Details
-
create
Deprecated. -
create
-