org.sablecc.php4.node
Class AHtmlStatement

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.PStatement
          extended byorg.sablecc.php4.node.AHtmlStatement
All Implemented Interfaces:
Cloneable, Switchable

public final class AHtmlStatement
extends PStatement


Constructor Summary
AHtmlStatement()
           
AHtmlStatement(THtmldata _htmldata_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 THtmldata getHtmldata()
           
 void setHtmldata(THtmldata 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

AHtmlStatement

public AHtmlStatement()

AHtmlStatement

public AHtmlStatement(THtmldata _htmldata_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getHtmldata

public THtmldata getHtmldata()

setHtmldata

public void setHtmldata(THtmldata node)

toString

public String toString()