Uses of Class
jadx.api.plugins.input.data.attributes.types.AnnotationsAttr
Packages that use AnnotationsAttr
Package
Description
-
Uses of AnnotationsAttr in jadx.api.plugins.input.data.attributes
Fields in jadx.api.plugins.input.data.attributes with type parameters of type AnnotationsAttrModifier and TypeFieldDescriptionstatic final JadxAttrType<AnnotationsAttr> JadxAttrType.ANNOTATION_LIST -
Uses of AnnotationsAttr in jadx.api.plugins.input.data.attributes.types
Fields in jadx.api.plugins.input.data.attributes.types with type parameters of type AnnotationsAttrModifier and TypeFieldDescriptionprivate final List<AnnotationsAttr> AnnotationMethodParamsAttr.paramListMethods in jadx.api.plugins.input.data.attributes.types that return AnnotationsAttrModifier and TypeMethodDescriptionstatic @Nullable AnnotationsAttrAnnotationsAttr.pack(List<IAnnotation> annotationList) Methods in jadx.api.plugins.input.data.attributes.types that return types with arguments of type AnnotationsAttrModifier and TypeMethodDescriptionAnnotationsAttr.getAttrType()AnnotationMethodParamsAttr.getParamList()Constructor parameters in jadx.api.plugins.input.data.attributes.types with type arguments of type AnnotationsAttrModifierConstructorDescriptionprivateAnnotationMethodParamsAttr(List<AnnotationsAttr> paramsList) -
Uses of AnnotationsAttr in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type AnnotationsAttrModifier and TypeMethodDescriptionprivate voidModVisitor.replaceConstsInAnnotationsAttr(ClassNode parentCls, AnnotationsAttr annotationsList) -
Uses of AnnotationsAttr in jadx.core.dex.visitors.gradle
Methods in jadx.core.dex.visitors.gradle with parameters of type AnnotationsAttrModifier and TypeMethodDescriptionprivate booleanNonFinalResIdsVisitor.visitAnnotationList(AnnotationsAttr annotationsList) -
Uses of AnnotationsAttr in jadx.core.dex.visitors.usage
Methods in jadx.core.dex.visitors.usage with parameters of type AnnotationsAttrModifier and TypeMethodDescriptionprivate static voidUsageInfoVisitor.processAnnotationAttr(ICodeNode node, AnnotationsAttr annAttr, UsageInfo usageInfo)