protected class DexBuilder.DexBuilderSectionProvider extends DexWriter.SectionProvider
| Modifier | Constructor and Description |
|---|---|
protected |
DexBuilderSectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.jf.dexlib2.writer.builder.BuilderAnnotationPool |
getAnnotationSection() |
org.jf.dexlib2.writer.builder.BuilderAnnotationSetPool |
getAnnotationSetSection() |
BuilderCallSitePool |
getCallSiteSection() |
BuilderClassPool |
getClassSection() |
BuilderEncodedArrayPool |
getEncodedArraySection() |
BuilderFieldPool |
getFieldSection() |
BuilderMethodHandlePool |
getMethodHandleSection() |
org.jf.dexlib2.writer.builder.BuilderMethodPool |
getMethodSection() |
org.jf.dexlib2.writer.builder.BuilderProtoPool |
getProtoSection() |
org.jf.dexlib2.writer.builder.BuilderStringPool |
getStringSection() |
org.jf.dexlib2.writer.builder.BuilderTypeListPool |
getTypeListSection() |
org.jf.dexlib2.writer.builder.BuilderTypePool |
getTypeSection() |
@Nonnull public org.jf.dexlib2.writer.builder.BuilderStringPool getStringSection()
getStringSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderTypePool getTypeSection()
getTypeSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderProtoPool getProtoSection()
getProtoSection in class DexWriter.SectionProvider@Nonnull public BuilderFieldPool getFieldSection()
getFieldSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderMethodPool getMethodSection()
getMethodSection in class DexWriter.SectionProvider@Nonnull public BuilderClassPool getClassSection()
getClassSection in class DexWriter.SectionProvider@Nonnull public BuilderCallSitePool getCallSiteSection()
getCallSiteSection in class DexWriter.SectionProvider@Nonnull public BuilderMethodHandlePool getMethodHandleSection()
getMethodHandleSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderTypeListPool getTypeListSection()
getTypeListSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderAnnotationPool getAnnotationSection()
getAnnotationSection in class DexWriter.SectionProvider@Nonnull public org.jf.dexlib2.writer.builder.BuilderAnnotationSetPool getAnnotationSetSection()
getAnnotationSetSection in class DexWriter.SectionProvider@Nonnull public BuilderEncodedArrayPool getEncodedArraySection()
getEncodedArraySection in class DexWriter.SectionProvider