public class DexBackedMethodHandleEncodedValue extends BaseMethodHandleEncodedValue
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedMethodHandleEncodedValue(DexBackedDexFile dexFile,
DexReader reader,
int valueArg) |
| Modifier and Type | Method and Description |
|---|---|
MethodHandleReference |
getValue()
Gets the method handle value.
|
compareTo, equals, getValueType, hashCode@Nonnull public final DexBackedDexFile dexFile
public DexBackedMethodHandleEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader,
int valueArg)
@Nonnull public MethodHandleReference getValue()
MethodHandleEncodedValue