Uses of Interface
jadx.api.metadata.ICodeAnnotation
Packages that use ICodeAnnotation
Package
Description
-
Uses of ICodeAnnotation in jadx.api
Methods in jadx.api that return ICodeAnnotationMethods in jadx.api that return types with arguments of type ICodeAnnotationMethods in jadx.api with parameters of type ICodeAnnotationModifier and TypeMethodDescriptionvoidICodeWriter.attachAnnotation(ICodeAnnotation obj) voidICodeWriter.attachLineAnnotation(ICodeAnnotation obj) @Nullable JavaNodeJadxDecompiler.getJavaNodeByCodeAnnotation(@Nullable ICodeInfo codeInfo, @Nullable ICodeAnnotation ann) booleanJavaClass.isOwnCodeAnnotation(ICodeAnnotation ann) booleanJavaField.isOwnCodeAnnotation(ICodeAnnotation ann) booleanJavaMethod.isOwnCodeAnnotation(ICodeAnnotation ann) booleanJavaNode.isOwnCodeAnnotation(ICodeAnnotation ann) booleanJavaPackage.isOwnCodeAnnotation(ICodeAnnotation ann) booleanJavaVariable.isOwnCodeAnnotation(ICodeAnnotation ann) -
Uses of ICodeAnnotation in jadx.api.impl
Fields in jadx.api.impl with type parameters of type ICodeAnnotationModifier and TypeFieldDescriptionprivate Map<Integer, ICodeAnnotation> AnnotatedCodeWriter.annotationsMethods in jadx.api.impl that return types with arguments of type ICodeAnnotationModifier and TypeMethodDescriptionAnnotatedCodeWriter.getRawAnnotations()SimpleCodeWriter.getRawAnnotations()Methods in jadx.api.impl with parameters of type ICodeAnnotationModifier and TypeMethodDescriptionvoidAnnotatedCodeWriter.attachAnnotation(ICodeAnnotation obj) private voidAnnotatedCodeWriter.attachAnnotation(ICodeAnnotation obj, int pos) voidSimpleCodeWriter.attachAnnotation(ICodeAnnotation obj) voidAnnotatedCodeWriter.attachLineAnnotation(ICodeAnnotation obj) voidSimpleCodeWriter.attachLineAnnotation(ICodeAnnotation obj) -
Uses of ICodeAnnotation in jadx.api.metadata
Subinterfaces of ICodeAnnotation in jadx.api.metadataMethods in jadx.api.metadata that return ICodeAnnotationModifier and TypeMethodDescription@Nullable ICodeAnnotationICodeMetadata.getAt(int position) @Nullable ICodeAnnotationICodeMetadata.getClosestUp(int position) @Nullable ICodeAnnotationICodeMetadata.searchUp(int position, int limitPos, ICodeAnnotation.AnnType annType) @Nullable ICodeAnnotationICodeMetadata.searchUp(int position, ICodeAnnotation.AnnType annType) Methods in jadx.api.metadata that return types with arguments of type ICodeAnnotationMethod parameters in jadx.api.metadata with type arguments of type ICodeAnnotationModifier and TypeMethodDescription<T> TICodeMetadata.searchDown(int startPos, BiFunction<Integer, ICodeAnnotation, T> visitor) Iterate code annotations fromstartPosto higher positions.<T> TICodeMetadata.searchUp(int startPos, BiFunction<Integer, ICodeAnnotation, T> visitor) Iterate code annotations fromstartPosto smaller positions. -
Uses of ICodeAnnotation in jadx.api.metadata.annotations
Classes in jadx.api.metadata.annotations that implement ICodeAnnotationModifier and TypeClassDescriptionclassclassclassclassVariable infoclassVariable reference by position of VarNode in code metadata.static final classstatic final classMethods in jadx.api.metadata.annotations that return ICodeAnnotationModifier and TypeMethodDescriptionstatic @Nullable ICodeAnnotationVarNode.getRef(MethodNode mth, RegisterArg reg) -
Uses of ICodeAnnotation in jadx.api.metadata.impl
Fields in jadx.api.metadata.impl with type parameters of type ICodeAnnotationModifier and TypeFieldDescriptionprivate final NavigableMap<Integer, ICodeAnnotation> CodeMetadataStorage.navMapMethods in jadx.api.metadata.impl that return ICodeAnnotationModifier and TypeMethodDescriptionCodeMetadataStorage.getAt(int position) @Nullable ICodeAnnotationCodeMetadataStorage.getClosestUp(int position) @Nullable ICodeAnnotationCodeMetadataStorage.searchUp(int position, int limitPos, ICodeAnnotation.AnnType annType) @Nullable ICodeAnnotationCodeMetadataStorage.searchUp(int position, ICodeAnnotation.AnnType annType) Methods in jadx.api.metadata.impl that return types with arguments of type ICodeAnnotationMethod parameters in jadx.api.metadata.impl with type arguments of type ICodeAnnotationModifier and TypeMethodDescription<T> TCodeMetadataStorage.searchDown(int startPos, BiFunction<Integer, ICodeAnnotation, T> visitor) <T> TCodeMetadataStorage.searchUp(int startPos, BiFunction<Integer, ICodeAnnotation, T> visitor) Constructor parameters in jadx.api.metadata.impl with type arguments of type ICodeAnnotationModifierConstructorDescriptionprivateCodeMetadataStorage(Map<Integer, Integer> lines, NavigableMap<Integer, ICodeAnnotation> navMap) -
Uses of ICodeAnnotation in jadx.core.dex.attributes.nodes
Classes in jadx.core.dex.attributes.nodes that implement ICodeAnnotation -
Uses of ICodeAnnotation in jadx.core.dex.nodes
Subinterfaces of ICodeAnnotation in jadx.core.dex.nodesClasses in jadx.core.dex.nodes that implement ICodeAnnotationModifier and TypeClassDescriptionclassclassclassclass