org.sablecc.php4.node
Class TVariable

Object
  extended byorg.sablecc.php4.node.Node
      extended byorg.sablecc.php4.node.Token
          extended byorg.sablecc.php4.node.TVariable
All Implemented Interfaces:
Cloneable, Switchable

public final class TVariable
extends Token


Constructor Summary
TVariable(String text)
           
TVariable(String text, int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 
Methods inherited from class org.sablecc.php4.node.Token
getLine, getPos, getText, setLine, setPos, setText, 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

TVariable

public TVariable(String text)

TVariable

public TVariable(String text,
                 int line,
                 int pos)
Method Detail

clone

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

apply

public void apply(Switch sw)