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