Package org.jf.dexlib2.dexbacked.value
Class DexBackedMethodEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseMethodEncodedValue
-
- org.jf.dexlib2.dexbacked.value.DexBackedMethodEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,MethodEncodedValue
public class DexBackedMethodEncodedValue extends BaseMethodEncodedValue
-
-
Field Summary
Fields Modifier and Type Field Description DexBackedDexFile
dexFile
-
Constructor Summary
Constructors Constructor Description DexBackedMethodEncodedValue(DexBackedDexFile dexFile, DexReader reader, int valueArg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodReference
getValue()
Gets the method value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseMethodEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
-
-
-
Field Detail
-
dexFile
@Nonnull public final DexBackedDexFile dexFile
-
-
Constructor Detail
-
DexBackedMethodEncodedValue
public DexBackedMethodEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader, int valueArg)
-
-
Method Detail
-
getValue
@Nonnull public MethodReference getValue()
Description copied from interface:MethodEncodedValue
Gets the method value.- Returns:
- the method value as a MethodReference
-
-