Uses of Class
com.android.dx.dex.file.Section

Packages that use Section
com.android.dx.dex.file   
 

Uses of Section in com.android.dx.dex.file
 

Subclasses of Section in com.android.dx.dex.file
 class ClassDefsSection
          Class definitions list section of a .dex file.
 class FieldIdsSection
          Field refs list section of a .dex file.
 class HeaderSection
          File header section of a .dex file.
 class MemberIdsSection
          Member (field or method) refs list section of a .dex file.
 class MethodIdsSection
          Method refs list section of a .dex file.
 class MixedItemSection
          A section of a .dex file which consists of a sequence of OffsettedItem objects, which may each be of a different concrete class and/or size.
 class ProtoIdsSection
          Proto (method prototype) identifiers list section of a .dex file.
 class StringIdsSection
          Strings list section of a .dex file.
 class TypeIdsSection
          Type identifiers list section of a .dex file.
 class UniformItemSection
          A section of a .dex file which consists of a sequence of Item objects.
 

Methods in com.android.dx.dex.file with parameters of type Section
 void Statistics.addAll(Section list)
          Adds the given list of items to the statistics.
static void MapItem.addMap(Section[] sections, MixedItemSection mapSection)
          Constructs a list item with instances of this class representing the contents of the given array of sections, adding it to the given map section.
 int OffsettedItem.place(Section addedTo, int offset)
          Indicates that this item has been added to the given section at the given offset.
protected  void AnnotationSetItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void ClassDataItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void AnnotationItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void AnnotationsDirectoryItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void DebugInfoItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void EncodedArrayItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void UniformListItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void OffsettedItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
protected  void CodeItem.place0(Section addedTo, int offset)
          Does additional work required when placing an instance.
 



Copyright © 2015. All rights reserved.