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