Uses of Class
jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Uses of ModuleVisitor in jersey.repackaged.org.objectweb.asm
Modifier and TypeFieldDescriptionprotected ModuleVisitor
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls.Modifier 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) ModifierConstructorDescriptionprotected
ModuleVisitor
(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor
.