Uses of Class
jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Packages that use ClassVisitor Package Description jersey.repackaged.org.objectweb.asm -
-
Uses of ClassVisitor in jersey.repackaged.org.objectweb.asm
Subclasses of ClassVisitor in jersey.repackaged.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 jersey.repackaged.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 jersey.repackaged.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 jersey.repackaged.org.objectweb.asm with parameters of type ClassVisitor Constructor Description ClassVisitor(int api, ClassVisitor classVisitor)Constructs a newClassVisitor.
-