Uses of Class
org.jf.dexlib2.immutable.ImmutableAnnotationElement
Packages that use ImmutableAnnotationElement
-
Uses of ImmutableAnnotationElement in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableAnnotationElementModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableAnnotationElement, AnnotationElement> ImmutableAnnotationElement.CONVERTERprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> ImmutableAnnotation.elementsMethods in org.jf.dexlib2.immutable that return ImmutableAnnotationElementModifier and TypeMethodDescriptionstatic ImmutableAnnotationElementImmutableAnnotationElement.of(AnnotationElement annotationElement) Methods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableAnnotationElementModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> ImmutableAnnotation.getElements()static com.google.common.collect.ImmutableSet<ImmutableAnnotationElement> ImmutableAnnotationElement.immutableSetOf(Iterable<? extends AnnotationElement> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableAnnotationElementModifierConstructorDescriptionImmutableAnnotation(int visibility, String type, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> elements) -
Uses of ImmutableAnnotationElement in org.jf.dexlib2.immutable.value
Fields in org.jf.dexlib2.immutable.value with type parameters of type ImmutableAnnotationElementModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> ImmutableAnnotationEncodedValue.elementsMethods in org.jf.dexlib2.immutable.value that return types with arguments of type ImmutableAnnotationElementModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> ImmutableAnnotationEncodedValue.getElements()Constructor parameters in org.jf.dexlib2.immutable.value with type arguments of type ImmutableAnnotationElementModifierConstructorDescriptionImmutableAnnotationEncodedValue(String type, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotationElement> elements)