Package | Description |
---|---|
org.jruby.exceptions | |
org.jruby.runtime |
Modifier and Type | Class and Description |
---|---|
static class |
JumpException.BreakJump |
static class |
JumpException.NextJump |
static class |
JumpException.RedoJump |
static class |
JumpException.ReturnJump |
static class |
JumpException.SpecialJump |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Helpers.handleBlockJump(ThreadContext context,
JumpException.FlowControlException jump,
Block.Type type)
Should be called on jumps out of blocks.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.