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 IRBreakJumpcreate(DynamicScope scopeToReturnTo, IRubyObject rv) Deprecated.static IRBreakJumpcreate(DynamicScope scopeToReturnTo, IRubyObject rv, boolean breakInEval) Methods inherited from class org.jruby.ir.runtime.IRJump
fillInStackTraceMethods 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
-