Uses of Class
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
Subclasses of ClassVisitor in com.sun.xml.ws.org.objectweb.asm Modifier and Type Class Description classClassWriterAClassVisitorthat 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 ClassVisitor Modifier and Type Field Description protected ClassVisitorClassVisitor. cvThe class visitor to which this visitor must delegate method 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 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 ClassVisitor Constructor Description ClassVisitor(int api, ClassVisitor classVisitor)Constructs a newClassVisitor.
-