Class DexBackedAnnotationEncodedValue

java.lang.Object
org.jf.dexlib2.base.value.BaseAnnotationEncodedValue
org.jf.dexlib2.dexbacked.value.DexBackedAnnotationEncodedValue
All Implemented Interfaces:
Comparable<EncodedValue>, BasicAnnotation, AnnotationEncodedValue, EncodedValue

public class DexBackedAnnotationEncodedValue extends BaseAnnotationEncodedValue implements AnnotationEncodedValue
  • Field Details

    • dexFile

      @Nonnull public final DexBackedDexFile dexFile
    • type

      @Nonnull public final String type
    • elementCount

      private final int elementCount
    • elementsOffset

      private final int elementsOffset
  • Constructor Details

    • DexBackedAnnotationEncodedValue

      public DexBackedAnnotationEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader)
  • Method Details