public class EncodedValue
extends java.lang.Object
| Constructor and Description |
|---|
EncodedValue() |
| Modifier and Type | Method and Description |
|---|---|
static void |
annotateEncodedAnnotation(DexBackedDexFile dexFile,
AnnotatedBytes out,
DexReader reader) |
static void |
annotateEncodedArray(DexBackedDexFile dexFile,
AnnotatedBytes out,
DexReader reader) |
static void |
annotateEncodedValue(DexBackedDexFile dexFile,
AnnotatedBytes out,
DexReader reader) |
static java.lang.String |
asString(DexBackedDexFile dexFile,
DexReader reader) |
public static void annotateEncodedValue(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
AnnotatedBytes out,
@Nonnull
DexReader reader)
public static void annotateEncodedAnnotation(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
AnnotatedBytes out,
@Nonnull
DexReader reader)
public static void annotateEncodedArray(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
AnnotatedBytes out,
@Nonnull
DexReader reader)
public static java.lang.String asString(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader)