org.sablecc.php4.node
Class AEchoStatement

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PStatement
          extended byorg.sablecc.php4.node.AEchoStatement
All Implemented Interfaces:
Cloneable, Switchable

public final class AEchoStatement
extends PStatement


Constructor Summary
AEchoStatement()
           
AEchoStatement(List _e1_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getE1()
           
 void setE1(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

AEchoStatement

public AEchoStatement()

AEchoStatement

public AEchoStatement(List _e1_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getE1

public LinkedList getE1()

setE1

public void setE1(List list)

toString

public String toString()