Class ExceptionsReader
java.lang.Object
com.ibm.wala.shrike.shrikeCT.AttributeReader
com.ibm.wala.shrike.shrikeCT.ExceptionsReader
-
Field Summary
Fields inherited from class com.ibm.wala.shrike.shrikeCT.AttributeReader
attr, cr, length
-
Constructor Summary
ConstructorDescriptionBuild a reader for the attribute 'iter'. -
Method Summary
Methods inherited from class com.ibm.wala.shrike.shrikeCT.AttributeReader
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
-
Constructor Details
-
ExceptionsReader
Build a reader for the attribute 'iter'.- Throws:
InvalidClassFileException
-
-
Method Details
-
getRawTable
public int[] getRawTable()- Returns:
- the indices of the constant pool items for the exceptions
-
getClasses
- Returns:
- the classes of exceptions that can be thrown by the method
- Throws:
InvalidClassFileException
-