org.sablecc.php4.node
Class ADoWhileStatement

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

public final class ADoWhileStatement
extends PStatement


Constructor Summary
ADoWhileStatement()
           
ADoWhileStatement(List _statement_, PExpr _e1_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpr getE1()
           
 LinkedList getStatement()
           
 void setE1(PExpr node)
           
 void setStatement(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

ADoWhileStatement

public ADoWhileStatement()

ADoWhileStatement

public ADoWhileStatement(List _statement_,
                         PExpr _e1_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

getE1

public PExpr getE1()

setE1

public void setE1(PExpr node)

toString

public String toString()