|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyLocalJumpError.Reason | |
|---|---|
| org.jruby | |
| org.jruby.exceptions | |
| Uses of RubyLocalJumpError.Reason in org.jruby |
|---|
| Methods in org.jruby that return RubyLocalJumpError.Reason | |
|---|---|
RubyLocalJumpError.Reason |
RubyLocalJumpError.getReason()
|
static RubyLocalJumpError.Reason |
RubyLocalJumpError.Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RubyLocalJumpError.Reason[] |
RubyLocalJumpError.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jruby with parameters of type RubyLocalJumpError.Reason | |
|---|---|
RaiseException |
Ruby.newLocalJumpError(RubyLocalJumpError.Reason reason,
IRubyObject exitValue,
java.lang.String message)
|
| Constructors in org.jruby with parameters of type RubyLocalJumpError.Reason | |
|---|---|
RubyLocalJumpError(Ruby runtime,
RubyClass exceptionClass,
java.lang.String message,
RubyLocalJumpError.Reason reason,
IRubyObject exitValue)
|
|
| Uses of RubyLocalJumpError.Reason in org.jruby.exceptions |
|---|
| Fields in org.jruby.exceptions declared as RubyLocalJumpError.Reason | |
|---|---|
protected RubyLocalJumpError.Reason |
JumpException.FlowControlException.reason
|
| Constructors in org.jruby.exceptions with parameters of type RubyLocalJumpError.Reason | |
|---|---|
JumpException.FlowControlException(RubyLocalJumpError.Reason reason)
|
|
JumpException.FlowControlException(RubyLocalJumpError.Reason reason,
int target,
java.lang.Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||