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