| Package | Description |
|---|---|
| jetbrick.asm |
Classes for asm-5.0.3
|
| 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. |
void |
ClassWriter.visitAttribute(Attribute attr) |
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field.
|
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class.
|
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method.
|
Copyright © 2016 jetbrick. All rights reserved.