org.sablecc.php4.node
Class AStaticStatement

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

public final class AStaticStatement
extends PStatement


Constructor Summary
AStaticStatement()
           
AStaticStatement(List _expr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getExpr()
           
 void setExpr(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

AStaticStatement

public AStaticStatement()

AStaticStatement

public AStaticStatement(List _expr_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getExpr

public LinkedList getExpr()

setExpr

public void setExpr(List list)

toString

public String toString()