public abstract class FastInvocationCallback extends InvocationCallback
arity, arityValue, EMPTY_ARGS, OPTIONAL_ARGS| Constructor and Description |
|---|
FastInvocationCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract IRubyObject |
call(java.lang.Object receiver,
java.lang.Object[] args) |
IRubyObject |
execute(IRubyObject recv,
IRubyObject[] oargs,
Block block) |
call, getArgumentTypes, getArity, getJavaName, getTarget, isSingleton, setArgumentTypes, setArity, setJavaName, setSingleton, setTargetpublic IRubyObject execute(IRubyObject recv, IRubyObject[] oargs, Block block)
execute in interface Callbackexecute in class InvocationCallbackpublic abstract IRubyObject call(java.lang.Object receiver, java.lang.Object[] args)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.