soot.tagkit
Interface Attribute

All Superinterfaces:
Tag
All Known Implementing Classes:
CodeAttribute, DependenceGraph, GenericAttribute, JasminAttribute

public interface Attribute
extends Tag

Tags that are attached to the class file, field, method, or method body should implement this interface.


Method Summary
 void setValue(byte[] v)
          Sets the value of the attribute from a byte[].
 
Methods inherited from interface soot.tagkit.Tag
getName, getValue
 

Method Detail

setValue

void setValue(byte[] v)
Sets the value of the attribute from a byte[].