soot.tagkit
Class SignatureTag
java.lang.Object
soot.tagkit.SignatureTag
- All Implemented Interfaces:
- Tag
- Direct Known Subclasses:
- DebugTypeTag
- public class SignatureTag
- extends Object
- implements Tag
Represents the signature attribute used by fields, methods and classes
for dealing with generics in Java 1.5.
SignatureTag
public SignatureTag(String signature)
toString
public String toString()
getName
public String getName()
- Returns the tag name.
- Specified by:
getName
in interface Tag
getInfo
public String getInfo()
getSignature
public String getSignature()
getValue
public byte[] getValue()
- Returns the tag raw data.
- Specified by:
getValue
in interface Tag