public class AttrAssignCallAdapter extends CallAdapter
callSite
Constructor and Description |
---|
AttrAssignCallAdapter(CallSite callSite,
String name,
Operand[] args) |
Modifier and Type | Method and Description |
---|---|
Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
Object[] temp) |
protected IRubyObject[] |
prepareArguments(ThreadContext context,
IRubyObject self,
Operand[] args,
DynamicScope currDynScope,
Object[] temp) |
getCallSite
public Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, Object[] temp)
call
in class CallAdapter
protected IRubyObject[] prepareArguments(ThreadContext context, IRubyObject self, Operand[] args, DynamicScope currDynScope, Object[] temp)
Copyright © 2001-2014 JRuby. All Rights Reserved.