| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.targets | |
| org.jruby.runtime.scope |
| Modifier and Type | Method and Description |
|---|---|
IRMethod |
IRClosure.convertToMethod(String name) |
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 |
|---|---|
protected void |
JVMVisitor.emitMethod(IRMethod method,
JVMVisitorMethodContext context) |
protected void |
JVMVisitor.emitMethodJIT(IRMethod method,
JVMVisitorMethodContext context) |
| Constructor and Description |
|---|
SharedBindingDynamicScope(StaticScope staticScope,
IRMethod irMethod) |
Copyright © 2001-2016 JRuby. All Rights Reserved.