Package | Description |
---|---|
org.jruby | |
org.jruby.exceptions | |
org.jruby.ir.operands |
Modifier and Type | Method and Description |
---|---|
RubyLocalJumpError.Reason |
RubyLocalJumpError.getReason() |
static RubyLocalJumpError.Reason |
RubyLocalJumpError.Reason.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
RaiseException |
Ruby.newLocalJumpError(RubyLocalJumpError.Reason reason,
IRubyObject exitValue,
String message) |
Constructor and Description |
---|
RubyLocalJumpError(Ruby runtime,
RubyClass exceptionClass,
String message,
RubyLocalJumpError.Reason reason,
IRubyObject exitValue) |
Modifier and Type | Field and Description |
---|---|
protected RubyLocalJumpError.Reason |
JumpException.FlowControlException.reason |
Constructor and Description |
---|
JumpException.FlowControlException(RubyLocalJumpError.Reason reason) |
JumpException.FlowControlException(RubyLocalJumpError.Reason reason,
int target,
Object value) |
Modifier and Type | Method and Description |
---|---|
RubyLocalJumpError.Reason |
IRException.getType() |
Constructor and Description |
---|
IRException(RubyLocalJumpError.Reason type) |
Copyright © 2001-2017 JRuby. All Rights Reserved.