Uses of Class
jersey.repackaged.org.objectweb.asm.ModuleVisitor
Packages that use ModuleVisitor
-
Uses of ModuleVisitor in jersey.repackaged.org.objectweb.asm
Fields in jersey.repackaged.org.objectweb.asm declared as ModuleVisitorModifier and TypeFieldDescriptionprotected ModuleVisitor
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls.Methods in jersey.repackaged.org.objectweb.asm that return ModuleVisitorModifier and TypeMethodDescriptionModuleVisitor.getDelegate()
The module visitor to which this visitor must delegate method calls.ClassVisitor.visitModule
(String name, int access, String version) Visit the module corresponding to the class.final ModuleVisitor
ClassWriter.visitModule
(String name, int access, String version) Constructors in jersey.repackaged.org.objectweb.asm with parameters of type ModuleVisitorModifierConstructorDescriptionprotected
ModuleVisitor
(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor
.