| Package | Description |
|---|---|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.rop.code |
Classes relating to a register-based opcode system.
|
| com.android.dx.util |
Utility classes for class file access/manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBlock
Representation of a basic block in a bytecode array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicBlock
Basic block of register-based instructions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LabeledList.set(int n,
LabeledItem item)
Sets the element at the given index.
|
Copyright © 2020. All Rights Reserved.