org.sablecc.php4.node
Class AArgument

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PArgument
          extended byorg.sablecc.php4.node.AArgument
All Implemented Interfaces:
Cloneable, Switchable

public final class AArgument
extends PArgument


Constructor Summary
AArgument()
           
AArgument(TAmpersand _ampersand_, PExpr _e1_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAmpersand getAmpersand()
           
 PExpr getE1()
           
 void setAmpersand(TAmpersand node)
           
 void setE1(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

AArgument

public AArgument()

AArgument

public AArgument(TAmpersand _ampersand_,
                 PExpr _e1_)
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)

getE1

public PExpr getE1()

setE1

public void setE1(PExpr node)

toString

public String toString()