Package | Description |
---|---|
clojure.asm |
Provides a small and fast bytecode manipulation framework.
|
clojure.asm.commons |
Provides some useful class and method adapters.
|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
private Attribute |
MethodWriter.attrs
The non standard attributes of the method.
|
private Attribute |
FieldWriter.attrs
The non standard attributes of this field.
|
private Attribute |
ClassWriter.attrs
The non standard attributes of this class.
|
private Attribute |
MethodWriter.cattrs
The non standard attributes of the method's code.
|
(package private) Attribute |
Attribute.next
The next attribute in this attribute list.
|
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. |
private Attribute |
ClassReader.readAttribute(Attribute[] attrs,
java.lang.String type,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads an attribute in
b . |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
private Attribute |
ClassReader.readAttribute(Attribute[] attrs,
java.lang.String type,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads an attribute in
b . |
void |
MethodWriter.visitAttribute(Attribute attr) |
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method.
|
void |
MethodAdapter.visitAttribute(Attribute attr) |
void |
FieldWriter.visitAttribute(Attribute attr) |
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field.
|
void |
ClassWriter.visitAttribute(Attribute attr) |
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class.
|
void |
ClassAdapter.visitAttribute(Attribute attr) |
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visitAttribute(Attribute attr) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Compiler.SourceDebugExtensionAttribute |