public static class CatchHandlerList.Entry extends java.lang.Object implements java.lang.Comparable<CatchHandlerList.Entry>
| Constructor and Description |
|---|
Entry(CstType exceptionType,
int handler)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CatchHandlerList.Entry other) |
boolean |
equals(java.lang.Object other) |
CstType |
getExceptionType()
Gets the exception type handled.
|
int |
getHandler()
Gets the handler address.
|
int |
hashCode() |
public Entry(CstType exceptionType, int handler)
exceptionType - non-null; type of exception handledhandler - >= 0; exception handler addresspublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int compareTo(CatchHandlerList.Entry other)
compareTo in interface java.lang.Comparable<CatchHandlerList.Entry>public CstType getExceptionType()
non-null; the exception typepublic int getHandler()
>= 0; the handler addressCopyright © 2020. All Rights Reserved.