Uses of Class
jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Uses of ClassVisitor in jersey.repackaged.org.objectweb.asm
Modifier and TypeClassDescriptionclass
AClassVisitor
that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).Modifier and TypeFieldDescriptionprotected ClassVisitor
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.Modifier and TypeMethodDescriptionClassVisitor.getDelegate()
The class visitor to which this visitor must delegate method calls.Modifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.void
ClassReader.accept
(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.ModifierConstructorDescriptionprotected
ClassVisitor
(int api, ClassVisitor classVisitor) Constructs a newClassVisitor
.