Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderArrayEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseArrayEncodedValue
org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderArrayEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,ArrayEncodedValue,EncodedValue,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
BuilderEncodedValues
public static class BuilderEncodedValues.BuilderArrayEncodedValue
extends BaseArrayEncodedValue
implements BuilderEncodedValues.BuilderEncodedValue
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<? extends BuilderEncodedValues.BuilderEncodedValue> (package private) int -
Constructor Summary
ConstructorsConstructorDescriptionBuilderArrayEncodedValue(List<? extends BuilderEncodedValues.BuilderEncodedValue> elements) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends EncodedValue> getValue()Gets the list of the values contained in this ArrayEncodedValueMethods 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.EncodedValue
getValueType
-
Field Details
-
elements
-
offset
int offset
-
-
Constructor Details
-
BuilderArrayEncodedValue
BuilderArrayEncodedValue(@Nonnull List<? extends BuilderEncodedValues.BuilderEncodedValue> elements)
-
-
Method Details
-
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
-