soot.tagkit
Class SourceLnNamePosTag

java.lang.Object
  extended by soot.tagkit.SourceLnPosTag
      extended by soot.tagkit.SourceLnNamePosTag
All Implemented Interfaces:
Tag

public class SourceLnNamePosTag
extends SourceLnPosTag

Author:
Eric Bodden

Field Summary
protected  String fileName
           
 
Constructor Summary
SourceLnNamePosTag(String fileName, int sline, int eline, int spos, int epos)
           
 
Method Summary
 String getFileName()
           
 String toString()
          
 
Methods inherited from class soot.tagkit.SourceLnPosTag
endLn, endPos, getName, getValue, startLn, startPos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

protected final String fileName
Constructor Detail

SourceLnNamePosTag

public SourceLnNamePosTag(String fileName,
                          int sline,
                          int eline,
                          int spos,
                          int epos)
Method Detail

getFileName

public String getFileName()
Returns:
the fileName

toString

public String toString()

Overrides:
toString in class SourceLnPosTag