Class TypeAnnotationsReader.CatchTarget
java.lang.Object
com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.CatchTarget
- Enclosing class:
TypeAnnotationsReader
public static class TypeAnnotationsReader.CatchTarget
extends TypeAnnotationsReader.TypeAnnotationTarget
- Author:
- Martin Hecker martin.hecker@kit.edu
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
getTargetInfo
-
Field Details
-
ALL_EXCEPTIONS
-
-
Constructor Details
-
CatchTarget
-
-
Method Details
-
getRawHandler
public int[] getRawHandler()- Returns:
- The type-annotations targets raw handler, i.e.: a 4 tuple (startPC, endPC, catchPC, catchClassIndex)
- See Also:
-
acceptVisitor
- Specified by:
acceptVisitor
in classTypeAnnotationsReader.TypeAnnotationTarget
-
getCatchType
-
getStartPC
public int getStartPC() -
getEndPC
public int getEndPC() -
getCatchPC
public int getCatchPC()
-