| 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 |
| Constructor and Description |
|---|
CodeAttribute(int max_stack,
int max_locals,
ByteBuffer code,
CodeAttribute.ExceptionHandler[] exception_table,
Attribute[] attributes) |
Copyright © 2021. All rights reserved.