org.sablecc.php4.node
Class AForStatement

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

public final class AForStatement
extends PStatement


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

AForStatement

public AForStatement()

AForStatement

public AForStatement(List _e1_,
                     List _e2_,
                     List _e3_,
                     List _statement_)
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)

getE2

public LinkedList getE2()

setE2

public void setE2(List list)

getE3

public LinkedList getE3()

setE3

public void setE3(List list)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

toString

public String toString()