org.sablecc.php4.node
Class AArrayElement

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PArrayElement
          extended byorg.sablecc.php4.node.AArrayElement
All Implemented Interfaces:
Cloneable, Switchable

public final class AArrayElement
extends PArrayElement


Constructor Summary
AArrayElement()
           
AArrayElement(PExpr _key_, TAmpersand _ampersand_, PExpr _value_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAmpersand getAmpersand()
           
 PExpr getKey()
           
 PExpr getValue()
           
 void setAmpersand(TAmpersand node)
           
 void setKey(PExpr node)
           
 void setValue(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

AArrayElement

public AArrayElement()

AArrayElement

public AArrayElement(PExpr _key_,
                     TAmpersand _ampersand_,
                     PExpr _value_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getKey

public PExpr getKey()

setKey

public void setKey(PExpr node)

getAmpersand

public TAmpersand getAmpersand()

setAmpersand

public void setAmpersand(TAmpersand node)

getValue

public PExpr getValue()

setValue

public void setValue(PExpr node)

toString

public String toString()