| Package | Description |
|---|---|
| org.jruby.internal.runtime.methods |
| Modifier and Type | Class and Description |
|---|---|
class |
DumpingInvocationMethodFactory
This factory extends InvocationMethodFactory by also dumping the classes to
.class files at runtime.
|
class |
InvokeDynamicMethodFactory
In order to avoid the overhead with reflection-based method handles, this
MethodFactory uses ASM to generate tiny invoker classes.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.