Uses of Class
org.jruby.java.invokers.InstanceMethodInvoker
Packages that use InstanceMethodInvoker
-
Uses of InstanceMethodInvoker in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime with parameters of type InstanceMethodInvokerModifier and TypeMethodDescriptionprivate static IRubyObjectIRRuntimeHelpers.javaProxySuper(ThreadContext context, JavaProxy self, String id, RubyClass definingModule, IRubyObject[] args, InstanceMethodInvoker superMethod) Perform a super invocation against a Java proxy, using proxy logic to locate and invoke the appropriate shim method.