soot.tagkit
Interface Tag

All Known Subinterfaces:
Attribute, OneByteCodeTag
All Known Implementing Classes:
ArrayCheckTag, ArrayNullCheckTag, BytecodeOffsetTag, CastCheckTag, ColorTag, DependenceGraph, DependenceTag, FieldRWTag, GenericAttribute, JasminAttribute, JimpleLineNumberTag, KeyTag, LineNumberTag, NullCheckTag, PositionTag, SourceLineNumberTag, SourceLnPosTag, StringTag

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.

Throws:
AttributeValueException