org.jruby.ast
Class YieldTwoNode

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

public class YieldTwoNode
extends YieldNode

Author:
enebo

Constructor Summary
YieldTwoNode(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

YieldTwoNode

public YieldTwoNode(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.