org.sablecc.php4.node
Class ASwitchStatement
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PStatement
org.sablecc.php4.node.ASwitchStatement
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class ASwitchStatement
- extends PStatement
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASwitchStatement
public ASwitchStatement()
ASwitchStatement
public ASwitchStatement(PExpr _e1_,
List _switch_case_)
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()