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) |
getCallSitepublic Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, Object[] temp)
call in class CallAdapterprotected IRubyObject[] prepareArguments(ThreadContext context, IRubyObject self, Operand[] args, DynamicScope currDynScope, Object[] temp)
Copyright © 2001–2024 JRuby. All rights reserved.