org.sablecc.php4.node
Class PListExpr

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

public abstract class PListExpr
extends Node


Constructor Summary
PListExpr()
           
 
Methods inherited from class org.sablecc.php4.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sablecc.php4.node.Switchable
apply
 

Constructor Detail

PListExpr

public PListExpr()