Class Hierarchy
- java.lang.Object
- org.jf.dexlib2.writer.pool.BasePool<Key,Value> (implements org.jf.dexlib2.writer.pool.Markable)
- org.jf.dexlib2.writer.pool.BaseIndexPool<Key> (implements org.jf.dexlib2.writer.IndexSection<Key>)
- org.jf.dexlib2.writer.pool.CallSitePool (implements org.jf.dexlib2.writer.CallSiteSection<CallSiteKey,EncodedArrayKey>)
- org.jf.dexlib2.writer.pool.FieldPool (implements org.jf.dexlib2.writer.FieldSection<StringKey,TypeKey,FieldRefKey,FieldKey>)
- org.jf.dexlib2.writer.pool.MethodHandlePool (implements org.jf.dexlib2.writer.MethodHandleSection<MethodHandleKey,FieldRefKey,MethodRefKey>)
- org.jf.dexlib2.writer.pool.MethodPool (implements org.jf.dexlib2.writer.MethodSection<StringKey,TypeKey,ProtoRefKey,MethodRefKey,MethodKey>)
- org.jf.dexlib2.writer.pool.ProtoPool (implements org.jf.dexlib2.writer.ProtoSection<StringKey,TypeKey,ProtoKey,TypeListKey>)
- org.jf.dexlib2.writer.pool.BaseOffsetPool<Key> (implements org.jf.dexlib2.writer.OffsetSection<Key>)
- org.jf.dexlib2.writer.pool.AnnotationPool (implements org.jf.dexlib2.writer.AnnotationSection<StringKey,TypeKey,AnnotationKey,AnnotationElement,EncodedValue>)
- org.jf.dexlib2.writer.pool.BaseNullableOffsetPool<Key> (implements org.jf.dexlib2.writer.NullableOffsetSection<Key>)
- org.jf.dexlib2.writer.pool.AnnotationSetPool (implements org.jf.dexlib2.writer.AnnotationSetSection<AnnotationKey,AnnotationSetKey>)
- org.jf.dexlib2.writer.pool.TypeListPool (implements org.jf.dexlib2.writer.TypeListSection<TypeKey,TypeListKey>)
- org.jf.dexlib2.writer.pool.EncodedArrayPool (implements org.jf.dexlib2.writer.EncodedArraySection<EncodedArrayKey,EncodedValue>)
- org.jf.dexlib2.writer.pool.ClassPool (implements org.jf.dexlib2.writer.ClassSection<StringKey,TypeKey,TypeListKey,ClassKey,FieldKey,MethodKey,AnnotationSetKey,EncodedArrayKey>)
- org.jf.dexlib2.writer.pool.StringTypeBasePool (implements org.jf.dexlib2.writer.pool.Markable, org.jf.dexlib2.writer.NullableIndexSection<Key>)
- org.jf.dexlib2.writer.pool.StringPool (implements org.jf.dexlib2.writer.StringSection<StringKey,StringRef>)
- org.jf.dexlib2.writer.pool.TypePool (implements org.jf.dexlib2.writer.TypeSection<StringKey,TypeKey,TypeRef>)
- org.jf.dexlib2.writer.pool.BaseIndexPool<Key> (implements org.jf.dexlib2.writer.IndexSection<Key>)
- org.jf.dexlib2.base.reference.BaseReference (implements org.jf.dexlib2.iface.reference.Reference)
- org.jf.dexlib2.base.reference.BaseMethodProtoReference (implements org.jf.dexlib2.iface.reference.MethodProtoReference)
- org.jf.dexlib2.writer.pool.PoolMethodProto (implements org.jf.dexlib2.iface.reference.MethodProtoReference)
- org.jf.dexlib2.base.reference.BaseMethodProtoReference (implements org.jf.dexlib2.iface.reference.MethodProtoReference)
- org.jf.dexlib2.writer.DexWriter<StringKey,StringRef,TypeKey,TypeRef,ProtoRefKey,FieldRefKey,MethodRefKey,ClassKey,CallSiteKey,MethodHandleKey,AnnotationKey,AnnotationSetKey,TypeListKey,FieldKey,MethodKey,EncodedArrayKey,EncodedValue,AnnotationElement,StringSectionType,TypeSectionType,ProtoSectionType,FieldSectionType,MethodSectionType,ClassSectionType,CallSiteSectionType,MethodHandleSectionType,TypeListSectionType,AnnotationSectionType,AnnotationSetSectionType,EncodedArraySectionType>
- org.jf.dexlib2.writer.pool.DexPool
- org.jf.dexlib2.writer.DexWriter.SectionProvider
- org.jf.dexlib2.writer.pool.DexPool.DexPoolSectionProvider
- org.jf.dexlib2.writer.pool.TypeListPool.Key<TypeCollection> (implements java.lang.Comparable<T>)
- org.jf.dexlib2.writer.pool.BasePool<Key,Value> (implements org.jf.dexlib2.writer.pool.Markable)
Interface Hierarchy
- org.jf.dexlib2.writer.pool.Markable