| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.rop.annotation | |
| com.android.dx.rop.code | |
| com.android.dx.rop.cst | |
| com.android.dx.rop.type | |
| com.android.dx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchHandlerList
Ordered list of (exception type, handler address) entries.
|
class |
CatchTable
Table of catch entries.
|
class |
DalvInsnList
List of
DalvInsn instances. |
class |
LocalList
List of local variables.
|
class |
PositionList
List of source position entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An annotation on an element of a class.
|
class |
Annotations
List of
Annotation instances. |
class |
AnnotationsList
List of
Annotations instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicBlockList
List of
BasicBlock instances. |
class |
InsnList
List of
Insn instances. |
class |
LocalVariableInfo
Container for local variable information for a particular
RopMethod. |
class |
RegisterSpecList
List of
RegisterSpec instances. |
class |
RegisterSpecSet
Set of
RegisterSpec instances, where a given register number
may appear only once in the set. |
| Modifier and Type | Class and Description |
|---|---|
static class |
CstArray.List
List of
Constant instances. |
class |
StdConstantPool
Standard implementation of
ConstantPool, which directly stores
an array of Constant objects and can be made immutable. |
| Modifier and Type | Class and Description |
|---|---|
class |
StdTypeList
Standard implementation of
TypeList. |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedSizeList
Simple (mostly) fixed-size list of objects, which may be made immutable.
|
class |
IntList
Simple list of
ints. |
class |
LabeledList
A list of labeled items, allowing easy lookup by label.
|
Copyright © 2014. All Rights Reserved.