Uses of Interface
com.sun.xml.ws.org.objectweb.asm.ClassVisitor
-
Packages that use ClassVisitor Package Description 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 Modifier and Type Class Description classClassAdapterAn emptyClassVisitorthat delegates to anotherClassVisitor.classClassWriterAClassVisitorthat generates classes in bytecode form.Fields in com.sun.xml.ws.org.objectweb.asm declared as ClassVisitor Modifier and Type Field Description protected ClassVisitorClassAdapter. cvTheClassVisitorto which this adapter delegates calls.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassVisitor Modifier and Type Method Description voidClassReader. accept(ClassVisitor classVisitor, int flags)Makes the given visitor visit the Java class of thisClassReader.voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attrs, int flags)Makes the given visitor visit the Java class of thisClassReader.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassVisitor Constructor Description ClassAdapter(ClassVisitor cv)Constructs a newClassAdapterobject.
-