Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.interpreter | |
org.jruby.ir.runtime | |
org.jruby.ir.targets | |
org.jruby.runtime.scope |
Modifier and Type | Method and Description |
---|---|
IRMethod |
IRScope.getNearestMethod() |
Modifier and Type | Field and Description |
---|---|
IRMethod |
NonlocalReturnInstr.methodToReturnFrom |
Modifier and Type | Method and Description |
---|---|
IRMethod |
DefineInstanceMethodInstr.getMethod() |
IRMethod |
DefineClassMethodInstr.getMethod() |
Constructor and Description |
---|
DefineClassMethodInstr(Operand container,
IRMethod method) |
DefineInstanceMethodInstr(Operand container,
IRMethod method) |
NonlocalReturnInstr(Operand returnValue,
IRMethod methodToReturnFrom) |
Modifier and Type | Field and Description |
---|---|
IRMethod |
InlineMethodHint.inlineableMethod |
Constructor and Description |
---|
InlineMethodHint(IRMethod m) |
Modifier and Type | Field and Description |
---|---|
IRMethod |
IRReturnJump.methodToReturnFrom |
Modifier and Type | Method and Description |
---|---|
static IRReturnJump |
IRReturnJump.create(IRMethod m,
Object rv) |
static void |
IRRuntimeHelpers.initiateNonLocalReturn(ThreadContext context,
IRScope scope,
IRMethod methodToReturnFrom,
IRubyObject returnValue) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.emit(IRMethod method) |
Constructor and Description |
---|
SharedBindingDynamicScope(StaticScope staticScope,
IRMethod irMethod) |
Copyright © 2001-2014 JRuby. All Rights Reserved.