public abstract class CallAdapter extends Object
Constructor and Description |
---|
CallAdapter(CallSite callSite) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
Object[] temp) |
CallSite |
getCallSite() |
protected CallSite callSite
public CallAdapter(CallSite callSite)
public abstract Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, Object[] temp)
public CallSite getCallSite()
Copyright © 2001-2015 JRuby. All Rights Reserved.