soot.tagkit
Class StringTag

java.lang.Object
  |
  +--soot.tagkit.StringTag
Direct Known Subclasses:
LinkTag

public class StringTag
extends java.lang.Object
implements Tag

Represents a tag that just has a string to be printed with the code.


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

Constructor Detail

StringTag

public StringTag(java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Returns the tag name.
Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Returns the tag raw data.
Specified by:
getValue in interface Tag