org.jruby.ast
Class YieldThreeNode

java.lang.Object
  extended by org.jruby.ast.Node
      extended by org.jruby.ast.YieldNode
          extended by org.jruby.ast.YieldThreeNode
All Implemented Interfaces:
ISourcePositionHolder

public class YieldThreeNode
extends YieldNode

Author:
enebo

Constructor Summary
YieldThreeNode(ISourcePosition position, ArrayNode args)
           
 
Method Summary
 IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
           
 
Methods inherited from class org.jruby.ast.YieldNode
accept, childNodes, definition, getArgsNode, getCheckState, getExpandArguments, getNodeType
 
Methods inherited from class org.jruby.ast.Node
assign, createList, getNodeName, getPosition, isInvisible, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YieldThreeNode

public YieldThreeNode(ISourcePosition position,
                      ArrayNode args)
Method Detail

interpret

public IRubyObject interpret(Ruby runtime,
                             ThreadContext context,
                             IRubyObject self,
                             Block aBlock)
Overrides:
interpret in class YieldNode


Copyright © 2002-2009 JRuby Team. All Rights Reserved.