Package org.jf.dexlib2.dexbacked.raw
Class TypeIdItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.TypeIdItem
-
public class TypeIdItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intITEM_SIZE
-
Constructor Summary
Constructors Constructor Description TypeIdItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetOptionalReferenceAnnotation(DexBackedDexFile dexFile, int typeIndex)static java.lang.StringgetReferenceAnnotation(DexBackedDexFile dexFile, int typeIndex)static SectionAnnotatormakeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
-
-
Field Detail
-
ITEM_SIZE
public static final int ITEM_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
getReferenceAnnotation
@Nonnull public static java.lang.String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeIndex)
-
getOptionalReferenceAnnotation
@Nonnull public static java.lang.String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeIndex)
-
-