public class ExceptionGroup.ExtenderKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
handler |
private JavaRefTypeInstance |
type |
| Constructor and Description |
|---|
ExtenderKey(JavaRefTypeInstance type,
int handler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getHandler() |
JavaRefTypeInstance |
getType() |
int |
hashCode() |
private final JavaRefTypeInstance type
private final int handler
public ExtenderKey(JavaRefTypeInstance type, int handler)
public JavaRefTypeInstance getType()
public int getHandler()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object