org.sablecc.php4.node
Class AEmptyListExpr

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PListExpr
          extended byorg.sablecc.php4.node.AEmptyListExpr
All Implemented Interfaces:
Cloneable, Switchable

public final class AEmptyListExpr
extends PListExpr


Constructor Summary
AEmptyListExpr()
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 String toString()
           
 
Methods inherited from class org.sablecc.php4.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AEmptyListExpr

public AEmptyListExpr()
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

toString

public String toString()