public class FCallTwoArgNode extends FCallNode
argsNode, callAdapter, iterNode
Constructor and Description |
---|
FCallTwoArgNode(ISourcePosition position,
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, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, setArgsNode
assign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public FCallTwoArgNode(ISourcePosition position, String name, ArrayNode args)
public Node setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
setIterNode
in class FCallNode
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.