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