|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaMethod | |
---|---|
org.jruby.anno | |
org.jruby.internal.runtime.methods | |
org.jruby.java |
Uses of JavaMethod in org.jruby.anno |
---|
Methods in org.jruby.anno with parameters of type JavaMethod | |
---|---|
void |
TypePopulator.populateMethod(JavaMethod javaMethod,
int arity,
java.lang.String simpleName,
boolean isStatic,
CallConfiguration callConfig)
|
DynamicMethod |
TypePopulator.populateModuleMethod(RubyModule cls,
JavaMethod javaMethod)
|
Uses of JavaMethod in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type JavaMethod | |
---|---|
void |
InvocationMethodFactory.prepareAnnotatedMethod(RubyModule implementationClass,
JavaMethod javaMethod,
JavaMethodDescriptor desc)
Use code generation to provide a method handle based on an annotated Java method. |
Uses of JavaMethod in org.jruby.java |
---|
Subclasses of JavaMethod in org.jruby.java | |
---|---|
static class |
MiniJava.AbstractJavaWrapperMethod
|
static class |
MiniJava.AbstractJavaWrapperMethodZero
|
protected static class |
MiniJava.JavaObjectWrapperMethod
|
protected static class |
MiniJava.JavaObjectWrapperMethodZero
|
protected static class |
MiniJava.JavaVoidWrapperMethod
|
protected static class |
MiniJava.JavaVoidWrapperMethodZero
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |