org.sablecc.php4.node
Class AArrayElement
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PArrayElement
org.sablecc.php4.node.AArrayElement
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AArrayElement
- extends PArrayElement
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AArrayElement
public AArrayElement()
AArrayElement
public AArrayElement(PExpr _key_,
TAmpersand _ampersand_,
PExpr _value_)
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()