| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| aQute.bnd.osgi |
| Modifier and Type | Method and Description |
|---|---|
(package private) static CodeAttribute |
CodeAttribute.parseCodeAttribute(java.io.DataInput in,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
private void |
Clazz.processCode(CodeAttribute attribute,
Annotation.ElementType elementType) |
private void |
Clazz.visitCode(ClassDataCollector cd,
CodeAttribute attribute,
Annotation.ElementType elementType) |
| Constructor and Description |
|---|
CodeDef(CodeAttribute code,
Annotation.ElementType elementType) |