public class StackMapTableReader extends AttributeReader
attr, cr, length
Constructor and Description |
---|
StackMapTableReader(ClassReader.AttrIterator iter) |
Modifier and Type | Method and Description |
---|---|
List<StackMapConstants.StackMapFrame> |
frames() |
static List<StackMapConstants.StackMapFrame> |
readStackMap(CodeReader code) |
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
public StackMapTableReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
InvalidClassFileException
public List<StackMapConstants.StackMapFrame> frames()
public static List<StackMapConstants.StackMapFrame> readStackMap(CodeReader code) throws InvalidClassFileException, IllegalArgumentException