|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodFactory | |
---|---|
org.jruby | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime |
Uses of MethodFactory in org.jruby |
---|
Methods in org.jruby with parameters of type MethodFactory | |
---|---|
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)
|
Uses of MethodFactory in org.jruby.internal.runtime.methods |
---|
Subclasses of MethodFactory in org.jruby.internal.runtime.methods | |
---|---|
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. |
Constructors in org.jruby.internal.runtime.methods with parameters of type MethodFactory | |
---|---|
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)
|
Uses of MethodFactory in org.jruby.runtime |
---|
Methods in org.jruby.runtime that return MethodFactory | |
---|---|
static MethodFactory |
MethodFactory.createFactory(java.lang.ClassLoader classLoader)
Based on optional properties, create a new MethodFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |