org.sablecc.php4.node
Class AArrayExpr

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

public final class AArrayExpr
extends PExpr


Constructor Summary
AArrayExpr()
           
AArrayExpr(List _array_element_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getArrayElement()
           
 void setArrayElement(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

AArrayExpr

public AArrayExpr()

AArrayExpr

public AArrayExpr(List _array_element_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getArrayElement

public LinkedList getArrayElement()

setArrayElement

public void setArrayElement(List list)

toString

public String toString()