public class DexBackedArrayEncodedValue extends BaseArrayEncodedValue implements ArrayEncodedValue
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedArrayEncodedValue(DexBackedDexFile dexFile,
DexReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends EncodedValue> |
getValue()
Gets the list of the values contained in this ArrayEncodedValue
|
static void |
skipFrom(DexReader reader) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompareTo, equals, hashCodegetValueType@Nonnull public final DexBackedDexFile dexFile
public DexBackedArrayEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader)
public static void skipFrom(@Nonnull
DexReader reader)
@Nonnull public java.util.List<? extends EncodedValue> getValue()
ArrayEncodedValuegetValue in interface ArrayEncodedValue