org.sablecc.php4.node
Class AWhileStatement
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PStatement
org.sablecc.php4.node.AWhileStatement
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AWhileStatement
- extends PStatement
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AWhileStatement
public AWhileStatement()
AWhileStatement
public AWhileStatement(PExpr _e1_,
List _statement_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getE1
public PExpr getE1()
setE1
public void setE1(PExpr node)
getStatement
public LinkedList getStatement()
setStatement
public void setStatement(List list)
toString
public String toString()