Uses of Class
org.jf.dexlib2.dexbacked.raw.MapItem
Packages that use MapItem
-
Uses of MapItem in org.jf.dexlib2.dexbacked
Methods in org.jf.dexlib2.dexbacked that return MapItemMethods in org.jf.dexlib2.dexbacked that return types with arguments of type MapItem -
Uses of MapItem in org.jf.dexlib2.dexbacked.raw
Methods in org.jf.dexlib2.dexbacked.raw with parameters of type MapItemModifier and TypeMethodDescriptionstatic SectionAnnotatorAnnotationDirectoryItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorAnnotationItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorAnnotationSetItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorAnnotationSetRefList.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorCallSiteIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorClassDataItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorClassDefItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorCodeItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorDebugInfoItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorEncodedArrayItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorFieldIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorHeaderItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorHiddenApiClassDataItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorMapItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorMethodHandleItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorMethodIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorProtoIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorStringDataItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorStringIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorTypeIdItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) static SectionAnnotatorTypeListItem.makeAnnotator(DexAnnotator annotator, MapItem mapItem) private static SectionAnnotatorCodeItem.makeAnnotatorForCDex(DexAnnotator annotator, MapItem mapItem) private static SectionAnnotatorCodeItem.makeAnnotatorForDex(DexAnnotator annotator, MapItem mapItem) Constructors in org.jf.dexlib2.dexbacked.raw with parameters of type MapItemModifierConstructorDescriptionCodeItemAnnotator(DexAnnotator annotator, MapItem mapItem) SectionAnnotator(DexAnnotator annotator, MapItem mapItem)