org.sablecc.php4.node
Class AListExpr

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PExpr
          extended byorg.sablecc.php4.node.AListExpr
All Implemented Interfaces:
Cloneable, Switchable

public final class AListExpr
extends PExpr


Constructor Summary
AListExpr()
           
AListExpr(List _list_expr_, PExpr _e2_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpr getE2()
           
 LinkedList getListExpr()
           
 void setE2(PExpr node)
           
 void setListExpr(List list)
           
 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

AListExpr

public AListExpr()

AListExpr

public AListExpr(List _list_expr_,
                 PExpr _e2_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getListExpr

public LinkedList getListExpr()

setListExpr

public void setListExpr(List list)

getE2

public PExpr getE2()

setE2

public void setE2(PExpr node)

toString

public String toString()