Uses of Class
org.jruby.internal.runtime.methods.JavaMethod

Packages that use JavaMethod
org.jruby   
org.jruby.anno   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.java.invokers   
org.jruby.java.proxies   
 

Uses of JavaMethod in org.jruby
 

Subclasses of JavaMethod in org.jruby
static class RubyClass.SpecificArityNew
           
 

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
 

Subclasses of JavaMethod in org.jruby.internal.runtime.methods
 class CompiledMethod
           
static class JavaMethod.JavaMethodNoBlock
           
static class JavaMethod.JavaMethodOne
           
static class JavaMethod.JavaMethodOneBlock
           
static class JavaMethod.JavaMethodOneOrTwo
           
static class JavaMethod.JavaMethodOneOrTwoBlock
           
static class JavaMethod.JavaMethodOneOrTwoOrThree
           
static class JavaMethod.JavaMethodOneOrTwoOrThreeBlock
           
static class JavaMethod.JavaMethodThree
           
static class JavaMethod.JavaMethodThreeBlock
           
static class JavaMethod.JavaMethodTwo
           
static class JavaMethod.JavaMethodTwoBlock
           
static class JavaMethod.JavaMethodTwoOrThree
           
static class JavaMethod.JavaMethodZero
           
static class JavaMethod.JavaMethodZeroBlock
           
static class JavaMethod.JavaMethodZeroOrOne
           
static class JavaMethod.JavaMethodZeroOrOneBlock
           
static class JavaMethod.JavaMethodZeroOrOneOrN
           
static class JavaMethod.JavaMethodZeroOrOneOrNBlock
           
static class JavaMethod.JavaMethodZeroOrOneOrTwo
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoBlock
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrN
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrNBlock
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrThree
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeBlock
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrN
           
static class JavaMethod.JavaMethodZeroOrOneOrTwoOrThreeOrNBlock
           
 class ReflectedCompiledMethod
           
 class ReflectedJavaMethod
           
 class ReflectedJavaMultiMethod
           
 

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
           
 

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 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
           
static class ConcreteJavaProxy.ConcreteNewMethod
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.