org.jruby.ast
Class ZYieldNode

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

public class ZYieldNode
extends YieldNode

Author:
enebo

Constructor Summary
ZYieldNode(ISourcePosition position)
           
 
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

ZYieldNode

public ZYieldNode(ISourcePosition position)
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.