org.sablecc.php4.node
Class ADeclareStatement

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

public final class ADeclareStatement
extends PStatement


Constructor Summary
ADeclareStatement()
           
ADeclareStatement(List _declare_arg_, List _statement_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getDeclareArg()
           
 LinkedList getStatement()
           
 void setDeclareArg(List list)
           
 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

ADeclareStatement

public ADeclareStatement()

ADeclareStatement

public ADeclareStatement(List _declare_arg_,
                         List _statement_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getDeclareArg

public LinkedList getDeclareArg()

setDeclareArg

public void setDeclareArg(List list)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

toString

public String toString()