Uses of Enum Class
org.jruby.RubyLocalJumpError.Reason
Packages that use RubyLocalJumpError.Reason
-
Uses of RubyLocalJumpError.Reason in org.jruby
Methods in org.jruby that return RubyLocalJumpError.ReasonModifier and TypeMethodDescriptionRubyLocalJumpError.getReason()static RubyLocalJumpError.ReasonReturns the enum constant of this class with the specified name.static RubyLocalJumpError.Reason[]RubyLocalJumpError.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby with parameters of type RubyLocalJumpError.ReasonModifier and TypeMethodDescriptionRuby.newLocalJumpError(RubyLocalJumpError.Reason reason, IRubyObject exitValue, String message) Constructors in org.jruby with parameters of type RubyLocalJumpError.ReasonModifierConstructorDescriptionRubyLocalJumpError(Ruby runtime, RubyClass exceptionClass, String message, RubyLocalJumpError.Reason reason, IRubyObject exitValue) -
Uses of RubyLocalJumpError.Reason in org.jruby.exceptions
Fields in org.jruby.exceptions declared as RubyLocalJumpError.ReasonModifier and TypeFieldDescriptionprotected final RubyLocalJumpError.ReasonJumpException.FlowControlException.reasonConstructors in org.jruby.exceptions with parameters of type RubyLocalJumpError.ReasonModifierConstructorDescriptionFlowControlException(RubyLocalJumpError.Reason reason, int target, Object value) -
Uses of RubyLocalJumpError.Reason in org.jruby.ir.operands
Methods in org.jruby.ir.operands that return RubyLocalJumpError.ReasonConstructors in org.jruby.ir.operands with parameters of type RubyLocalJumpError.Reason