public class DexBackedFieldEncodedValue extends BaseFieldEncodedValue
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedFieldEncodedValue(DexBackedDexFile dexFile,
DexReader reader,
int valueArg) |
| Modifier and Type | Method and Description |
|---|---|
FieldReference |
getValue()
Gets the field value.
|
compareTo, equals, getValueType, hashCode@Nonnull public final DexBackedDexFile dexFile
public DexBackedFieldEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader,
int valueArg)
@Nonnull public FieldReference getValue()
FieldEncodedValue