Uses of Class
org.springframework.asm.ModuleVisitor
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
-
Uses of ModuleVisitor in org.springframework.asm
Modifier and TypeFieldDescriptionprotected ModuleVisitor
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls.Modifier and TypeMethodDescriptionClassVisitor.visitModule
(String name, int access, String version) Visit the module corresponding to the class.final ModuleVisitor
ClassWriter.visitModule
(String name, int access, String version) ModifierConstructorDescriptionprotected
ModuleVisitor
(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor
.