Package org.jf.dexlib2.dexbacked.raw
Class EncodedValue
java.lang.Object
org.jf.dexlib2.dexbacked.raw.EncodedValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidannotateEncodedAnnotation(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader) static voidannotateEncodedArray(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader) static voidannotateEncodedValue(DexBackedDexFile dexFile, AnnotatedBytes out, DexReader reader) static StringasString(DexBackedDexFile dexFile, DexReader reader)
-
Constructor Details
-
EncodedValue
public EncodedValue()
-
-
Method Details
-
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
-