org.sablecc.php4.node
Class AVariableExpr

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

public final class AVariableExpr
extends PExpr


Constructor Summary
AVariableExpr()
           
AVariableExpr(TVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TVariable getVariable()
           
 void setVariable(TVariable 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

AVariableExpr

public AVariableExpr()

AVariableExpr

public AVariableExpr(TVariable _variable_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getVariable

public TVariable getVariable()

setVariable

public void setVariable(TVariable node)

toString

public String toString()