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

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

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

Subclasses of UniformItemSection 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 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.
 



Copyright © 2013. All Rights Reserved.