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:
Comparable<EncodedValue>,ArrayEncodedValue,EncodedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends EncodedValue> getValue()Gets the list of the values contained in this ArrayEncodedValueprivate static voidskipElementsFrom(DexReader reader, int elementCount) static voidMethods inherited from class org.jf.dexlib2.base.value.BaseArrayEncodedValue
compareTo, equals, getValueType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.value.ArrayEncodedValue
compareTo, equals, hashCodeMethods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
Field Details
-
dexFile
-
elementCount
private final int elementCount -
encodedArrayOffset
private final int encodedArrayOffset
-
-
Constructor Details
-
DexBackedArrayEncodedValue
-
-
Method Details
-
skipFrom
-
skipElementsFrom
-
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
-