|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.callback.CompiledReflectionCallback
Constructor Summary | |
CompiledReflectionCallback(Ruby runtime,
java.lang.String className,
java.lang.String methodName,
int arity,
java.lang.ClassLoader classLoader)
|
Method Summary | |
IRubyObject |
execute(IRubyObject recv,
IRubyObject[] args)
|
Arity |
getArity()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompiledReflectionCallback(Ruby runtime, java.lang.String className, java.lang.String methodName, int arity, java.lang.ClassLoader classLoader)
Method Detail |
public IRubyObject execute(IRubyObject recv, IRubyObject[] args)
execute
in interface Callback
public Arity getArity()
getArity
in interface Callback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |