Class DexBackedTypeEncodedValue

java.lang.Object
org.jf.dexlib2.base.value.BaseTypeEncodedValue
org.jf.dexlib2.dexbacked.value.DexBackedTypeEncodedValue
All Implemented Interfaces:
Comparable<EncodedValue>, EncodedValue, TypeEncodedValue

public class DexBackedTypeEncodedValue extends BaseTypeEncodedValue
  • Field Details

    • dexFile

      @Nonnull public final DexBackedDexFile dexFile
    • typeIndex

      private final int typeIndex
  • Constructor Details

    • DexBackedTypeEncodedValue

      public DexBackedTypeEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader, int valueArg)
  • Method Details

    • getValue

      @Nonnull public String getValue()
      Description copied from interface: TypeEncodedValue
      Gets the type value.
      Returns:
      the type value