|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaCallable | |
---|---|
org.jruby.java.dispatch | |
org.jruby.java.invokers | |
org.jruby.javasupport |
Uses of JavaCallable in org.jruby.java.dispatch |
---|
Methods in org.jruby.java.dispatch that return JavaCallable | |
---|---|
static JavaCallable |
CallableSelector.matchingCallableArityFour(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3)
|
static JavaCallable |
CallableSelector.matchingCallableArityN(java.util.Map cache,
JavaCallable[] methods,
IRubyObject[] args,
int argsLength)
|
static JavaCallable |
CallableSelector.matchingCallableArityOne(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0)
|
static JavaCallable |
CallableSelector.matchingCallableArityThree(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2)
|
static JavaCallable |
CallableSelector.matchingCallableArityTwo(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1)
|
Methods in org.jruby.java.dispatch with parameters of type JavaCallable | |
---|---|
static JavaCallable |
CallableSelector.matchingCallableArityFour(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3)
|
static JavaCallable |
CallableSelector.matchingCallableArityN(java.util.Map cache,
JavaCallable[] methods,
IRubyObject[] args,
int argsLength)
|
static JavaCallable |
CallableSelector.matchingCallableArityOne(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0)
|
static JavaCallable |
CallableSelector.matchingCallableArityThree(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2)
|
static JavaCallable |
CallableSelector.matchingCallableArityTwo(java.util.Map cache,
JavaCallable[] methods,
IRubyObject arg0,
IRubyObject arg1)
|
Uses of JavaCallable in org.jruby.java.invokers |
---|
Fields in org.jruby.java.invokers declared as JavaCallable | |
---|---|
protected JavaCallable |
RubyToJavaInvoker.javaCallable
|
protected JavaCallable[][] |
RubyToJavaInvoker.javaCallables
|
protected JavaCallable[] |
RubyToJavaInvoker.javaVarargsCallables
|
Methods in org.jruby.java.invokers that return JavaCallable | |
---|---|
protected JavaCallable |
ConstructorInvoker.createCallable(Ruby ruby,
java.lang.reflect.Member member)
|
protected JavaCallable |
MethodInvoker.createCallable(Ruby ruby,
java.lang.reflect.Member member)
|
protected abstract JavaCallable |
RubyToJavaInvoker.createCallable(Ruby ruby,
java.lang.reflect.Member member)
|
protected JavaCallable[] |
ConstructorInvoker.createCallableArray(int size)
|
protected JavaCallable[] |
MethodInvoker.createCallableArray(int size)
|
protected abstract JavaCallable[] |
RubyToJavaInvoker.createCallableArray(int size)
|
protected JavaCallable[] |
ConstructorInvoker.createCallableArray(JavaCallable callable)
|
protected JavaCallable[] |
MethodInvoker.createCallableArray(JavaCallable callable)
|
protected abstract JavaCallable[] |
RubyToJavaInvoker.createCallableArray(JavaCallable callable)
|
protected JavaCallable[][] |
ConstructorInvoker.createCallableArrayArray(int size)
|
protected JavaCallable[][] |
MethodInvoker.createCallableArrayArray(int size)
|
protected abstract JavaCallable[][] |
RubyToJavaInvoker.createCallableArrayArray(int size)
|
protected JavaCallable |
RubyToJavaInvoker.findCallable(IRubyObject self,
java.lang.String name,
IRubyObject[] args,
int arity)
|
protected JavaCallable |
RubyToJavaInvoker.findCallableArityFour(IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3)
|
protected JavaCallable |
RubyToJavaInvoker.findCallableArityOne(IRubyObject self,
java.lang.String name,
IRubyObject arg0)
|
protected JavaCallable |
RubyToJavaInvoker.findCallableArityThree(IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2)
|
protected JavaCallable |
RubyToJavaInvoker.findCallableArityTwo(IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1)
|
protected JavaCallable |
RubyToJavaInvoker.findCallableArityZero(IRubyObject self,
java.lang.String name)
|
Methods in org.jruby.java.invokers with parameters of type JavaCallable | |
---|---|
protected JavaCallable[] |
ConstructorInvoker.createCallableArray(JavaCallable callable)
|
protected JavaCallable[] |
MethodInvoker.createCallableArray(JavaCallable callable)
|
protected abstract JavaCallable[] |
RubyToJavaInvoker.createCallableArray(JavaCallable callable)
|
Uses of JavaCallable in org.jruby.javasupport |
---|
Subclasses of JavaCallable in org.jruby.javasupport | |
---|---|
class |
JavaConstructor
|
class |
JavaMethod
|
Methods in org.jruby.javasupport that return JavaCallable | |
---|---|
JavaCallable |
JavaClass.declared_method_smart(IRubyObject[] args)
|
static JavaCallable |
JavaClass.getMatchingCallable(Ruby runtime,
java.lang.Class<?> javaClass,
java.lang.String methodName,
java.lang.Class<?>[] argumentTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |