public class YieldOneNode extends YieldNode
Constructor and Description |
---|
YieldOneNode(ISourcePosition position,
ArrayNode args) |
YieldOneNode(ISourcePosition position,
FixnumNode arg) |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, definition, getArgsNode, getCheckState, getExpandArguments, getNodeType
assign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public YieldOneNode(ISourcePosition position, ArrayNode args)
public YieldOneNode(ISourcePosition position, FixnumNode arg)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.