org.sablecc.php4.node
Class AFunctionStatement
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PStatement
org.sablecc.php4.node.AFunctionStatement
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AFunctionStatement
- extends PStatement
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AFunctionStatement
public AFunctionStatement()
AFunctionStatement
public AFunctionStatement(TAmpersand _ampersand_,
TIdentifier _name_,
List _function_arg_,
List _statement_)
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()