org.jrubyparser.ast
Class ZYieldNode

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

public class ZYieldNode
extends YieldNode

A Yield node with no parens


Constructor Summary
ZYieldNode(SourcePosition position)
           
 
Method Summary
 
Methods inherited from class org.jrubyparser.ast.YieldNode
accept, getArgs, getArgsNode, getExpandArguments, getNodeType, hasParens, isSame, setArgs, setHasParens
 
Methods inherited from class org.jrubyparser.ast.Node
adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZYieldNode

public ZYieldNode(SourcePosition position)


Copyright © 2013. All Rights Reserved.