Package org.jf.dexlib2.writer.pool
Class DexPool.DexPoolSectionProvider
- java.lang.Object
-
- org.jf.dexlib2.writer.DexWriter.SectionProvider
-
- org.jf.dexlib2.writer.pool.DexPool.DexPoolSectionProvider
-
- Enclosing class:
- DexPool
protected class DexPool.DexPoolSectionProvider extends DexWriter.SectionProvider
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDexPoolSectionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationPoolgetAnnotationSection()AnnotationSetPoolgetAnnotationSetSection()CallSitePoolgetCallSiteSection()ClassPoolgetClassSection()EncodedArrayPoolgetEncodedArraySection()FieldPoolgetFieldSection()MethodHandlePoolgetMethodHandleSection()MethodPoolgetMethodSection()ProtoPoolgetProtoSection()StringPoolgetStringSection()TypeListPoolgetTypeListSection()TypePoolgetTypeSection()
-
-
-
Method Detail
-
getStringSection
@Nonnull public StringPool getStringSection()
- Specified by:
getStringSectionin classDexWriter.SectionProvider
-
getTypeSection
@Nonnull public TypePool getTypeSection()
- Specified by:
getTypeSectionin classDexWriter.SectionProvider
-
getProtoSection
@Nonnull public ProtoPool getProtoSection()
- Specified by:
getProtoSectionin classDexWriter.SectionProvider
-
getFieldSection
@Nonnull public FieldPool getFieldSection()
- Specified by:
getFieldSectionin classDexWriter.SectionProvider
-
getMethodSection
@Nonnull public MethodPool getMethodSection()
- Specified by:
getMethodSectionin classDexWriter.SectionProvider
-
getClassSection
@Nonnull public ClassPool getClassSection()
- Specified by:
getClassSectionin classDexWriter.SectionProvider
-
getCallSiteSection
@Nonnull public CallSitePool getCallSiteSection()
- Specified by:
getCallSiteSectionin classDexWriter.SectionProvider
-
getMethodHandleSection
@Nonnull public MethodHandlePool getMethodHandleSection()
- Specified by:
getMethodHandleSectionin classDexWriter.SectionProvider
-
getTypeListSection
@Nonnull public TypeListPool getTypeListSection()
- Specified by:
getTypeListSectionin classDexWriter.SectionProvider
-
getAnnotationSection
@Nonnull public AnnotationPool getAnnotationSection()
- Specified by:
getAnnotationSectionin classDexWriter.SectionProvider
-
getAnnotationSetSection
@Nonnull public AnnotationSetPool getAnnotationSetSection()
- Specified by:
getAnnotationSetSectionin classDexWriter.SectionProvider
-
getEncodedArraySection
@Nonnull public EncodedArrayPool getEncodedArraySection()
- Specified by:
getEncodedArraySectionin classDexWriter.SectionProvider
-
-