protected class DexPool.DexPoolSectionProvider extends DexWriter.SectionProvider
| Modifier | Constructor and Description |
|---|---|
protected |
DexPoolSectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationPool |
getAnnotationSection() |
AnnotationSetPool |
getAnnotationSetSection() |
CallSitePool |
getCallSiteSection() |
ClassPool |
getClassSection() |
EncodedArrayPool |
getEncodedArraySection() |
FieldPool |
getFieldSection() |
MethodHandlePool |
getMethodHandleSection() |
MethodPool |
getMethodSection() |
ProtoPool |
getProtoSection() |
StringPool |
getStringSection() |
TypeListPool |
getTypeListSection() |
TypePool |
getTypeSection() |
@Nonnull public StringPool getStringSection()
getStringSection in class DexWriter.SectionProvider@Nonnull public TypePool getTypeSection()
getTypeSection in class DexWriter.SectionProvider@Nonnull public ProtoPool getProtoSection()
getProtoSection in class DexWriter.SectionProvider@Nonnull public FieldPool getFieldSection()
getFieldSection in class DexWriter.SectionProvider@Nonnull public MethodPool getMethodSection()
getMethodSection in class DexWriter.SectionProvider@Nonnull public ClassPool getClassSection()
getClassSection in class DexWriter.SectionProvider@Nonnull public CallSitePool getCallSiteSection()
getCallSiteSection in class DexWriter.SectionProvider@Nonnull public MethodHandlePool getMethodHandleSection()
getMethodHandleSection in class DexWriter.SectionProvider@Nonnull public TypeListPool getTypeListSection()
getTypeListSection in class DexWriter.SectionProvider@Nonnull public AnnotationPool getAnnotationSection()
getAnnotationSection in class DexWriter.SectionProvider@Nonnull public AnnotationSetPool getAnnotationSetSection()
getAnnotationSetSection in class DexWriter.SectionProvider@Nonnull public EncodedArrayPool getEncodedArraySection()
getEncodedArraySection in class DexWriter.SectionProvider