Package | Description |
---|---|
clojure.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Field and Description |
---|---|
(package private) ClassReader |
ClassWriter.cr
The class reader from which this class writer was constructed, if any.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
Constructor and Description |
---|
ClassWriter(ClassReader classReader,
int flags)
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations. |