Package com.ibm.wala.shrikeCT
Class StackMapTableReader
- java.lang.Object
-
- com.ibm.wala.shrikeCT.AttributeReader
-
- com.ibm.wala.shrikeCT.StackMapTableReader
-
public class StackMapTableReader extends AttributeReader
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.shrikeCT.AttributeReader
attr, cr, length
-
-
Constructor Summary
Constructors Constructor Description StackMapTableReader(ClassReader.AttrIterator iter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StackMapConstants.StackMapFrame>
frames()
static List<StackMapConstants.StackMapFrame>
readStackMap(CodeReader code)
-
Methods inherited from class com.ibm.wala.shrikeCT.AttributeReader
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
-
-
-
-
Constructor Detail
-
StackMapTableReader
public StackMapTableReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
- Throws:
InvalidClassFileException
-
-
Method Detail
-
frames
public List<StackMapConstants.StackMapFrame> frames()
-
readStackMap
public static List<StackMapConstants.StackMapFrame> readStackMap(CodeReader code) throws InvalidClassFileException, IllegalArgumentException
-
-