public class AttributeExceptions extends Attribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_NAME |
private java.util.List<ConstantPoolEntryClass> |
exceptionClassList |
private int |
length |
private static long |
OFFSET_OF_ATTRIBUTE_LENGTH |
private static long |
OFFSET_OF_EXCEPTION_TABLE |
private static long |
OFFSET_OF_NUMBER_OF_EXCEPTIONS |
private static long |
OFFSET_OF_REMAINDER |
Constructor and Description |
---|
AttributeExceptions(ByteData raw,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper d) |
java.util.List<ConstantPoolEntryClass> |
getExceptionClassList() |
long |
getRawByteLength() |
java.lang.String |
getRawName() |
public static final java.lang.String ATTRIBUTE_NAME
private static final long OFFSET_OF_ATTRIBUTE_LENGTH
private static final long OFFSET_OF_NUMBER_OF_EXCEPTIONS
private static final long OFFSET_OF_EXCEPTION_TABLE
private static final long OFFSET_OF_REMAINDER
private final java.util.List<ConstantPoolEntryClass> exceptionClassList
private final int length
public AttributeExceptions(ByteData raw, ConstantPool cp)
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages
in interface TypeUsageCollectable
collectTypeUsages
in class Attribute
public java.lang.String getRawName()
public java.util.List<ConstantPoolEntryClass> getExceptionClassList()
public long getRawByteLength()