Uses of Interface
org.jf.dexlib2.iface.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in org.jf.baksmali.Adaptors
Methods in org.jf.baksmali.Adaptors with parameters of type AnnotationModifier and TypeMethodDescriptionstatic voidAnnotationFormatter.writeTo(BaksmaliWriter writer, Annotation annotation) Method parameters in org.jf.baksmali.Adaptors with type arguments of type AnnotationModifier and TypeMethodDescriptionstatic voidAnnotationFormatter.writeTo(BaksmaliWriter writer, Collection<? extends Annotation> annotations) -
Uses of Annotation in org.jf.dexlib2.analysis
Methods in org.jf.dexlib2.analysis that return types with arguments of type AnnotationModifier and TypeMethodDescriptionSet<? extends Annotation> ClassProto.ReparentedMethod.getAnnotations() -
Uses of Annotation in org.jf.dexlib2.analysis.reflection
Methods in org.jf.dexlib2.analysis.reflection that return types with arguments of type AnnotationModifier and TypeMethodDescriptionSet<? extends Annotation> ReflectionClassDef.getAnnotations()Set<? extends Annotation> ReflectionConstructor.getAnnotations()Set<? extends Annotation> ReflectionField.getAnnotations()Set<? extends Annotation> ReflectionMethod.getAnnotations() -
Uses of Annotation in org.jf.dexlib2.base
Classes in org.jf.dexlib2.base that implement AnnotationFields in org.jf.dexlib2.base with type parameters of type AnnotationModifier and TypeFieldDescriptionstatic final Comparator<? super Annotation> BaseAnnotation.BY_TYPEMethods in org.jf.dexlib2.base with parameters of type Annotation -
Uses of Annotation in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement AnnotationMethods in org.jf.dexlib2.dexbacked that return types with arguments of type Annotation -
Uses of Annotation in org.jf.dexlib2.dexbacked.util
Fields in org.jf.dexlib2.dexbacked.util with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate final Iterator<? extends Set<? extends Annotation>> ParameterIterator.parameterAnnotations -
Uses of Annotation in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type AnnotationModifier and TypeMethodDescriptionSet<? extends Annotation> Annotatable.getAnnotations()Gets a set of the annotations that are applied to this object.Set<? extends Annotation> ClassDef.getAnnotations()Gets a set of the annotations that are applied to this class.Set<? extends Annotation> Field.getAnnotations()Gets a set of the annotations that are applied to this field.Set<? extends Annotation> Method.getAnnotations()Gets a set of the annotations that are applied to this method.Set<? extends Annotation> MethodParameter.getAnnotations()Gets a set of the annotations that are applied to this parameter.Methods in org.jf.dexlib2.iface with parameters of type AnnotationModifier and TypeMethodDescriptionintAnnotation.compareTo(Annotation o) Compares this Annotation to another Annotation. -
Uses of Annotation in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement AnnotationFields in org.jf.dexlib2.immutable with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableAnnotation, Annotation> ImmutableAnnotation.CONVERTERMethods in org.jf.dexlib2.immutable that return types with arguments of type AnnotationModifier and TypeMethodDescriptionSet<? extends Annotation> ImmutableMethodParameter.getAnnotations()Methods in org.jf.dexlib2.immutable with parameters of type AnnotationModifier and TypeMethodDescriptionstatic ImmutableAnnotationImmutableAnnotation.of(Annotation annotation) Method parameters in org.jf.dexlib2.immutable with type arguments of type AnnotationModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet<ImmutableAnnotation> ImmutableAnnotation.immutableSetOf(Iterable<? extends Annotation> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type AnnotationModifierConstructorDescriptionImmutableField(String definingClass, String name, String type, int accessFlags, EncodedValue initialValue, Collection<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) ImmutableMethod(String definingClass, String name, Iterable<? extends MethodParameter> parameters, String returnType, int accessFlags, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) ImmutableMethodParameter(String type, Set<? extends Annotation> annotations, String name) -
Uses of Annotation in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement AnnotationFields in org.jf.dexlib2.rewriter declared as AnnotationModifier and TypeFieldDescriptionprotected AnnotationAnnotationRewriter.RewrittenAnnotation.annotationFields in org.jf.dexlib2.rewriter with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate final Rewriter<Annotation> DexRewriter.annotationRewriterMethods in org.jf.dexlib2.rewriter that return AnnotationMethods in org.jf.dexlib2.rewriter that return types with arguments of type AnnotationModifier and TypeMethodDescriptionDexRewriter.getAnnotationRewriter()RewriterModule.getAnnotationRewriter(Rewriters rewriters) Rewriters.getAnnotationRewriter()Set<? extends Annotation> ClassDefRewriter.RewrittenClassDef.getAnnotations()Set<? extends Annotation> FieldRewriter.RewrittenField.getAnnotations()Set<? extends Annotation> MethodParameterRewriter.RewrittenMethodParameter.getAnnotations()Set<? extends Annotation> MethodRewriter.RewrittenMethod.getAnnotations()Methods in org.jf.dexlib2.rewriter with parameters of type AnnotationConstructors in org.jf.dexlib2.rewriter with parameters of type Annotation -
Uses of Annotation in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type AnnotationModifier and TypeInterfaceDescriptioninterfaceAnnotationSetSection<AnnotationKey extends Annotation,AnnotationSetKey> classDexWriter<StringKey extends CharSequence,StringRef extends StringReference, TypeKey extends CharSequence, TypeRef extends TypeReference, ProtoRefKey extends MethodProtoReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ClassKey extends Comparable<? super ClassKey>, CallSiteKey extends CallSiteReference, MethodHandleKey extends MethodHandleReference, AnnotationKey extends Annotation, AnnotationSetKey, TypeListKey, FieldKey, MethodKey, EncodedArrayKey, EncodedValue, AnnotationElement extends AnnotationElement, StringSectionType extends StringSection<StringKey, StringRef>, TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>, ProtoSectionType extends ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey>, FieldSectionType extends FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey>, MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey>, ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, EncodedArrayKey>, CallSiteSectionType extends CallSiteSection<CallSiteKey, EncodedArrayKey>, MethodHandleSectionType extends MethodHandleSection<MethodHandleKey, FieldRefKey, MethodRefKey>, TypeListSectionType extends TypeListSection<TypeKey, TypeListKey>, AnnotationSectionType extends AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue>, AnnotationSetSectionType extends AnnotationSetSection<AnnotationKey, AnnotationSetKey>, EncodedArraySectionType extends EncodedArraySection<EncodedArrayKey, EncodedValue>> -
Uses of Annotation in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement AnnotationFields in org.jf.dexlib2.writer.builder with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate final ConcurrentMap<Annotation, BuilderAnnotation> BuilderAnnotationPool.internedItemsprivate final ConcurrentMap<Set<? extends Annotation>, BuilderAnnotationSet> BuilderAnnotationSetPool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type AnnotationMethod parameters in org.jf.dexlib2.writer.builder with type arguments of type AnnotationModifier and TypeMethodDescriptionBuilderAnnotationSetPool.internAnnotationSet(Set<? extends Annotation> annotations) DexBuilder.internClassDef(String type, int accessFlags, String superclass, List<String> interfaces, String sourceFile, Set<? extends Annotation> annotations, Iterable<? extends BuilderField> fields, Iterable<? extends BuilderMethod> methods) DexBuilder.internField(String definingClass, String name, String type, int accessFlags, EncodedValue initialValue, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) DexBuilder.internMethod(String definingClass, String name, List<? extends MethodParameter> parameters, String returnType, int accessFlags, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) -
Uses of Annotation in org.jf.dexlib2.writer.pool
Fields in org.jf.dexlib2.writer.pool with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate static final com.google.common.base.Function<MethodParameter, Set<? extends Annotation>> ClassPool.PARAMETER_ANNOTATIONSMethods in org.jf.dexlib2.writer.pool that return types with arguments of type AnnotationModifier and TypeMethodDescriptionCollection<? extends Annotation> AnnotationSetPool.getAnnotations(Set<? extends Annotation> annotations) Set<? extends Annotation> PoolClassDef.getAnnotations()Set<? extends Annotation> PoolMethod.getAnnotations()Set<? extends Annotation> ClassPool.getClassAnnotations(PoolClassDef classDef) Set<? extends Annotation> ClassPool.getFieldAnnotations(Field field) Set<? extends Annotation> ClassPool.getMethodAnnotations(PoolMethod method) List<? extends Set<? extends Annotation>> ClassPool.getParameterAnnotations(PoolMethod method) Methods in org.jf.dexlib2.writer.pool with parameters of type AnnotationModifier and TypeMethodDescriptionCollection<? extends AnnotationElement> AnnotationPool.getElements(Annotation annotation) AnnotationPool.getType(Annotation annotation) intAnnotationPool.getVisibility(Annotation annotation) voidAnnotationPool.intern(Annotation annotation) Method parameters in org.jf.dexlib2.writer.pool with type arguments of type AnnotationModifier and TypeMethodDescriptionCollection<? extends Annotation> AnnotationSetPool.getAnnotations(Set<? extends Annotation> annotations) voidAnnotationSetPool.intern(Set<? extends Annotation> annotationSet) -
Uses of Annotation in org.jf.smali
Fields in org.jf.smali with type parameters of type AnnotationMethods in org.jf.smali that return AnnotationMethods in org.jf.smali that return types with arguments of type AnnotationModifier and TypeMethodDescriptionfinal Set<Annotation> smaliTreeWalker.annotations()Set<? extends Annotation> SmaliMethodParameter.getAnnotations()