Uses of Class
org.jruby.javasupport.JavaCallable
Packages that use JavaCallable
-
Uses of JavaCallable in org.jruby.java.dispatch
Methods in org.jruby.java.dispatch with type parameters of type JavaCallableModifier and TypeMethodDescriptionstatic <T extends JavaCallable>
TCallableSelector.matchingCallableArityFour
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityN
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject[] args) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityOne
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityThree
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityTwo
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityZero
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods) Methods in org.jruby.java.dispatch that return JavaCallableModifier and TypeMethodDescriptionstatic JavaCallable
CallableSelector.matchingCallableArityFour
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) Deprecated.static JavaCallable
CallableSelector.matchingCallableArityN
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject[] args) Deprecated.static JavaCallable
CallableSelector.matchingCallableArityOne
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0) Deprecated.static JavaCallable
CallableSelector.matchingCallableArityThree
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static JavaCallable
CallableSelector.matchingCallableArityTwo
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1) Deprecated.Methods in org.jruby.java.dispatch with parameters of type JavaCallableModifier and TypeMethodDescriptionstatic JavaCallable
CallableSelector.matchingCallableArityFour
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) Deprecated.static <T extends JavaCallable>
TCallableSelector.matchingCallableArityFour
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) static JavaCallable
CallableSelector.matchingCallableArityN
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject[] args) Deprecated.static <T extends JavaCallable>
TCallableSelector.matchingCallableArityN
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject[] args) static JavaCallable
CallableSelector.matchingCallableArityOne
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0) Deprecated.static <T extends JavaCallable>
TCallableSelector.matchingCallableArityOne
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0) static JavaCallable
CallableSelector.matchingCallableArityThree
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static <T extends JavaCallable>
TCallableSelector.matchingCallableArityThree
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static JavaCallable
CallableSelector.matchingCallableArityTwo
(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1) Deprecated.static <T extends JavaCallable>
TCallableSelector.matchingCallableArityTwo
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods, IRubyObject arg0, IRubyObject arg1) static <T extends JavaCallable>
TCallableSelector.matchingCallableArityZero
(Ruby runtime, RubyToJavaInvoker<T> invoker, T[] methods) -
Uses of JavaCallable in org.jruby.java.invokers
Classes in org.jruby.java.invokers with type parameters of type JavaCallableFields in org.jruby.java.invokers declared as JavaCallableModifier and TypeFieldDescriptionprotected T
RubyToJavaInvoker.javaCallable
protected T[][]
RubyToJavaInvoker.javaCallables
protected T[]
RubyToJavaInvoker.javaVarargsCallables
Methods in org.jruby.java.invokers that return JavaCallableModifier and TypeMethodDescriptionprotected JavaCallable
ConstructorInvoker.createCallable
(Ruby ruby, Member member) protected final JavaCallable
MethodInvoker.createCallable
(Ruby runtime, Member member) protected JavaCallable[]
ConstructorInvoker.createCallableArray
(int size) protected JavaCallable[]
ConstructorInvoker.createCallableArray
(JavaCallable callable) protected final JavaCallable[]
MethodInvoker.createCallableArray
(int size) protected final JavaCallable[]
MethodInvoker.createCallableArray
(JavaCallable callable) protected abstract T[]
RubyToJavaInvoker.createCallableArray
(int size) protected abstract T[]
RubyToJavaInvoker.createCallableArray
(T callable) protected JavaCallable[][]
ConstructorInvoker.createCallableArrayArray
(int size) protected final JavaCallable[][]
MethodInvoker.createCallableArrayArray
(int size) protected abstract T[][]
RubyToJavaInvoker.createCallableArrayArray
(int size) Methods in org.jruby.java.invokers with parameters of type JavaCallableModifier and TypeMethodDescriptionprotected JavaCallable[]
ConstructorInvoker.createCallableArray
(JavaCallable callable) protected final JavaCallable[]
MethodInvoker.createCallableArray
(JavaCallable callable) -
Uses of JavaCallable in org.jruby.javasupport
Subclasses of JavaCallable in org.jruby.javasupportMethods in org.jruby.javasupport that return JavaCallableModifier and TypeMethodDescriptionstatic JavaCallable
JavaClass.getMatchingCallable
(Ruby runtime, Class<?> javaClass, String methodName, Class<?>[] argumentTypes) Deprecated.