soot.tagkit
Class SyntheticParamTag
java.lang.Object
soot.tagkit.SyntheticParamTag
- All Implemented Interfaces:
- Tag
- Direct Known Subclasses:
- EnclosingTag, QualifyingTag
- public class SyntheticParamTag
- extends Object
- implements Tag
Represents the synthetic attribute.
SyntheticParamTag
public SyntheticParamTag()
toString
public String toString()
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