| Package | Description |
|---|---|
| com.googlecode.aviator.asm |
| Modifier and Type | Method | Description |
|---|---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
Reads a
type attribute. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags) |
Makes the given visitor visit the Java class of this
ClassReader. |
void |
ClassVisitor.visitAttribute(Attribute attr) |
Visits a non standard attribute of the class.
|
void |
ClassWriter.visitAttribute(Attribute attr) |
|
void |
FieldVisitor.visitAttribute(Attribute attr) |
Visits a non standard attribute of the field.
|
void |
MethodVisitor.visitAttribute(Attribute attr) |
Visits a non standard attribute of this method.
|
Copyright © 2022–2023. All rights reserved.