Uses of Package
com.android.dx.dex.file

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

Classes in com.android.dx.dex.file used by com.android.dx.dex.file
AnnotationItem
          Single annotation, which consists of a type and a set of name-value element pairs.
AnnotationSetItem
          Set of annotations, where no annotation type appears more than once.
ClassDefItem
          Representation of a Dalvik class, which is basically a set of members (fields or methods) along with a few more pieces of information.
DexFile
          Representation of an entire .dex (Dalvik EXecutable) file, which itself consists of a set of Dalvik classes.
EncodedField
          Representation of a field of a class, of any sort.
EncodedMember
          Representation of a member (field or method) of a class, for the purposes of encoding it inside a ClassDataItem.
EncodedMethod
          Class that representats a method of a class.
FieldAnnotationStruct
          Association of a field and its annotations.
FieldIdItem
          Representation of a field reference inside a Dalvik file.
IdItem
          Representation of a reference to an item inside a Dalvik file.
IndexedItem
          An item in a Dalvik file which is referenced by index.
Item
          Base class for any structurally-significant and (potentially) repeated piece of a Dalvik file.
ItemType
          Enumeration of all the top-level item types.
MemberIdItem
          Representation of a member (field or method) reference inside a Dalvik file.
MemberIdsSection
          Member (field or method) refs list section of a .dex file.
MethodAnnotationStruct
          Association of a method and its annotations.
MethodIdItem
          Representation of a method reference inside a Dalvik file.
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.
OffsettedItem
          An item in a Dalvik file which is referenced by absolute offset.
ParameterAnnotationStruct
          Association of a method and its parameter annotations.
ProtoIdItem
          Representation of a method prototype reference inside a Dalvik file.
Section
          A section of a .dex file.
Statistics
          Statistics about the contents of a file.
StringDataItem
          Representation of string data for a particular string, in a Dalvik file.
StringIdItem
          Representation of a string inside a Dalvik file.
TypeIdItem
          Representation of a type reference inside a Dalvik file.
UniformItemSection
          A section of a .dex file which consists of a sequence of Item objects.
 



Copyright © 2013. All Rights Reserved.