|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
clojure.asm | Provides a small and fast bytecode manipulation framework. |
Uses of Attribute in clojure.asm |
---|
Methods in clojure.asm that return Attribute | |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a type attribute. |
Methods in clojure.asm with parameters of type Attribute | |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this ClassReader . |
void |
ClassWriter.visitAttribute(Attribute attr)
|
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method. |
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class. |
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |