org.sablecc.php4.node
Class AForeachStatement

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

public final class AForeachStatement
extends PStatement


Constructor Summary
AForeachStatement()
           
AForeachStatement(PExpr _e1_, PExpr _e2_, PExpr _e3_, List _statement_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpr getE1()
           
 PExpr getE2()
           
 PExpr getE3()
           
 LinkedList getStatement()
           
 void setE1(PExpr node)
           
 void setE2(PExpr node)
           
 void setE3(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

AForeachStatement

public AForeachStatement()

AForeachStatement

public AForeachStatement(PExpr _e1_,
                         PExpr _e2_,
                         PExpr _e3_,
                         List _statement_)
Method Detail

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)

getE2

public PExpr getE2()

setE2

public void setE2(PExpr node)

getE3

public PExpr getE3()

setE3

public void setE3(PExpr node)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

toString

public String toString()