org.sablecc.php4.node
Class AFunctionStatement

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

public final class AFunctionStatement
extends PStatement


Constructor Summary
AFunctionStatement()
           
AFunctionStatement(TAmpersand _ampersand_, TIdentifier _name_, List _function_arg_, List _statement_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAmpersand getAmpersand()
           
 LinkedList getFunctionArg()
           
 TIdentifier getName()
           
 LinkedList getStatement()
           
 void setAmpersand(TAmpersand node)
           
 void setFunctionArg(List list)
           
 void setName(TIdentifier 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

AFunctionStatement

public AFunctionStatement()

AFunctionStatement

public AFunctionStatement(TAmpersand _ampersand_,
                          TIdentifier _name_,
                          List _function_arg_,
                          List _statement_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getAmpersand

public TAmpersand getAmpersand()

setAmpersand

public void setAmpersand(TAmpersand node)

getName

public TIdentifier getName()

setName

public void setName(TIdentifier node)

getFunctionArg

public LinkedList getFunctionArg()

setFunctionArg

public void setFunctionArg(List list)

getStatement

public LinkedList getStatement()

setStatement

public void setStatement(List list)

toString

public String toString()