soot.tagkit
Interface Tag

All Known Subinterfaces:
Attribute, OneByteCodeTag
All Known Implementing Classes:
ArrayCheckTag, ArrayNullCheckTag, BytecodeOffsetTag, GenericAttribute, JasminAttribute, LineNumberTag, NullCheckTag

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.
 

Method Detail

getName

public java.lang.String getName()
Returns the tag name.


getValue

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

AttributeValueException