public class AttributeExceptions extends Attribute
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_NAME |
Constructor and Description |
---|
AttributeExceptions(ByteData raw,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper d) |
List<ConstantPoolEntryClass> |
getExceptionClassList() |
long |
getRawByteLength() |
String |
getRawName() |
public static final String ATTRIBUTE_NAME
public AttributeExceptions(ByteData raw, ConstantPool cp)
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages
in interface TypeUsageCollectable
collectTypeUsages
in class Attribute
public String getRawName()
public List<ConstantPoolEntryClass> getExceptionClassList()
public long getRawByteLength()
Copyright © 2011-2021. All Rights Reserved.