Class ExceptionGroup.ExtenderKey
- java.lang.Object
-
- org.benf.cfr.reader.entities.exceptions.ExceptionGroup.ExtenderKey
-
- Enclosing class:
- ExceptionGroup
public class ExceptionGroup.ExtenderKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
handler
private JavaRefTypeInstance
type
-
Constructor Summary
Constructors Constructor Description ExtenderKey(JavaRefTypeInstance type, int handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getHandler()
JavaRefTypeInstance
getType()
int
hashCode()
-
-
-
Field Detail
-
type
private final JavaRefTypeInstance type
-
handler
private final int handler
-
-
Constructor Detail
-
ExtenderKey
public ExtenderKey(JavaRefTypeInstance type, int handler)
-
-
Method Detail
-
getType
public JavaRefTypeInstance getType()
-
getHandler
public int getHandler()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-