org.sablecc.php4.node
Class AConstantExpr

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

public final class AConstantExpr
extends PExpr


Constructor Summary
AConstantExpr()
           
AConstantExpr(TIdentifier _constant_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TIdentifier getConstant()
           
 void setConstant(TIdentifier 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

AConstantExpr

public AConstantExpr()

AConstantExpr

public AConstantExpr(TIdentifier _constant_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getConstant

public TIdentifier getConstant()

setConstant

public void setConstant(TIdentifier node)

toString

public String toString()