org.sablecc.php4.node
Class AFunctionArg
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PFunctionArg
org.sablecc.php4.node.AFunctionArg
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AFunctionArg
- extends PFunctionArg
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AFunctionArg
public AFunctionArg()
AFunctionArg
public AFunctionArg(TAmpersand _ampersand_,
TVariable _variable_,
PExpr _default_)
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)
getVariable
public TVariable getVariable()
setVariable
public void setVariable(TVariable node)
getDefault
public PExpr getDefault()
setDefault
public void setDefault(PExpr node)
toString
public String toString()