Class AType<T extends jadx.api.plugins.input.data.attributes.IJadxAttribute>

  • Type Parameters:
    T - attribute class implementation
    All Implemented Interfaces:
    jadx.api.plugins.input.data.attributes.IJadxAttrType<T>

    public final class AType<T extends jadx.api.plugins.input.data.attributes.IJadxAttribute>
    extends java.lang.Object
    implements jadx.api.plugins.input.data.attributes.IJadxAttrType<T>
    Attribute types enumeration, uses generic type for omit cast after 'AttributeStorage.get' method