Class DexBackedAnnotationElement

    • Field Detail

      • nameIndex

        public final int nameIndex
    • Constructor Detail

      • DexBackedAnnotationElement

        public DexBackedAnnotationElement​(@Nonnull
                                          DexBackedDexFile dexFile,
                                          @Nonnull
                                          DexReader reader)
    • Method Detail

      • getName

        @Nonnull
        public java.lang.String getName()
        Description copied from interface: AnnotationElement
        Gets the name of the element.
        Returns:
        The name of the element.
      • getValue

        @Nonnull
        public EncodedValue getValue()
        Description copied from interface: AnnotationElement
        Gets the value of the element.
        Returns:
        The value of the element