soot.tagkit
Class SourcePositionTag

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

public class SourcePositionTag
extends PositionTag


Constructor Summary
SourcePositionTag(int i, int j)
           
 
Method Summary
 String getName()
          Returns the tag name.
 
Methods inherited from class soot.tagkit.PositionTag
getEndOffset, getStartOffset, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourcePositionTag

public SourcePositionTag(int i,
                         int j)
Method Detail

getName

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

Specified by:
getName in interface Tag
Overrides:
getName in class PositionTag