Class ExceptionsAttribute
java.lang.Object
kala.compress.harmony.unpack200.bytecode.ClassFileEntry
kala.compress.harmony.unpack200.bytecode.Attribute
kala.compress.harmony.unpack200.bytecode.ExceptionsAttribute
Exceptions class file attribute
-
Field Summary
FieldsFields inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected intprotected ClassFileEntry[]inthashCode()private static intprotected voidresolve(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entries.static voidsetAttributeName(CPUTF8 cpUTF8Value) toString()protected voidMethods inherited from class kala.compress.harmony.unpack200.bytecode.Attribute
doWrite, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, isSourceFileAttributeMethods inherited from class kala.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
Field Details
-
attributeName
-
exceptionIndexes
private transient int[] exceptionIndexes -
exceptions
-
-
Constructor Details
-
ExceptionsAttribute
-
-
Method Details
-
hashCode
-
setAttributeName
-
equals
-
getLength
protected int getLength() -
getNestedClassFileEntries
- Overrides:
getNestedClassFileEntriesin classAttribute
-
hashCode
public int hashCode() -
resolve
Description copied from class:ClassFileEntryAllows the constant pool entries to resolve their nested entries. -
toString
- Specified by:
toStringin classClassFileEntry
-
writeBody
- Specified by:
writeBodyin classAttribute- Throws:
IOException
-