Uses of Interface
org.jf.dexlib2.iface.AnnotationElement
Packages that use AnnotationElement
Package
Description
-
Uses of AnnotationElement in org.jf.baksmali.formatter
Method parameters in org.jf.baksmali.formatter with type arguments of type AnnotationElementModifier and TypeMethodDescriptionvoidBaksmaliWriter.writeAnnotationElements(Collection<? extends AnnotationElement> annotationElements) -
Uses of AnnotationElement in org.jf.dexlib2.base
Classes in org.jf.dexlib2.base that implement AnnotationElementFields in org.jf.dexlib2.base with type parameters of type AnnotationElementModifier and TypeFieldDescriptionstatic final Comparator<AnnotationElement> BaseAnnotationElement.BY_NAMEMethods in org.jf.dexlib2.base with parameters of type AnnotationElement -
Uses of AnnotationElement in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement AnnotationElement -
Uses of AnnotationElement in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type AnnotationElementModifier and TypeMethodDescriptionSet<? extends AnnotationElement> Annotation.getElements()Gets a set of the name/value elements associated with this annotation.Set<? extends AnnotationElement> BasicAnnotation.getElements()Gets a set of the name/value elements associated with this annotation.Methods in org.jf.dexlib2.iface with parameters of type AnnotationElementModifier and TypeMethodDescriptionintAnnotationElement.compareTo(AnnotationElement o) Compares this AnnotationElement to another AnnotationElement. -
Uses of AnnotationElement in org.jf.dexlib2.iface.value
Methods in org.jf.dexlib2.iface.value that return types with arguments of type AnnotationElementModifier and TypeMethodDescriptionSet<? extends AnnotationElement> AnnotationEncodedValue.getElements()Gets a set of the name/value elements associated with this annotation. -
Uses of AnnotationElement in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement AnnotationElementFields in org.jf.dexlib2.immutable with type parameters of type AnnotationElementModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableAnnotationElement, AnnotationElement> ImmutableAnnotationElement.CONVERTERMethods in org.jf.dexlib2.immutable with parameters of type AnnotationElementModifier and TypeMethodDescriptionstatic ImmutableAnnotationElementImmutableAnnotationElement.of(AnnotationElement annotationElement) Method parameters in org.jf.dexlib2.immutable with type arguments of type AnnotationElementModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet<ImmutableAnnotationElement> ImmutableAnnotationElement.immutableSetOf(Iterable<? extends AnnotationElement> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type AnnotationElementModifierConstructorDescriptionImmutableAnnotation(int visibility, String type, Collection<? extends AnnotationElement> elements) -
Uses of AnnotationElement in org.jf.dexlib2.immutable.value
Constructor parameters in org.jf.dexlib2.immutable.value with type arguments of type AnnotationElementModifierConstructorDescriptionImmutableAnnotationEncodedValue(String type, Collection<? extends AnnotationElement> elements) -
Uses of AnnotationElement in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement AnnotationElementModifier and TypeClassDescriptionprotected classFields in org.jf.dexlib2.rewriter declared as AnnotationElementModifier and TypeFieldDescriptionprotected AnnotationElementAnnotationElementRewriter.RewrittenAnnotationElement.annotationElementFields in org.jf.dexlib2.rewriter with type parameters of type AnnotationElementModifier and TypeFieldDescriptionprivate final Rewriter<AnnotationElement> DexRewriter.annotationElementRewriterMethods in org.jf.dexlib2.rewriter that return AnnotationElementModifier and TypeMethodDescriptionAnnotationElementRewriter.rewrite(AnnotationElement annotationElement) Methods in org.jf.dexlib2.rewriter that return types with arguments of type AnnotationElementModifier and TypeMethodDescriptionDexRewriter.getAnnotationElementRewriter()RewriterModule.getAnnotationElementRewriter(Rewriters rewriters) Rewriters.getAnnotationElementRewriter()Set<? extends AnnotationElement> AnnotationRewriter.RewrittenAnnotation.getElements()Set<? extends AnnotationElement> EncodedValueRewriter.RewrittenAnnotationEncodedValue.getElements()Methods in org.jf.dexlib2.rewriter with parameters of type AnnotationElementModifier and TypeMethodDescriptionAnnotationElementRewriter.rewrite(AnnotationElement annotationElement) Constructors in org.jf.dexlib2.rewriter with parameters of type AnnotationElement -
Uses of AnnotationElement in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type AnnotationElementModifier and TypeClassDescriptionclassDexWriter<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>> classEncodedValueWriter<StringKey,TypeKey, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, AnnotationElement extends AnnotationElement, ProtoRefKey, MethodHandleKey extends MethodHandleReference, EncodedValue> -
Uses of AnnotationElement in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement AnnotationElementMethods in org.jf.dexlib2.writer.builder with parameters of type AnnotationElementModifier and TypeMethodDescriptionprivate BuilderAnnotationElementDexBuilder.internAnnotationElement(AnnotationElement annotationElement) Method parameters in org.jf.dexlib2.writer.builder with type arguments of type AnnotationElementModifier and TypeMethodDescription(package private) Set<? extends BuilderAnnotationElement> DexBuilder.internAnnotationElements(Set<? extends AnnotationElement> elements) -
Uses of AnnotationElement in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return types with arguments of type AnnotationElementModifier and TypeMethodDescriptionCollection<? extends AnnotationElement> AnnotationPool.getElements(Annotation annotation) Methods in org.jf.dexlib2.writer.pool with parameters of type AnnotationElementModifier and TypeMethodDescriptionAnnotationPool.getElementName(AnnotationElement annotationElement) AnnotationPool.getElementValue(AnnotationElement annotationElement) -
Uses of AnnotationElement in org.jf.smali
Fields in org.jf.smali with type parameters of type AnnotationElementMethods in org.jf.smali that return AnnotationElement