Uses of Class
org.jruby.javasupport.JavaCallable

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(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3)
           
static JavaCallable CallableSelector.matchingCallableArityN(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject[] args, int argsLength)
           
static JavaCallable CallableSelector.matchingCallableArityOne(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0)
           
static JavaCallable CallableSelector.matchingCallableArityThree(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2)
           
static JavaCallable CallableSelector.matchingCallableArityTwo(IRubyObject recv, 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(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3)
           
static JavaCallable CallableSelector.matchingCallableArityN(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject[] args, int argsLength)
           
static JavaCallable CallableSelector.matchingCallableArityOne(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0)
           
static JavaCallable CallableSelector.matchingCallableArityThree(IRubyObject recv, java.util.Map cache, JavaCallable[] methods, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2)
           
static JavaCallable CallableSelector.matchingCallableArityTwo(IRubyObject recv, 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
           
 

Methods in org.jruby.java.invokers that return JavaCallable
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)
           
 

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)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.