org.sablecc.php4.node
Class AIfStatement

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

public final class AIfStatement
extends PStatement


Constructor Summary
AIfStatement()
           
AIfStatement(List _e1_, List _statement_, List _else_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getE1()
           
 LinkedList getElse()
           
 LinkedList getStatement()
           
 void setE1(List list)
           
 void setElse(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

AIfStatement

public AIfStatement()

AIfStatement

public AIfStatement(List _e1_,
                    List _statement_,
                    List _else_)
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)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

getElse

public LinkedList getElse()

setElse

public void setElse(List list)

toString

public String toString()