Package com.android.dx.dex.file
package com.android.dx.dex.file
-
ClassDescriptionSingle annotation, which consists of a type and a set of name-value element pairs.Per-class directory of annotations.Set of annotations, where no annotation type appears more than once.Indirect reference to an
AnnotationSetItem
.Utility class for dealing with annotations.Representation of a call site reference in a DEX file.A section in the DEX file for call site identifiers.Representation of a call site in a DEX file.List of exception handlers (tuples of covered range, catch type, handler address) for a particular piece of code.Representation of all the parts of a Dalvik class that are generally "inflated" into an in-memory representation at runtime.Representation of a Dalvik class, which is basically a set of members (fields or methods) along with a few more pieces of information.Class definitions list section of a.dex
file.Representation of all the parts needed for concrete methods in adex
file.Constants for the dex debug info state machine format.A decoder for the dex debug info state machine format.An encoder for the dex debug info state machine format.Representation of an entire.dex
(Dalvik EXecutable) file, which itself consists of a set of Dalvik classes.Holder for a byte[] that can grow on demand.Encoded array of constant values.Representation of a field of a class, of any sort.Representation of a member (field or method) of a class, for the purposes of encoding it inside aClassDataItem
.Class that representats a method of a class.Association of a field and its annotations.Representation of a field reference inside a Dalvik file.Field refs list section of a.dex
file.File header section of a.dex
file.File header section of a.dex
file.Representation of a reference to an item inside a Dalvik file.An item in a Dalvik file which is referenced by index.Base class for any structurally-significant and (potentially) repeated piece of a Dalvik file.Enumeration of all the top-level item types.Class that represents a map item.Representation of a member (field or method) reference inside a Dalvik file.Member (field or method) refs list section of a.dex
file.Association of a method and its annotations.Representation of a method handle in a DEX file.Representation of a method reference inside a Dalvik file.Method refs list section of a.dex
file.A section of a.dex
file which consists of a sequence ofOffsettedItem
objects, which may each be of a different concrete class and/or size.An item in a Dalvik file which is referenced by absolute offset.Association of a method and its parameter annotations.Representation of a method prototype reference inside a Dalvik file.Proto (method prototype) identifiers list section of a.dex
file.A section of a.dex
file.Statistics about the contents of a file.Representation of string data for a particular string, in a Dalvik file.Representation of a string inside a Dalvik file.Strings list section of a.dex
file.Representation of a type reference inside a Dalvik file.Type identifiers list section of a.dex
file.Representation of a list of class references.A section of a.dex
file which consists of a sequence ofItem
objects.UniformListItem<T extends OffsettedItem>Class that represents a contiguous list of uniform items.Handler for writing outencoded_values
and parts thereof.