|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.code.CatchHandlerList.Entry
public static class CatchHandlerList.Entry
Entry in the list.
| Constructor Summary | |
|---|---|
CatchHandlerList.Entry(CstType exceptionType,
int handler)
Constructs an instance. |
|
| Method Summary | |
|---|---|
int |
compareTo(CatchHandlerList.Entry other)
|
boolean |
equals(Object other)
|
CstType |
getExceptionType()
Gets the exception type handled. |
int |
getHandler()
Gets the handler address. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatchHandlerList.Entry(CstType exceptionType,
int handler)
exceptionType - non-null; type of exception handledhandler - >= 0; exception handler address| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic int compareTo(CatchHandlerList.Entry other)
compareTo in interface Comparable<CatchHandlerList.Entry>public CstType getExceptionType()
non-null; the exception typepublic int getHandler()
>= 0; the handler address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||