org.sablecc.php4.node
Class ASwitchStatement

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

public final class ASwitchStatement
extends PStatement


Constructor Summary
ASwitchStatement()
           
ASwitchStatement(PExpr _e1_, List _switch_case_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpr getE1()
           
 LinkedList getSwitchCase()
           
 void setE1(PExpr node)
           
 void setSwitchCase(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

ASwitchStatement

public ASwitchStatement()

ASwitchStatement

public ASwitchStatement(PExpr _e1_,
                        List _switch_case_)
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)

getSwitchCase

public LinkedList getSwitchCase()

setSwitchCase

public void setSwitchCase(List list)

toString

public String toString()