| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.internal.runtime.methods | |
| org.jruby.runtime |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RubyModule.defineAnnotatedMethod(JavaMethodDescriptor desc,
MethodFactory methodFactory) |
boolean |
RubyModule.defineAnnotatedMethod(java.lang.reflect.Method method,
MethodFactory methodFactory) |
boolean |
RubyModule.defineAnnotatedMethod(java.lang.String name,
java.util.List<JavaMethodDescriptor> methods,
MethodFactory methodFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DumpingInvocationMethodFactory
This factory extends InvocationMethodFactory by also dumping the classes to
.class files at runtime.
|
class |
InvocationMethodFactory
In order to avoid the overhead with reflection-based method handles, this
MethodFactory uses ASM to generate tiny invoker classes.
|
class |
ReflectionMethodFactory
This MethodFactory uses reflection to provide method handles.
|
| Constructor and Description |
|---|
CompiledMethod.LazyCompiledMethod(RubyModule implementationClass,
java.lang.String method,
Arity arity,
Visibility visibility,
StaticScope scope,
java.lang.Object scriptObject,
CallConfiguration callConfig,
ISourcePosition position,
java.lang.String parameterDesc,
MethodFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static MethodFactory |
MethodFactory.createFactory(java.lang.ClassLoader classLoader)
Based on optional properties, create a new MethodFactory.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.