| Package | Description |
|---|---|
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.code | |
| com.android.dx.dex.code.form | |
| com.android.dx.dex.file |
| Class and Description |
|---|
| DalvCode
Container for all the pieces of a concrete method.
|
| Class and Description |
|---|
| BlockAddresses
Container for the set of
CodeAddress instances associated with
the blocks of a particular method. |
| CatchBuilder
Interface for the construction of
CatchTable instances. |
| CatchHandlerList
Ordered list of (exception type, handler address) entries.
|
| CatchHandlerList.Entry
Entry in the list.
|
| CatchTable
Table of catch entries.
|
| CatchTable.Entry
Entry in a catch list.
|
| CodeAddress
Pseudo-instruction which is used to track an address within a code
array.
|
| DalvCode
Container for all the pieces of a concrete method.
|
| DalvCode.AssignIndicesCallback
Class used as a callback for
DalvCode.assignIndices(com.android.dx.dex.code.DalvCode.AssignIndicesCallback). |
| DalvInsn
Base class for Dalvik instructions.
|
| DalvInsnList
List of
DalvInsn instances. |
| Dop
Representation of an opcode.
|
| FixedSizeInsn
Base class for instructions which are of a fixed code size and
which use
InsnFormat methods to write themselves. |
| InsnFormat
Base class for all instruction format handlers.
|
| LocalList
List of local variables.
|
| LocalList.Disposition
Disposition of a local entry.
|
| LocalList.Entry
Entry in a local list.
|
| OutputFinisher
Processor for instruction lists, which takes a "first cut" of
instruction selection as a basis and produces a "final cut" in the
form of a
DalvInsnList instance. |
| PositionList
List of source position entries.
|
| PositionList.Entry
Entry in a position list.
|
| SimpleInsn
Instruction which has no extra info beyond the basics provided for in
the base class.
|
| TargetInsn
Instruction which has a single branch target.
|
| VariableSizeInsn
Pseudo-instruction base class for variable-sized instructions.
|
| ZeroSizeInsn
Pseudo-instruction base class for zero-size (no code emitted)
instructions, which are generally used for tracking metainformation
about the code they are adjacent to.
|
| Class and Description |
|---|
| DalvInsn
Base class for Dalvik instructions.
|
| InsnFormat
Base class for all instruction format handlers.
|
| TargetInsn
Instruction which has a single branch target.
|
| Class and Description |
|---|
| DalvCode
Container for all the pieces of a concrete method.
|
| LocalList
List of local variables.
|
| PositionList
List of source position entries.
|
Copyright © 2020. All Rights Reserved.