| Package | Description |
|---|---|
| org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| org.objectweb.asm.xml |
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteVector |
Attribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals)
Returns the byte array form of this attribute.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassWriter |
ASMContentHandler.cw
Current instance of the
ClassWriter used to write
class bytecode. |