public final class CallTwoArgNode extends CallNode
callAdapter, iterNode
Constructor and Description |
---|
CallTwoArgNode(ISourcePosition position,
Node receiverNode,
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, setArgsNode
createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public CallTwoArgNode(ISourcePosition position, Node receiverNode, String name, ArrayNode args)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
public Node setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
setIterNode
in class CallNode
Copyright © 2001-2015 JRuby. All Rights Reserved.