Uses of Class
org.jruby.internal.runtime.methods.JavaMethod
Packages that use JavaMethod
Package
Description
-
Uses of JavaMethod in org.jruby
Subclasses of JavaMethod in org.jrubyModifier and TypeClassDescriptionstatic classstatic class -
Uses of JavaMethod in org.jruby.anno
Methods in org.jruby.anno with parameters of type JavaMethodModifier and TypeMethodDescriptionstatic voidTypePopulator.populateMethod(JavaMethod javaMethod, int arity, String simpleName, boolean isStatic, boolean notImplemented, boolean core) static voidTypePopulator.populateMethod(JavaMethod javaMethod, int arity, String simpleName, boolean isStatic, boolean notImplemented, boolean core, Class nativeTarget, String nativeName, Class nativeReturn, Class[] nativeArguments) -
Uses of JavaMethod in org.jruby.internal.runtime.methods
Subclasses of JavaMethod in org.jruby.internal.runtime.methodsModifier and TypeClassDescriptionclassA method type for attribute writers (as created by attr_writer or attr_accessor).classA method type for attribute writers (as created by attr_writer or attr_accessor).static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.jruby.internal.runtime.methods that return JavaMethodModifier and TypeMethodDescriptionInvocationMethodFactory.constructJavaMethod(RubyModule implementationClass, JavaMethodDescriptor desc, String name, Class c) Methods in org.jruby.internal.runtime.methods with parameters of type JavaMethodModifier and TypeMethodDescriptionprotected static voidJavaMethod.checkArgumentCount(JavaMethod method, ThreadContext context, String name, IRubyObject[] args, int num) protected static IRubyObjectJavaMethod.raiseArgumentError(JavaMethod method, ThreadContext context, String name, int given, int min, int max) -
Uses of JavaMethod in org.jruby.java.invokers
Subclasses of JavaMethod in org.jruby.java.invokersModifier and TypeClassDescriptionfinal classclassJava field setter (writer) base implementation e.g.classJava field getter (reader) base implementation e.g.classclassfinal classclassclassRubyToJavaInvoker<T extends JavaCallable>final classclassclassfinal class -
Uses of JavaMethod in org.jruby.java.proxies
Subclasses of JavaMethod in org.jruby.java.proxiesModifier and TypeClassDescriptionstatic final classstatic classManually added as an override of `new` for Concrete Extension -
Uses of JavaMethod in org.jruby.javasupport
Subclasses of JavaMethod in org.jruby.javasupport