Package | Description |
---|---|
org.jruby.java.dispatch | |
org.jruby.java.invokers |
Modifier and Type | Method and Description |
---|---|
static <T extends JavaCallable> |
CallableSelector.matchingCallableArityFour(Ruby runtime,
RubyToJavaInvoker<T> invoker,
T[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3) |
static <T extends JavaCallable> |
CallableSelector.matchingCallableArityN(Ruby runtime,
RubyToJavaInvoker<T> invoker,
T[] methods,
IRubyObject[] args) |
static <T extends JavaCallable> |
CallableSelector.matchingCallableArityOne(Ruby runtime,
RubyToJavaInvoker<T> invoker,
T[] methods,
IRubyObject arg0) |
static <T extends JavaCallable> |
CallableSelector.matchingCallableArityThree(Ruby runtime,
RubyToJavaInvoker<T> invoker,
T[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static <T extends JavaCallable> |
CallableSelector.matchingCallableArityTwo(Ruby runtime,
RubyToJavaInvoker<T> invoker,
T[] methods,
IRubyObject arg0,
IRubyObject arg1) |
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInvoker |
class |
InstanceMethodInvoker |
class |
MethodInvoker |
class |
SingletonMethodInvoker |
class |
StaticMethodInvoker |
Copyright © 2001-2015 JRuby. All Rights Reserved.