public final class CallTwoArgBlockNode extends CallNode
| Modifier and Type | Field and Description |
|---|---|
private Node |
arg1 |
private Node |
arg2 |
callAdapter, iterNodeEMPTY_LIST| Constructor and Description |
|---|
CallTwoArgBlockNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode args,
IterNode iter) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, assign, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, getReceiverNode, setArgsNode, setIterNodecreateList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toStringpublic CallTwoArgBlockNode(ISourcePosition position, Node receiverNode, java.lang.String name, ArrayNode args, IterNode iter)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)