Uses of Class
org.jf.dexlib2.writer.builder.BuilderAnnotationElement
Packages that use BuilderAnnotationElement
-
Uses of BuilderAnnotationElement in org.jf.dexlib2.writer.builder
Fields in org.jf.dexlib2.writer.builder with type parameters of type BuilderAnnotationElementModifier and TypeFieldDescription(package private) final Set<? extends BuilderAnnotationElement> BuilderAnnotation.elements(package private) final Set<? extends BuilderAnnotationElement> BuilderEncodedValues.BuilderAnnotationEncodedValue.elementsMethods in org.jf.dexlib2.writer.builder that return BuilderAnnotationElementModifier and TypeMethodDescriptionprivate BuilderAnnotationElementDexBuilder.internAnnotationElement(AnnotationElement annotationElement) Methods in org.jf.dexlib2.writer.builder that return types with arguments of type BuilderAnnotationElementModifier and TypeMethodDescriptionSet<? extends BuilderAnnotationElement> BuilderAnnotation.getElements()Collection<? extends BuilderAnnotationElement> BuilderAnnotationPool.getElements(BuilderAnnotation key) Set<? extends BuilderAnnotationElement> BuilderEncodedValues.BuilderAnnotationEncodedValue.getElements()(package private) Set<? extends BuilderAnnotationElement> DexBuilder.internAnnotationElements(Set<? extends AnnotationElement> elements) Methods in org.jf.dexlib2.writer.builder with parameters of type BuilderAnnotationElementModifier and TypeMethodDescriptionBuilderAnnotationPool.getElementName(BuilderAnnotationElement element) BuilderAnnotationPool.getElementValue(BuilderAnnotationElement element) Constructor parameters in org.jf.dexlib2.writer.builder with type arguments of type BuilderAnnotationElementModifierConstructorDescriptionBuilderAnnotation(int visibility, BuilderTypeReference type, Set<? extends BuilderAnnotationElement> elements) (package private)BuilderAnnotationEncodedValue(BuilderTypeReference typeReference, Set<? extends BuilderAnnotationElement> elements)