soot.tagkit
Class SourceLnPosTag

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

public class SourceLnPosTag
extends Object
implements Tag


Constructor Summary
SourceLnPosTag(int sline, int eline, int spos, int epos)
           
 
Method Summary
 int endLn()
           
 int endPos()
           
 String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 int startLn()
           
 int startPos()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceLnPosTag

public SourceLnPosTag(int sline,
                      int eline,
                      int spos,
                      int epos)
Method Detail

startLn

public int startLn()

endLn

public int endLn()

startPos

public int startPos()

endPos

public int endPos()

getName

public String getName()
Description copied from interface: Tag
Returns the tag name.

Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

Specified by:
getValue in interface Tag

toString

public String toString()
Overrides:
toString in class Object