Uses of Class
org.jf.dexlib2.immutable.ImmutableAnnotation
Packages that use ImmutableAnnotation
-
Uses of ImmutableAnnotation in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableAnnotationModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableClassDef.annotationsprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableField.annotationsprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableMethod.annotationsprotected final com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableMethodParameter.annotationsprivate static final ImmutableConverter<ImmutableAnnotation, Annotation> ImmutableAnnotation.CONVERTERMethods in org.jf.dexlib2.immutable that return ImmutableAnnotationModifier and TypeMethodDescriptionstatic ImmutableAnnotationImmutableAnnotation.of(Annotation annotation) Methods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableAnnotationModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableClassDef.getAnnotations()com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableField.getAnnotations()com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> ImmutableMethod.getAnnotations()static com.google.common.collect.ImmutableSet<ImmutableAnnotation> ImmutableAnnotation.immutableSetOf(Iterable<? extends Annotation> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableAnnotationModifierConstructorDescriptionImmutableClassDef(String type, int accessFlags, String superclass, com.google.common.collect.ImmutableList<String> interfaces, String sourceFile, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> staticFields, com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> instanceFields, com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> directMethods, com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> virtualMethods) ImmutableField(String definingClass, String name, String type, int accessFlags, ImmutableEncodedValue initialValue, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSet<HiddenApiRestriction> hiddenApiRestrictions) ImmutableMethod(String definingClass, String name, com.google.common.collect.ImmutableList<? extends ImmutableMethodParameter> parameters, String returnType, int accessFlags, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSet<HiddenApiRestriction> hiddenApiRestrictions, ImmutableMethodImplementation methodImplementation) ImmutableMethodParameter(String type, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, String name)