public class AttributeStackMapTable extends Attribute
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_NAME |
| Constructor and Description |
|---|
AttributeStackMapTable(ByteData raw,
ConstantPool cp) |
AttributeStackMapTable(ByteData raw,
ConstantPool cp,
ClassFileVersion classFileVersion) |
| Modifier and Type | Method and Description |
|---|---|
Dumper |
dump(Dumper d) |
long |
getRawByteLength() |
String |
getRawName() |
List<org.benf.cfr.reader.entities.attributes.AttributeStackMapTable.StackMapFrame> |
getStackMapFrames() |
boolean |
isValid() |
collectTypeUsagespublic static final String ATTRIBUTE_NAME
public AttributeStackMapTable(ByteData raw, ConstantPool cp)
public AttributeStackMapTable(ByteData raw, ConstantPool cp, ClassFileVersion classFileVersion)
Copyright © 2011-2021. All Rights Reserved.