Uses of Class
jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Packages that use ModuleVisitor Package Description jersey.repackaged.org.objectweb.asm -
-
Uses of ModuleVisitor in jersey.repackaged.org.objectweb.asm
Fields in jersey.repackaged.org.objectweb.asm declared as ModuleVisitor Modifier and Type Field Description protected ModuleVisitorModuleVisitor. mvThe module visitor to which this visitor must delegate method calls.Methods in jersey.repackaged.org.objectweb.asm that return ModuleVisitor Modifier and Type Method Description ModuleVisitorModuleVisitor. getDelegate()The module visitor to which this visitor must delegate method calls.ModuleVisitorClassVisitor. visitModule(String name, int access, String version)Visit the module corresponding to the class.ModuleVisitorClassWriter. visitModule(String name, int access, String version)Constructors in jersey.repackaged.org.objectweb.asm with parameters of type ModuleVisitor Constructor Description ModuleVisitor(int api, ModuleVisitor moduleVisitor)Constructs a newModuleVisitor.
-