Uses of Class
org.springframework.asm.ModuleVisitor
Packages that use 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
Fields in org.springframework.asm declared as ModuleVisitorModifier and TypeFieldDescriptionprotected ModuleVisitorModuleVisitor.mvThe module visitor to which this visitor must delegate method calls.Methods in org.springframework.asm that return ModuleVisitorModifier and TypeMethodDescriptionClassVisitor.visitModule(String name, int access, String version) Visit the module corresponding to the class.final ModuleVisitorClassWriter.visitModule(String name, int access, String version) Constructors in org.springframework.asm with parameters of type ModuleVisitorModifierConstructorDescriptionprotectedModuleVisitor(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor.