|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassVisitor | |
---|---|
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. |
Uses of ClassVisitor in org.jboss.reflect.util.objectweb.asm |
---|
Classes in org.jboss.reflect.util.objectweb.asm that implement ClassVisitor | |
---|---|
class |
ClassWriter
A ClassVisitor that generates classes in bytecode form. |
Methods in org.jboss.reflect.util.objectweb.asm with parameters of type ClassVisitor | |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
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)
|
Uses of ClassVisitor in org.jboss.reflect.util.objectweb.asm.commons |
---|
Classes in org.jboss.reflect.util.objectweb.asm.commons that implement ClassVisitor | |
---|---|
class |
EmptyVisitor
An empty implementation of the ASM visitor interfaces. |
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |