Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.targets | |
org.jruby.runtime.scope |
Modifier and Type | Method and Description |
---|---|
IRMethod |
IRScope.getNearestMethod() |
Modifier and Type | Method and Description |
---|---|
IRMethod |
DefineInstanceMethodInstr.getMethod() |
IRMethod |
DefineClassMethodInstr.getMethod() |
Constructor and Description |
---|
DefineClassMethodInstr(Operand container,
IRMethod method) |
DefineInstanceMethodInstr(IRMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.emitMethod(IRMethod method) |
void |
JVMVisitor.emitMethodJIT(IRMethod method) |
Constructor and Description |
---|
SharedBindingDynamicScope(StaticScope staticScope,
IRMethod irMethod) |
Copyright © 2001-2015 JRuby. All Rights Reserved.