org.sablecc.php4.node
Class AFunctionExpr
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PExpr
org.sablecc.php4.node.AFunctionExpr
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AFunctionExpr
- extends PExpr
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AFunctionExpr
public AFunctionExpr()
AFunctionExpr
public AFunctionExpr(PExpr _base_,
PExpr _name_,
List _argument_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getBase
public PExpr getBase()
setBase
public void setBase(PExpr node)
getName
public PExpr getName()
setName
public void setName(PExpr node)
getArgument
public LinkedList getArgument()
setArgument
public void setArgument(List list)
toString
public String toString()