public static class TypeAnnotation.CatchTarget extends TypeAnnotation.TypeAnnotationTarget
| Modifier and Type | Field and Description |
|---|---|
static TypeReference |
ALL_EXCEPTIONS |
INSTRUCTION_INDEX_UNAVAILABLE| Constructor and Description |
|---|
CatchTarget(int catchIIndex,
TypeReference catchType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCatchIIndex() |
TypeReference |
getCatchType() |
int |
hashCode() |
java.lang.String |
toString() |
public static final TypeReference ALL_EXCEPTIONS
public CatchTarget(int catchIIndex,
TypeReference catchType)
public TypeReference getCatchType()
ALL_EXCEPTIONSpublic int getCatchIIndex()
TypeAnnotation.TypeAnnotationTarget.INSTRUCTION_INDEX_UNAVAILABLE otherwise.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object