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