| Package | Description |
|---|---|
| org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Attribute |
Attribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels) |
Reads a
Attribute.type attribute. |
| Constructor | Description |
|---|---|
ClassWriter(ClassReader classReader,
int flags) |
Constructs a new
ClassWriter object and enables optimizations for "mostly add" bytecode
transformations. |