Uses of Class
com.sun.xml.ws.org.objectweb.asm.ClassVisitor
Packages that use ClassVisitor
-
Uses of ClassVisitor in com.sun.xml.ws.org.objectweb.asm
Subclasses of ClassVisitor in com.sun.xml.ws.org.objectweb.asmModifier and TypeClassDescriptionclassAClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).Fields in com.sun.xml.ws.org.objectweb.asm declared as ClassVisitorModifier and TypeFieldDescriptionprotected ClassVisitorClassVisitor.cvThe class visitor to which this visitor must delegate method calls.Methods in com.sun.xml.ws.org.objectweb.asm that return ClassVisitorModifier and TypeMethodDescriptionClassVisitor.getDelegate()The class visitor to which this visitor must delegate method calls.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type ClassVisitorModifierConstructorDescriptionprotectedClassVisitor(int api, ClassVisitor classVisitor) Constructs a newClassVisitor.