| Package | Description |
|---|---|
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.file |
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
| 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.
|
| CallSiteIdsSection
A section in the DEX file for call site identifiers.
|
| ClassDefItem
Representation of a Dalvik class, which is basically a set of
members (fields or methods) along with a few more pieces of
information.
|
| ClassDefsSection
Class definitions list section of a
.dex file. |
| DexFile
Representation of an entire
.dex (Dalvik EXecutable)
file, which itself consists of a set of Dalvik classes. |
| DexFile.Storage
Holder for a byte[] that can grow on demand.
|
| 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.
|
| FieldIdsSection
Field refs list section of a
.dex 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.
|
| MethodHandlesSection |
| MethodIdItem
Representation of a method reference inside a Dalvik file.
|
| MethodIdsSection
Method refs list section of a
.dex 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.
|
| TypeIdsSection
Type identifiers list section of a
.dex file. |
| UniformItemSection
A section of a
.dex file which consists of a sequence of
Item objects. |
Copyright © 2020. All Rights Reserved.