Package org.jruby.ir.instructions
Interface ArgReceiver
- All Known Implementing Classes:
ReceiveArgBase
,ReceiveIndexedArgBase
,ReceiveKeywordArgInstr
,ReceiveKeywordRestArgInstr
,ReceiveKeywordsInstr
,ReceiveOptArgInstr
,ReceivePostReqdArgInstr
,ReceivePreReqdArgInstr
,ReceiveRestArgInstr
public interface ArgReceiver
-
Method Summary
Modifier and TypeMethodDescriptionreceiveArg
(ThreadContext context, IRubyObject self, DynamicScope currDynScope, StaticScope currScope, Object[] temp, IRubyObject[] args, boolean ruby2keywords)
-
Method Details
-
receiveArg
IRubyObject receiveArg(ThreadContext context, IRubyObject self, DynamicScope currDynScope, StaticScope currScope, Object[] temp, IRubyObject[] args, boolean ruby2keywords)
-