org.sablecc.php4.node
Class AFunctionExpr

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PExpr
          extended byorg.sablecc.php4.node.AFunctionExpr
All Implemented Interfaces:
Cloneable, Switchable

public final class AFunctionExpr
extends PExpr


Constructor Summary
AFunctionExpr()
           
AFunctionExpr(PExpr _base_, PExpr _name_, List _argument_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getArgument()
           
 PExpr getBase()
           
 PExpr getName()
           
 void setArgument(List list)
           
 void setBase(PExpr node)
           
 void setName(PExpr node)
           
 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

AFunctionExpr

public AFunctionExpr()

AFunctionExpr

public AFunctionExpr(PExpr _base_,
                     PExpr _name_,
                     List _argument_)
Method Detail

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()