| Package | Description |
|---|---|
| org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Attribute.addAttributeReader(java.lang.String name,
AttributeReader r) |
Add an Attribute reader capable of parsing (user-defined) attributes
named "name".
|