Class StackMapTableReader
java.lang.Object
com.ibm.wala.shrike.shrikeCT.AttributeReader
com.ibm.wala.shrike.shrikeCT.StackMapTableReader
-
Field Summary
Fields inherited from class AttributeReader
attr, cr, lengthModifier and TypeFieldDescriptionprotected final intprotected final ClassReaderprotected final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionframes()static List<StackMapConstants.StackMapFrame> readStackMap(CodeReader code) Methods inherited from class AttributeReader
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSizeModifier and TypeMethodDescriptionprotected final voidcheckSize(int offset, int len) Ensure that the len bytes starting at offset fall within the attribute data.protected final voidcheckSizeEquals(int offset, int len) Ensure that the len bytes starting at offset end at the end of the attribute data.final ClassReaderfinal intfinal int
-
Constructor Details
-
StackMapTableReader
- Throws:
InvalidClassFileException
-
-
Method Details
-
frames
-
readStackMap
public static List<StackMapConstants.StackMapFrame> readStackMap(CodeReader code) throws InvalidClassFileException, IllegalArgumentException
-