|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassVisitor | |
|---|---|
| com.sun.xml.ws.org.objectweb.asm | |
| Uses of ClassVisitor in com.sun.xml.ws.org.objectweb.asm |
|---|
| Classes in com.sun.xml.ws.org.objectweb.asm that implement ClassVisitor | |
|---|---|
class |
ClassAdapter
An empty ClassVisitor that delegates to another ClassVisitor. |
class |
ClassWriter
A ClassVisitor that generates classes in bytecode form. |
| Fields in com.sun.xml.ws.org.objectweb.asm declared as ClassVisitor | |
|---|---|
protected ClassVisitor |
ClassAdapter.cv
The ClassVisitor to which this adapter delegates calls. |
| Methods in com.sun.xml.ws.org.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. |
| Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassVisitor | |
|---|---|
ClassAdapter(ClassVisitor cv)
Constructs a new ClassAdapter object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||