soot.tagkit
Class LineNumberTag

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

public class LineNumberTag
extends Object
implements Tag


Constructor Summary
LineNumberTag(int ln)
           
 
Method Summary
 int getLineNumber()
           
 String getName()
          Returns the tag name.
 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

LineNumberTag

public LineNumberTag(int ln)
Method Detail

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

getLineNumber

public int getLineNumber()

toString

public String toString()
Overrides:
toString in class Object