org.sablecc.php4.node
Class ASwitchCase

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PSwitchCase
          extended byorg.sablecc.php4.node.ASwitchCase
All Implemented Interfaces:
Cloneable, Switchable

public final class ASwitchCase
extends PSwitchCase


Constructor Summary
ASwitchCase()
           
ASwitchCase(PExpr _expr_, List _statement_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpr getExpr()
           
 LinkedList getStatement()
           
 void setExpr(PExpr node)
           
 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

ASwitchCase

public ASwitchCase()

ASwitchCase

public ASwitchCase(PExpr _expr_,
                   List _statement_)
Method Detail

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()