Dresden OCL Toolkit

tudresden.ocl.parser.node
Class TStringLit

java.lang.Object
  extended bytudresden.ocl.parser.node.Node
      extended bytudresden.ocl.parser.node.Token
          extended bytudresden.ocl.parser.node.TStringLit
All Implemented Interfaces:
Cloneable, Switchable

public final class TStringLit
extends Token


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

Constructor Detail

TStringLit

public TStringLit(String text)

TStringLit

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

clone

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

apply

public void apply(Switch sw)

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.