Package | Description |
---|---|
aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
Modifier and Type | Field and Description |
---|---|
CodeAttribute.ExceptionHandler[] |
CodeAttribute.exception_table |
Modifier and Type | Method and Description |
---|---|
(package private) static CodeAttribute.ExceptionHandler |
CodeAttribute.ExceptionHandler.parseExceptionHandler(java.io.DataInput in,
ConstantPool constant_pool) |
Constructor and Description |
---|
CodeAttribute(int max_stack,
int max_locals,
java.nio.ByteBuffer code,
CodeAttribute.ExceptionHandler[] exception_table,
Attribute[] attributes) |