public class FCallThreeArgBlockNode extends FCallNode
argsNode, callAdapter, iterNode
Constructor and Description |
---|
FCallThreeArgBlockNode(ISourcePosition position,
String name,
ArrayNode args,
IterNode iter) |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, setArgsNode, setIterNode
assign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public FCallThreeArgBlockNode(ISourcePosition position, String name, ArrayNode args, IterNode iter)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.