| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| 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 |
|---|---|
ByteCatchList |
AttCode.getCatches()
Gets the exception table.
|
| Constructor and Description |
|---|
AttCode(int maxStack,
int maxLocals,
BytecodeArray code,
ByteCatchList catches,
AttributeList attributes)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static ByteCatchList |
ByteCatchList.EMPTY
non-null; convenient zero-entry instance |
| Modifier and Type | Method and Description |
|---|---|
ByteCatchList |
ConcreteMethod.getCatches()
Gets the exception table.
|
ByteCatchList |
ByteBlock.getCatches()
Gets the list of exceptions caught and their handler targets.
|
ByteCatchList |
ByteCatchList.listFor(int pc)
Gets the list of items active at the given address.
|
| Constructor and Description |
|---|
ByteBlock(int label,
int start,
int end,
IntList successors,
ByteCatchList catches)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.