Uses of Class
org.springframework.asm.ClassVisitor
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
Spring's repackaging of the
CGLIB beans package
(for internal use only).
Spring's repackaging of the
CGLIB core package
(for internal use only).
Spring's repackaging of the
CGLIB proxy package
(for internal use only).
-
Uses of ClassVisitor in org.springframework.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 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
. -
Uses of ClassVisitor in org.springframework.cglib.beans
-
Uses of ClassVisitor in org.springframework.cglib.core
-
Uses of ClassVisitor in org.springframework.cglib.proxy