Class TypeAnnotation.CatchTarget
java.lang.Object
com.ibm.wala.types.annotations.TypeAnnotation.TypeAnnotationTarget
com.ibm.wala.types.annotations.TypeAnnotation.CatchTarget
- Enclosing class:
TypeAnnotation
- Author:
- Martin Hecker martin.hecker@kit.edu
-
Field Summary
FieldsFields inherited from class TypeAnnotation.TypeAnnotationTarget
INSTRUCTION_INDEX_UNAVAILABLE -
Constructor Summary
Constructors -
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_UNAVAILABLEotherwise.
-
toString
-
hashCode
-
equals
-