public class FourArgNoBlockOperandCallAdapter extends CallAdapter
| Modifier and Type | Field and Description |
|---|---|
private Operand |
arg1 |
private Operand |
arg2 |
private Operand |
arg3 |
private Operand |
arg4 |
callSite| Constructor and Description |
|---|
FourArgNoBlockOperandCallAdapter(CallSite callSite,
Operand[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
java.lang.Object[] temp) |
getCallSiteprivate final Operand arg1
private final Operand arg2
private final Operand arg3
private final Operand arg4
public java.lang.Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, java.lang.Object[] temp)
call in class CallAdapter