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, getRawSizepublic StackMapTableReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
InvalidClassFileExceptionpublic List<StackMapConstants.StackMapFrame> frames()
public static List<StackMapConstants.StackMapFrame> readStackMap(CodeReader code) throws InvalidClassFileException, IllegalArgumentException
Copyright © 2019. All rights reserved.