Uses of Class
org.jf.dexlib2.dexbacked.raw.util.DexAnnotator
Packages that use DexAnnotator
-
Uses of DexAnnotator in org.jf.dexlib2.dexbacked.raw
Fields in org.jf.dexlib2.dexbacked.raw declared as DexAnnotatorMethods in org.jf.dexlib2.dexbacked.raw with parameters of type DexAnnotatorModifier and TypeMethodDescriptionstatic voidCdexDebugOffsetTable.annotate(DexAnnotator annotator, DexBuffer buffer) static 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 DexAnnotatorModifierConstructorDescriptionCodeItemAnnotator(DexAnnotator annotator, MapItem mapItem) SectionAnnotator(DexAnnotator annotator, MapItem mapItem)