public class OneArgBlockOperandCallAdapter extends ClosureCallAdapter
| Modifier and Type | Field and Description |
|---|---|
private Operand |
arg1 |
callSite| Constructor and Description |
|---|
OneArgBlockOperandCallAdapter(CallSite callSite,
Operand[] args,
Operand closure) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
java.lang.Object[] temp) |
prepareBlockgetCallSiteprivate Operand arg1
public java.lang.Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, java.lang.Object[] temp)
call in class CallAdapter