org.jruby.ast
Class StarNode

java.lang.Object
  extended byorg.jruby.ast.AbstractNode
      extended byorg.jruby.ast.StarNode
All Implemented Interfaces:
INode, java.io.Serializable

public class StarNode
extends AbstractNode

Represents a star in a multiple assignent. only used in an instanceof check, this node is never visited.

Version:
$Revision: 1.2 $
Author:
jpetersen
See Also:
Serialized Form

Constructor Summary
StarNode()
          Constructor for StartNode.
 
Method Summary
 void accept(INodeVisitor visitor)
           
 
Methods inherited from class org.jruby.ast.AbstractNode
getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarNode

public StarNode()
Constructor for StartNode.

Method Detail

accept

public void accept(INodeVisitor visitor)
See Also:
AbstractNode#accept(NodeVisitor)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.