Uses of Enum
jadx.api.metadata.ICodeAnnotation.AnnType
Packages that use ICodeAnnotation.AnnType
Package
Description
-
Uses of ICodeAnnotation.AnnType in jadx.api.metadata
Methods in jadx.api.metadata that return ICodeAnnotation.AnnTypeModifier and TypeMethodDescriptionICodeAnnotation.getAnnType()static ICodeAnnotation.AnnTypeReturns the enum constant of this type with the specified name.static ICodeAnnotation.AnnType[]ICodeAnnotation.AnnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.api.metadata with parameters of type ICodeAnnotation.AnnTypeModifier and TypeMethodDescription@Nullable ICodeAnnotationICodeMetadata.searchUp(int position, int limitPos, ICodeAnnotation.AnnType annType) @Nullable ICodeAnnotationICodeMetadata.searchUp(int position, ICodeAnnotation.AnnType annType) -
Uses of ICodeAnnotation.AnnType in jadx.api.metadata.annotations
Methods in jadx.api.metadata.annotations that return ICodeAnnotation.AnnTypeModifier and TypeMethodDescriptionInsnCodeOffset.getAnnType()NodeDeclareRef.getAnnType()NodeEnd.getAnnType()VarNode.getAnnType()VarRef.getAnnType() -
Uses of ICodeAnnotation.AnnType in jadx.api.metadata.impl
Methods in jadx.api.metadata.impl with parameters of type ICodeAnnotation.AnnTypeModifier and TypeMethodDescription@Nullable ICodeAnnotationCodeMetadataStorage.searchUp(int position, int limitPos, ICodeAnnotation.AnnType annType) @Nullable ICodeAnnotationCodeMetadataStorage.searchUp(int position, ICodeAnnotation.AnnType annType) -
Uses of ICodeAnnotation.AnnType in jadx.core.dex.nodes
Methods in jadx.core.dex.nodes that return ICodeAnnotation.AnnTypeModifier and TypeMethodDescriptionClassNode.getAnnType()FieldNode.getAnnType()MethodNode.getAnnType()PackageNode.getAnnType()