Uses of Class
org.jf.dexlib2.dexbacked.raw.SectionAnnotator
Packages that use SectionAnnotator
-
Uses of SectionAnnotator in org.jf.dexlib2.dexbacked.raw
Subclasses of SectionAnnotator in org.jf.dexlib2.dexbacked.rawFields in org.jf.dexlib2.dexbacked.raw declared as SectionAnnotatorModifier and TypeFieldDescriptionprivate SectionAnnotatorCodeItem.CodeItemAnnotator.debugInfoAnnotatorMethods in org.jf.dexlib2.dexbacked.raw that return SectionAnnotatorModifier 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) -
Uses of SectionAnnotator in org.jf.dexlib2.dexbacked.raw.util
Fields in org.jf.dexlib2.dexbacked.raw.util with type parameters of type SectionAnnotatorModifier and TypeFieldDescriptionprivate final Map<Integer, SectionAnnotator> DexAnnotator.annotatorsMethods in org.jf.dexlib2.dexbacked.raw.util that return SectionAnnotator