org.jruby.ast
Class UnnamedRestArgNode

java.lang.Object
  extended by org.jruby.ast.Node
      extended by org.jruby.ast.ArgumentNode
          extended by org.jruby.ast.RestArgNode
              extended by org.jruby.ast.UnnamedRestArgNode
All Implemented Interfaces:
INameNode, ISourcePositionHolder

public class UnnamedRestArgNode
extends RestArgNode

a bare '*'


Field Summary
 
Fields inherited from class org.jruby.ast.RestArgNode
index
 
Fields inherited from class org.jruby.ast.Node
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId
 
Constructor Summary
UnnamedRestArgNode(ISourcePosition position, int index)
           
 
Method Summary
 
Methods inherited from class org.jruby.ast.RestArgNode
accept, getIndex
 
Methods inherited from class org.jruby.ast.ArgumentNode
childNodes, getName, setName
 
Methods inherited from class org.jruby.ast.Node
addComment, addComments, assign, createList, definition, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, interpret, isInvisible, setPosition, toString, when
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jruby.ast.types.INameNode
getName
 

Constructor Detail

UnnamedRestArgNode

public UnnamedRestArgNode(ISourcePosition position,
                          int index)


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