Package | Description |
---|---|
org.jboss.reflect.util.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
org.jboss.reflect.util.objectweb.asm.commons |
Provides some useful class and method adapters.
|
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. |
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 . |
int |
ClassReader.readField(ClassVisitor classVisitor,
int flags,
Attribute[] attrs,
char[] c,
int u) |
int |
ClassReader.readMethod(ClassVisitor classVisitor,
int flags,
Attribute[] attrs,
char[] c,
int u) |
void |
ClassWriter.visitAttribute(Attribute attr) |
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method.
|
void |
MethodAdapter.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.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visitAttribute(Attribute attr) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.