| Package | Description |
|---|---|
| com.android.dx.dex.code |
| Modifier and Type | Field and Description |
|---|---|
static CatchHandlerList |
CatchHandlerList.EMPTY
non-null; empty instance |
| Modifier and Type | Method and Description |
|---|---|
CatchHandlerList |
CatchTable.Entry.getHandlers()
Gets the handlers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CatchHandlerList.compareTo(CatchHandlerList other) |
| Constructor and Description |
|---|
Entry(int start,
int end,
CatchHandlerList handlers)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.