org.jruby.ast
Class ZeroArgNode

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

public class ZeroArgNode
extends AbstractNode

Represents a zero arg in a block. this is never visited and is used only in an instanceof check

 do ||
 end
 

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

Constructor Summary
ZeroArgNode()
          Constructor for ZeroArgNode.
 
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

ZeroArgNode

public ZeroArgNode()
Constructor for ZeroArgNode.

Method Detail

accept

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


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.