Uses of Interface
org.jruby.java.dispatch.CallableSelector.CallableCache
Packages that use CallableSelector.CallableCache
-
Uses of CallableSelector.CallableCache in org.jruby.java.dispatch
Methods in org.jruby.java.dispatch with parameters of type CallableSelector.CallableCacheModifier and TypeMethodDescriptionstatic <T extends ParameterTypes>
TCallableSelector.matchingCallableArityFour
(Ruby runtime, CallableSelector.CallableCache<T> cache, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) static <T extends ParameterTypes>
TCallableSelector.matchingCallableArityN
(Ruby runtime, CallableSelector.CallableCache<T> cache, T[] methods, IRubyObject[] args) static <T extends ParameterTypes>
TCallableSelector.matchingCallableArityOne
(Ruby runtime, CallableSelector.CallableCache<T> cache, T[] methods, IRubyObject arg0) static <T extends ParameterTypes>
TCallableSelector.matchingCallableArityThree
(Ruby runtime, CallableSelector.CallableCache<T> cache, T[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static <T extends ParameterTypes>
TCallableSelector.matchingCallableArityTwo
(Ruby runtime, CallableSelector.CallableCache<T> cache, T[] methods, IRubyObject arg0, IRubyObject arg1) -
Uses of CallableSelector.CallableCache in org.jruby.javasupport
Classes in org.jruby.javasupport that implement CallableSelector.CallableCacheModifier and TypeClassDescriptionstatic class
static class
Used for concrete reified classes.Methods in org.jruby.javasupport with parameters of type CallableSelector.CallableCacheModifier and TypeMethodDescriptionstatic <T extends ParameterTypes>
TJava.JCreateMethod.matchConstructorIndex
(ThreadContext context, T[] constructors, CallableSelector.CallableCache<ParameterTypes> cache, int arity, IRubyObject... args)