soot.tagkit
Class JimpleLineNumberTag

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

public class JimpleLineNumberTag
extends Object
implements Tag


Constructor Summary
JimpleLineNumberTag(int ln)
           
JimpleLineNumberTag(int startLn, int endLn)
           
 
Method Summary
 int getEndLineNumber()
           
 int getLineNumber()
           
 String getName()
          Returns the tag name.
 int getStartLineNumber()
           
 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

JimpleLineNumberTag

public JimpleLineNumberTag(int ln)

JimpleLineNumberTag

public JimpleLineNumberTag(int startLn,
                           int endLn)
Method Detail

getLineNumber

public int getLineNumber()

getStartLineNumber

public int getStartLineNumber()

getEndLineNumber

public int getEndLineNumber()

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