Class AttributeStorage

java.lang.Object
jadx.core.dex.attributes.AttributeStorage
Direct Known Subclasses:
EmptyAttrStorage

public class AttributeStorage extends Object
Storage for different attribute types:
1. Flags - boolean attribute (set or not)
2. Attributes - class instance (IJadxAttribute) associated with an attribute type (IJadxAttrType)