Package org.jf.dexlib2.dexbacked.raw
Class EncodedValue
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.EncodedValue
-
public class EncodedValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EncodedValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidannotateEncodedAnnotation(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)static voidannotateEncodedArray(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)static voidannotateEncodedValue(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader)static java.lang.StringasString(DexBackedDexFile dexFile, DexReader reader)
-
-
-
Method Detail
-
annotateEncodedValue
public static void annotateEncodedValue(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
annotateEncodedAnnotation
public static void annotateEncodedAnnotation(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
annotateEncodedArray
public static void annotateEncodedArray(@Nonnull DexBackedDexFile dexFile, @Nonnull AnnotatedBytes out, @Nonnull DexReader reader)
-
asString
public static java.lang.String asString(@Nonnull DexBackedDexFile dexFile, @Nonnull DexReader reader)
-
-