public class YieldTwoNode extends YieldNode
| Modifier and Type | Field and Description |
|---|---|
private Node |
argument1 |
private Node |
argument2 |
EMPTY_LIST| Constructor and Description |
|---|
YieldTwoNode(ISourcePosition position,
ArrayNode args) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, definition, getArgsNode, getCheckState, getExpandArguments, getNodeTypeassign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toStringpublic YieldTwoNode(ISourcePosition position, ArrayNode args)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)