|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.callback.InvocationCallback
org.jruby.runtime.callback.FastInvocationCallback
public abstract class FastInvocationCallback
Field Summary |
---|
Fields inherited from class org.jruby.runtime.callback.InvocationCallback |
---|
arity, arityValue, EMPTY_ARGS, OPTIONAL_ARGS |
Constructor Summary | |
---|---|
FastInvocationCallback()
|
Method Summary | |
---|---|
abstract IRubyObject |
call(java.lang.Object receiver,
java.lang.Object[] args)
|
IRubyObject |
execute(IRubyObject recv,
IRubyObject[] oargs,
Block block)
|
Methods inherited from class org.jruby.runtime.callback.InvocationCallback |
---|
call, getArgumentTypes, getArity, getJavaName, isSingleton, setArgumentTypes, setArity, setJavaName, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FastInvocationCallback()
Method Detail |
---|
public IRubyObject execute(IRubyObject recv, IRubyObject[] oargs, Block block)
execute
in interface Callback
execute
in class InvocationCallback
public abstract IRubyObject call(java.lang.Object receiver, java.lang.Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |