| Package | Description |
|---|---|
| com.android.dx.dex.code |
| Modifier and Type | Field and Description |
|---|---|
static CatchTable |
CatchTable.EMPTY
non-null; empty instance |
| Modifier and Type | Method and Description |
|---|---|
CatchTable |
CatchBuilder.build()
Builds and returns the catch table for this instance.
|
CatchTable |
StdCatchBuilder.build()
Builds and returns the catch table for this instance.
|
static CatchTable |
StdCatchBuilder.build(RopMethod method,
int[] order,
BlockAddresses addresses)
Builds and returns the catch table for a given method.
|
CatchTable |
DalvCode.getCatches()
Gets the catch (exception handler) table.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CatchTable.compareTo(CatchTable other) |
Copyright © 2020. All Rights Reserved.