soot.tagkit
Class LinkTag

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

public class LinkTag
extends StringTag

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


Constructor Summary
LinkTag(String string, Host link, String className)
           
LinkTag(String string, Host link, String className, String type)
           
 
Method Summary
 String getClassName()
           
 Host getLink()
           
 String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 String toString()
           
 
Methods inherited from class soot.tagkit.StringTag
getAnalysisType, getInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkTag

public LinkTag(String string,
               Host link,
               String className,
               String type)

LinkTag

public LinkTag(String string,
               Host link,
               String className)
Method Detail

toString

public String toString()
Overrides:
toString in class StringTag

getClassName

public String getClassName()

getLink

public Host getLink()

getName

public String getName()
Returns the tag name.

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

getValue

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

Specified by:
getValue in interface Tag
Overrides:
getValue in class StringTag