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, setTarget
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)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.