soot.tagkit
Interface Tag
- All Known Subinterfaces:
- Attribute, OneByteCodeTag
- All Known Implementing Classes:
- BytecodeOffsetTag, CastCheckTag, ColorTag, DependenceTag, FieldRWTag, LineNumberTag, PositionTag, StringTag, JimpleLineNumberTag
- public interface Tag
Represents a tag; these get attached to implementations of Host.
Method Summary |
java.lang.String |
getName()
Returns the tag name. |
byte[] |
getValue()
Returns the tag raw data. |
getName
public java.lang.String getName()
- Returns the tag name.
getValue
public byte[] getValue()
throws AttributeValueException
- Returns the tag raw data.