org.jrdf.sparql.parser.node
Class TAt

java.lang.Object
  extended by org.jrdf.sparql.parser.node.Node
      extended by org.jrdf.sparql.parser.node.Token
          extended by org.jrdf.sparql.parser.node.TAt
All Implemented Interfaces:
Cloneable, Switchable

public final class TAt
extends Token


Constructor Summary
TAt()
           
TAt(int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 void setText(String text)
           
 
Methods inherited from class org.jrdf.sparql.parser.node.Token
getLine, getPos, getText, setLine, setPos, toString
 
Methods inherited from class org.jrdf.sparql.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TAt

public TAt()

TAt

public TAt(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