Uses of Interface
jadx.api.plugins.input.data.attributes.IJadxAttrType
Packages that use IJadxAttrType
Package
Description
-
Uses of IJadxAttrType in jadx.api.plugins.input.data.annotations
Methods in jadx.api.plugins.input.data.annotations that return IJadxAttrTypeModifier and TypeMethodDescriptionIJadxAttrType<? extends IJadxAttribute> EncodedValue.getAttrType() -
Uses of IJadxAttrType in jadx.api.plugins.input.data.attributes
Classes in jadx.api.plugins.input.data.attributes that implement IJadxAttrTypeMethods in jadx.api.plugins.input.data.attributes that return IJadxAttrTypeModifier and TypeMethodDescriptionstatic <A extends IJadxAttribute>
IJadxAttrType<A> IJadxAttrType.create()static <A extends IJadxAttribute>
IJadxAttrType<A> IJadxAttrType<? extends IJadxAttribute> IJadxAttribute.getAttrType() -
Uses of IJadxAttrType in jadx.api.plugins.input.data.attributes.types
Methods in jadx.api.plugins.input.data.attributes.types that return IJadxAttrTypeModifier and TypeMethodDescriptionIJadxAttrType<? extends IJadxAttribute> AnnotationDefaultAttr.getAttrType()IJadxAttrType<? extends IJadxAttribute> AnnotationDefaultClassAttr.getAttrType()ExceptionsAttr.getAttrType()InnerClassesAttr.getAttrType()MethodParametersAttr.getAttrType()IJadxAttrType<? extends IJadxAttribute> SignatureAttr.getAttrType()SourceFileAttr.getAttrType() -
Uses of IJadxAttrType in jadx.core.dex.attributes
Classes in jadx.core.dex.attributes that implement IJadxAttrTypeModifier and TypeClassDescriptionfinal classAType<T extends IJadxAttribute>Attribute types enumeration, uses generic type for omit cast after 'AttributeStorage.get' methodFields in jadx.core.dex.attributes declared as IJadxAttrTypeFields in jadx.core.dex.attributes with type parameters of type IJadxAttrTypeModifier and TypeFieldDescriptionprivate Map<IJadxAttrType<?>, IJadxAttribute> AttributeStorage.attributesprivate static final Map<IJadxAttrType<?>, IJadxAttribute> AttributeStorage.EMPTY_ATTRIBUTESMethods in jadx.core.dex.attributes that return IJadxAttrTypeModifier and TypeMethodDescriptionAttrList.getAttrType()IJadxAttrType<? extends IJadxAttribute> FieldInitInsnAttr.getAttrType()Methods in jadx.core.dex.attributes with parameters of type IJadxAttrTypeModifier and TypeMethodDescription<T> voidAttributeStorage.add(IJadxAttrType<AttrList<T>> type, T obj) <T> voidAttrNode.addAttr(IJadxAttrType<AttrList<T>> type, List<T> list) <T> voidAttrNode.addAttr(IJadxAttrType<AttrList<T>> type, T obj) <T> voidIAttributeNode.addAttr(IJadxAttrType<AttrList<T>> type, T obj) <T> voidAttributeStorage.addAttrList(IJadxAttrType<AttrList<T>> type, List<T> attrList) <T extends IJadxAttribute>
booleanAttributeStorage.contains(IJadxAttrType<T> type) <T extends IJadxAttribute>
booleanAttrNode.contains(IJadxAttrType<T> type) <T extends IJadxAttribute>
booleanEmptyAttrStorage.contains(IJadxAttrType<T> type) <T extends IJadxAttribute>
booleanIAttributeNode.contains(IJadxAttrType<T> type) <T extends IJadxAttribute>
TAttributeStorage.get(IJadxAttrType<T> type) <T extends IJadxAttribute>
TAttrNode.get(IJadxAttrType<T> type) <T extends IJadxAttribute>
TEmptyAttrStorage.get(IJadxAttrType<T> type) <T extends IJadxAttribute>
TIAttributeNode.get(IJadxAttrType<T> type) <T> List<T> AttributeStorage.getAll(IJadxAttrType<AttrList<T>> type) <T> List<T> AttrNode.getAll(IJadxAttrType<AttrList<T>> type) <T> List<T> EmptyAttrStorage.getAll(IJadxAttrType<AttrList<T>> type) <T> List<T> IAttributeNode.getAll(IJadxAttrType<AttrList<T>> type) <T extends IJadxAttribute>
voidAttributeStorage.remove(IJadxAttrType<T> type) <T extends IJadxAttribute>
voidAttrNode.remove(IJadxAttrType<T> type) <T extends IJadxAttribute>
voidEmptyAttrStorage.remove(IJadxAttrType<T> type) <T extends IJadxAttribute>
voidIAttributeNode.remove(IJadxAttrType<T> type) Method parameters in jadx.core.dex.attributes with type arguments of type IJadxAttrTypeModifier and TypeMethodDescriptionprivate voidAttributeStorage.writeAttributes(Consumer<Map<IJadxAttrType<?>, IJadxAttribute>> mapConsumer) Constructors in jadx.core.dex.attributes with parameters of type IJadxAttrType -
Uses of IJadxAttrType in jadx.core.dex.attributes.nodes
Methods in jadx.core.dex.attributes.nodes that return IJadxAttrTypeModifier and TypeMethodDescriptionDecompileModeOverrideAttr.getAttrType()IJadxAttrType<? extends IJadxAttribute> ExcSplitCrossAttr.getAttrType()InlinedAttr.getAttrType()JadxCommentsAttr.getAttrType()MethodThrowsAttr.getAttrType()IJadxAttrType<? extends IJadxAttribute> TmpEdgeAttr.getAttrType() -
Uses of IJadxAttrType in jadx.core.dex.trycatch
Methods in jadx.core.dex.trycatch that return IJadxAttrTypeModifier and TypeMethodDescriptionIJadxAttrType<? extends IJadxAttribute> TryCatchBlockAttr.getAttrType() -
Uses of IJadxAttrType in jadx.core.dex.visitors.blocks
Fields in jadx.core.dex.visitors.blocks declared as IJadxAttrTypeModifier and TypeFieldDescription(package private) static final IJadxAttrType<BlockProcessor.DebugModAttr> BlockProcessor.DebugModAttr.TYPEMethods in jadx.core.dex.visitors.blocks that return IJadxAttrType