public static class TypeAnnotation.ThrowsTarget extends TypeAnnotation.TypeAnnotationTarget
INSTRUCTION_INDEX_UNAVAILABLE| Constructor and Description |
|---|
ThrowsTarget(TypeReference throwType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TypeReference |
getThrowType() |
int |
hashCode() |
java.lang.String |
toString() |
public ThrowsTarget(TypeReference throwType)
public TypeReference getThrowType()
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