| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBlock |
ByteBlockList.get(int n)
Gets the indicated element.
|
ByteBlock |
ByteBlockList.labelToBlock(int label)
Gets the block with the given label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBlockList.set(int n,
ByteBlock bb)
Sets the element at the given index.
|
void |
Simulator.simulate(ByteBlock bb,
Frame frame)
Simulates the effect of executing the given basic block.
|
Copyright © 2020. All Rights Reserved.