Class TypeAnnotation.CatchTarget
java.lang.Object
com.ibm.wala.types.annotations.TypeAnnotation.TypeAnnotationTarget
com.ibm.wala.types.annotations.TypeAnnotation.CatchTarget
-
Field Summary
Fields inherited from class com.ibm.wala.types.annotations.TypeAnnotation.TypeAnnotationTarget
INSTRUCTION_INDEX_UNAVAILABLE
-
Constructor Summary
-
Method Summary
-
Field Details
-
ALL_EXCEPTIONS
-
-
Constructor Details
-
CatchTarget
-
-
Method Details
-
getCatchType
- Returns:
- the handlers type, or
ALL_EXCEPTIONS
-
getCatchIIndex
public int getCatchIIndex()- Returns:
- the handlers instruction index (if available), or
TypeAnnotation.TypeAnnotationTarget.INSTRUCTION_INDEX_UNAVAILABLE
otherwise.
-
toString
-
hashCode
-
equals
-