soot.tagkit
Class PositionTag

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

public class PositionTag
extends Object
implements Tag


Constructor Summary
PositionTag(int start, int end)
           
 
Method Summary
 int getEndOffset()
           
 String getName()
          Returns the tag name.
 int getStartOffset()
           
 byte[] getValue()
          Returns the tag raw data.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PositionTag

public PositionTag(int start,
                   int end)
Method Detail

getEndOffset

public int getEndOffset()

getStartOffset

public int getStartOffset()

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