Methods in org.jruby.runtime.invokedynamic with parameters of type InvokeDynamicSupport.JRubyCallSite |
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
Block block)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject[] args)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
Block block)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
Block block)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
Block block)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2)
|
static IRubyObject |
InvokeDynamicSupport.fallback(InvokeDynamicSupport.JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block)
|