Package | Description |
---|---|
org.jruby.internal.runtime.methods | |
org.jruby.runtime | |
org.jruby.runtime.callsite | |
org.jruby.runtime.invokedynamic |
Modifier and Type | Method and Description |
---|---|
protected IRubyObject |
DynamicMethod.handleBreak(ThreadContext context,
Ruby runtime,
JumpException.BreakJump bj,
int callNumber) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Helpers.breakJumpInWhile(JumpException.BreakJump bj,
ThreadContext context) |
Modifier and Type | Method and Description |
---|---|
protected static IRubyObject |
SuperCallSite.handleBreakJump(ThreadContext context,
JumpException.BreakJump bj) |
Modifier and Type | Method and Description |
---|---|
protected static IRubyObject |
SuperCallSite.handleBreakJump(ThreadContext context,
JumpException.BreakJump bj) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(JumpException.BreakJump bj,
CacheEntry entry,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(JumpException.BreakJump bj,
ThreadContext context) |
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(ThreadContext context,
JumpException.BreakJump bj) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(JumpException.BreakJump bj,
CacheEntry entry,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(JumpException.BreakJump bj,
ThreadContext context) |
static IRubyObject |
InvokeDynamicSupport.handleBreakJump(ThreadContext context,
JumpException.BreakJump bj) |
Copyright © 2001-2014 JRuby. All Rights Reserved.