Package org.jf.dexlib2.rewriter
Class EncodedValueRewriter.RewrittenArrayEncodedValue
java.lang.Object
org.jf.dexlib2.base.value.BaseArrayEncodedValue
org.jf.dexlib2.rewriter.EncodedValueRewriter.RewrittenArrayEncodedValue
- All Implemented Interfaces:
Comparable<EncodedValue>,ArrayEncodedValue,EncodedValue
- Enclosing class:
EncodedValueRewriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
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, toString
-
Field Details
-
arrayEncodedValue
-
-
Constructor Details
-
RewrittenArrayEncodedValue
-
-
Method Details
-
getValue
Description copied from interface:ArrayEncodedValueGets the list of the values contained in this ArrayEncodedValue- Returns:
- A list of EncodedValue instances
-