Package org.jf.dexlib2.dexbacked.value
Class DexBackedArrayEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseArrayEncodedValue
-
- org.jf.dexlib2.dexbacked.value.DexBackedArrayEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>,ArrayEncodedValue,EncodedValue
public class DexBackedArrayEncodedValue extends BaseArrayEncodedValue implements ArrayEncodedValue
-
-
Field Summary
Fields Modifier and Type Field Description DexBackedDexFiledexFile
-
Constructor Summary
Constructors Constructor Description DexBackedArrayEncodedValue(DexBackedDexFile dexFile, DexReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends EncodedValue>getValue()Gets the list of the values contained in this ArrayEncodedValuestatic voidskipFrom(DexReader reader)-
Methods inherited from class org.jf.dexlib2.base.value.BaseArrayEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.ArrayEncodedValue
compareTo, equals, hashCode
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-
-
-
Field Detail
-
dexFile
@Nonnull public final DexBackedDexFile dexFile
-
-
Constructor Detail
-
DexBackedArrayEncodedValue
public DexBackedArrayEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader)
-
-
Method Detail
-
skipFrom
public static void skipFrom(@Nonnull DexReader reader)
-
getValue
@Nonnull public java.util.List<? extends EncodedValue> getValue()
Description copied from interface:ArrayEncodedValueGets the list of the values contained in this ArrayEncodedValue- Specified by:
getValuein interfaceArrayEncodedValue- Returns:
- A list of EncodedValue instances
-
-