soot.tagkit
Class LinkTag
java.lang.Object
soot.tagkit.StringTag
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(java.lang.String string,
Host link,
java.lang.String className)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkTag
public LinkTag(java.lang.String string,
Host link,
java.lang.String className)
toString
public java.lang.String toString()
- Overrides:
toString
in class StringTag
getClassName
public java.lang.String getClassName()
getLink
public Host getLink()
getName
public java.lang.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