public class DexBackedTypeEncodedValue extends BaseTypeEncodedValue
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedTypeEncodedValue(DexBackedDexFile dexFile,
DexReader reader,
int valueArg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the type value.
|
compareTo, equals, getValueType, hashCode@Nonnull public final DexBackedDexFile dexFile
public DexBackedTypeEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader,
int valueArg)
@Nonnull public java.lang.String getValue()
TypeEncodedValue