public class ExceptionsAttribute extends Attribute
NONE
Constructor and Description |
---|
ExceptionsAttribute(CPClass[] exceptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected int |
getLength() |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
int |
hashCode() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
static void |
setAttributeName(CPUTF8 cpUTF8Value) |
java.lang.String |
toString() |
protected void |
writeBody(java.io.DataOutputStream dos) |
doWrite, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, isSourceFileAttribute
objectHashCode, write
public ExceptionsAttribute(CPClass[] exceptions)
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries
in class Attribute
protected void resolve(ClassConstantPool pool)
ClassFileEntry
public java.lang.String toString()
toString
in class ClassFileEntry
protected void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
public static void setAttributeName(CPUTF8 cpUTF8Value)