public class ExceptionsAttribute extends Attribute
NONE| Constructor and Description |
|---|
ExceptionsAttribute(CPClass[] exceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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) |
String |
toString() |
protected void |
writeBody(DataOutputStream dos) |
doWrite, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, isSourceFileAttributeobjectHashCode, writepublic ExceptionsAttribute(CPClass[] exceptions)
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries in class Attributeprotected void resolve(ClassConstantPool pool)
ClassFileEntrypublic String toString()
toString in class ClassFileEntryprotected void writeBody(DataOutputStream dos) throws IOException
writeBody in class AttributeIOExceptionpublic static void setAttributeName(CPUTF8 cpUTF8Value)
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.