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