|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaMethod | |
|---|---|
| org.jruby | |
| org.jruby.anno | |
| org.jruby.internal.runtime.methods | |
| org.jruby.java.invokers | |
| org.jruby.java.proxies | |
| Uses of JavaMethod in org.jruby |
|---|
| Subclasses of JavaMethod in org.jruby | |
|---|---|
static class |
RubyKernel.MethodMissingMethod
|
static class |
RubyModule.RespondToMissingMethod
|
| Uses of JavaMethod in org.jruby.anno |
|---|
| Methods in org.jruby.anno with parameters of type JavaMethod | |
|---|---|
static void |
TypePopulator.populateMethod(JavaMethod javaMethod,
int arity,
java.lang.String simpleName,
boolean isStatic,
CallConfiguration callConfig,
boolean notImplemented)
|
static 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 | |
|---|---|
protected static void |
JavaMethod.checkArgumentCount(JavaMethod method,
ThreadContext context,
java.lang.String name,
IRubyObject[] args,
int num)
|
void |
InvocationMethodFactory.prepareAnnotatedMethod(RubyModule implementationClass,
JavaMethod javaMethod,
JavaMethodDescriptor desc)
Use code generation to provide a method handle based on an annotated Java method. |
protected static IRubyObject |
JavaMethod.raiseArgumentError(JavaMethod method,
ThreadContext context,
java.lang.String name,
int given,
int min,
int max)
|
| Uses of JavaMethod in org.jruby.java.invokers |
|---|
| Subclasses of JavaMethod in org.jruby.java.invokers | |
|---|---|
class |
ConstructorInvoker
|
class |
FieldMethodOne
|
class |
FieldMethodZero
|
class |
InstanceFieldGetter
|
class |
InstanceFieldSetter
|
class |
InstanceMethodInvoker
|
class |
MethodInvoker
|
class |
RubyToJavaInvoker
|
class |
SingletonMethodInvoker
|
class |
StaticFieldGetter
|
class |
StaticFieldSetter
|
class |
StaticMethodInvoker
|
| Uses of JavaMethod in org.jruby.java.proxies |
|---|
| Subclasses of JavaMethod in org.jruby.java.proxies | |
|---|---|
static class |
ArrayJavaProxy.ArrayNewMethod
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||