org.sablecc.php4.node
Class ASwitchCase
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PSwitchCase
org.sablecc.php4.node.ASwitchCase
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class ASwitchCase
- extends PSwitchCase
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASwitchCase
public ASwitchCase()
ASwitchCase
public ASwitchCase(PExpr _expr_,
List _statement_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getExpr
public PExpr getExpr()
setExpr
public void setExpr(PExpr node)
getStatement
public LinkedList getStatement()
setStatement
public void setStatement(List list)
toString
public String toString()