|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaMethodDescriptor | |
---|---|
org.jruby | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime |
Uses of JavaMethodDescriptor in org.jruby |
---|
Methods in org.jruby that return types with arguments of type JavaMethodDescriptor | |
---|---|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getAllAnnotatedMethods()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getAnnotatedMethods()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getAnnotatedMethods1_8()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getAnnotatedMethods1_9()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getStaticAnnotatedMethods()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getStaticAnnotatedMethods1_8()
|
java.util.Map<java.lang.String,java.util.List<JavaMethodDescriptor>> |
RubyModule.MethodClumper.getStaticAnnotatedMethods1_9()
|
Methods in org.jruby with parameters of type JavaMethodDescriptor | |
---|---|
boolean |
RubyModule.defineAnnotatedMethod(JavaMethodDescriptor desc,
MethodFactory methodFactory)
|
Method parameters in org.jruby with type arguments of type JavaMethodDescriptor | |
---|---|
boolean |
RubyModule.defineAnnotatedMethod(java.lang.String name,
java.util.List<JavaMethodDescriptor> methods,
MethodFactory methodFactory)
|
Uses of JavaMethodDescriptor in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type JavaMethodDescriptor | |
---|---|
DynamicMethod |
InvocationMethodFactory.getAnnotatedMethod(RubyModule implementationClass,
JavaMethodDescriptor desc)
Use code generation to provide a method handle based on an annotated Java method. |
DynamicMethod |
ReflectionMethodFactory.getAnnotatedMethod(RubyModule implementationClass,
JavaMethodDescriptor desc)
Use reflection to provide a method handle based on an annotated Java method. |
void |
InvocationMethodFactory.prepareAnnotatedMethod(RubyModule implementationClass,
JavaMethod javaMethod,
JavaMethodDescriptor desc)
Use code generation to provide a method handle based on an annotated Java method. |
Method parameters in org.jruby.internal.runtime.methods with type arguments of type JavaMethodDescriptor | |
---|---|
DynamicMethod |
InvocationMethodFactory.getAnnotatedMethod(RubyModule implementationClass,
java.util.List<JavaMethodDescriptor> descs)
Use code generation to provide a method handle based on an annotated Java method. |
DynamicMethod |
ReflectionMethodFactory.getAnnotatedMethod(RubyModule implementationClass,
java.util.List<JavaMethodDescriptor> descs)
Use reflection to provide a method handle based on an annotated Java method. |
java.lang.Class |
InvocationMethodFactory.getAnnotatedMethodClass(java.util.List<JavaMethodDescriptor> descs)
Use code generation to provide a method handle based on an annotated Java method. |
Uses of JavaMethodDescriptor in org.jruby.runtime |
---|
Methods in org.jruby.runtime with parameters of type JavaMethodDescriptor | |
---|---|
void |
MethodFactory.MethodDefiningCallback.define(RubyModule targetMetaClass,
JavaMethodDescriptor desc,
DynamicMethod dynamicMethod)
Deprecated. |
abstract DynamicMethod |
MethodFactory.getAnnotatedMethod(RubyModule implementationClass,
JavaMethodDescriptor desc)
Based on an annotated Java method object, generate a method handle using the annotation and the target signature. |
Method parameters in org.jruby.runtime with type arguments of type JavaMethodDescriptor | |
---|---|
abstract DynamicMethod |
MethodFactory.getAnnotatedMethod(RubyModule implementationClass,
java.util.List<JavaMethodDescriptor> desc)
Based on a list of annotated Java methods, generate a method handle using the annotation and the target signatures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |