public class DexBackedMethodEncodedValue extends BaseMethodEncodedValue
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedMethodEncodedValue(DexBackedDexFile dexFile,
DexReader reader,
int valueArg) |
| Modifier and Type | Method and Description |
|---|---|
MethodReference |
getValue()
Gets the method value.
|
compareTo, equals, getValueType, hashCode@Nonnull public final DexBackedDexFile dexFile
public DexBackedMethodEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader,
int valueArg)
@Nonnull public MethodReference getValue()
MethodEncodedValue