|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.code.CatchTable.Entry
public static class CatchTable.Entry
Entry in a catch list.
| Constructor Summary | |
|---|---|
CatchTable.Entry(int start,
int end,
CatchHandlerList handlers)
Constructs an instance. |
|
| Method Summary | |
|---|---|
int |
compareTo(CatchTable.Entry other)
|
boolean |
equals(Object other)
|
int |
getEnd()
Gets the end address (exclusive). |
CatchHandlerList |
getHandlers()
Gets the handlers. |
int |
getStart()
Gets the start address. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatchTable.Entry(int start,
int end,
CatchHandlerList handlers)
start - >= 0; start addressend - > start; end address (exclusive)handlers - non-null; list of catch handlers| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic int compareTo(CatchTable.Entry other)
compareTo in interface Comparable<CatchTable.Entry>public int getStart()
>= 0; the start addresspublic int getEnd()
> start; the end address (exclusive)public CatchHandlerList getHandlers()
non-null; the handlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||