soot.tagkit
Class StringTag

java.lang.Object
  extended by soot.tagkit.StringTag
All Implemented Interfaces:
Tag
Direct Known Subclasses:
LinkTag, LoopInvariantTag

public class StringTag
extends Object
implements Tag

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


Constructor Summary
StringTag(String s)
           
StringTag(String s, String type)
           
 
Method Summary
 String getAnalysisType()
           
 String getInfo()
           
 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

StringTag

public StringTag(String s,
                 String type)

StringTag

public StringTag(String s)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAnalysisType

public String getAnalysisType()

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag

getInfo

public String getInfo()

getValue

public byte[] getValue()
Returns the tag raw data.

Specified by:
getValue in interface Tag