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 JavaCallableCallableSelector.matchingCallableArityFour(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) Deprecated.static JavaCallableCallableSelector.matchingCallableArityN(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject[] args) Deprecated.static JavaCallableCallableSelector.matchingCallableArityOne(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0) Deprecated.static JavaCallableCallableSelector.matchingCallableArityThree(Ruby runtime, Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static JavaCallableCallableSelector.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 JavaCallableCallableSelector.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 JavaCallableCallableSelector.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 JavaCallableCallableSelector.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 JavaCallableCallableSelector.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 JavaCallableCallableSelector.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 TRubyToJavaInvoker.javaCallableprotected T[][]RubyToJavaInvoker.javaCallablesprotected T[]RubyToJavaInvoker.javaVarargsCallablesMethods in org.jruby.java.invokers that return JavaCallableModifier and TypeMethodDescriptionprotected JavaCallableConstructorInvoker.createCallable(Ruby ruby, Member member) protected final JavaCallableMethodInvoker.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 JavaCallableJavaClass.getMatchingCallable(Ruby runtime, Class<?> javaClass, String methodName, Class<?>[] argumentTypes) Deprecated.