public abstract class DexWriter.SectionProvider
extends java.lang.Object
| Constructor and Description |
|---|
SectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract AnnotationSectionType |
getAnnotationSection() |
abstract AnnotationSetSectionType |
getAnnotationSetSection() |
abstract CallSiteSectionType |
getCallSiteSection() |
abstract ClassSectionType |
getClassSection() |
abstract EncodedArraySectionType |
getEncodedArraySection() |
abstract FieldSectionType |
getFieldSection() |
abstract MethodHandleSectionType |
getMethodHandleSection() |
abstract MethodSectionType |
getMethodSection() |
abstract ProtoSectionType |
getProtoSection() |
abstract StringSectionType |
getStringSection() |
abstract TypeListSectionType |
getTypeListSection() |
abstract TypeSectionType |
getTypeSection() |
@Nonnull public abstract StringSectionType getStringSection()
@Nonnull public abstract TypeSectionType getTypeSection()
@Nonnull public abstract ProtoSectionType getProtoSection()
@Nonnull public abstract FieldSectionType getFieldSection()
@Nonnull public abstract MethodSectionType getMethodSection()
@Nonnull public abstract ClassSectionType getClassSection()
@Nonnull public abstract CallSiteSectionType getCallSiteSection()
@Nonnull public abstract MethodHandleSectionType getMethodHandleSection()
@Nonnull public abstract TypeListSectionType getTypeListSection()
@Nonnull public abstract AnnotationSectionType getAnnotationSection()
@Nonnull public abstract AnnotationSetSectionType getAnnotationSetSection()
@Nonnull public abstract EncodedArraySectionType getEncodedArraySection()