org.sablecc.php4.node
Class TLBracket

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

public final class TLBracket
extends Token


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

TLBracket

public TLBracket()

TLBracket

public TLBracket(int line,
                 int pos)
Method Detail

clone

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

apply

public void apply(Switch sw)

setText

public void setText(String text)
Overrides:
setText in class Token