public class ExceptionsAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
int[] |
u2exceptionIndexTable |
int |
u2exceptionIndexTableLength |
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
ExceptionsAttribute()
Creates an uninitialized ExceptionsAttribute.
|
ExceptionsAttribute(int u2attributeNameIndex,
int u2exceptionIndexTableLength,
int[] u2exceptionIndexTable)
Creates an initialized ExceptionsAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given method.
|
void |
exceptionEntriesAccept(Clazz clazz,
ConstantVisitor constantVisitor)
Applies the given constant pool visitor to all exception class pool info
entries.
|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfopublic int u2exceptionIndexTableLength
public int[] u2exceptionIndexTable
public ExceptionsAttribute()
public ExceptionsAttribute(int u2attributeNameIndex,
int u2exceptionIndexTableLength,
int[] u2exceptionIndexTable)
public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
Attributepublic void exceptionEntriesAccept(Clazz clazz, ConstantVisitor constantVisitor)
Copyright © 2015. All Rights Reserved.