Uses of Class
com.sun.xml.ws.org.objectweb.asm.ModuleVisitor
Packages that use ModuleVisitor
-
Uses of ModuleVisitor in com.sun.xml.ws.org.objectweb.asm
Fields in com.sun.xml.ws.org.objectweb.asm declared as ModuleVisitorModifier and TypeFieldDescriptionprotected ModuleVisitorModuleVisitor.mvThe module visitor to which this visitor must delegate method calls.Methods in com.sun.xml.ws.org.objectweb.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 com.sun.xml.ws.org.objectweb.asm with parameters of type ModuleVisitorModifierConstructorDescriptionModuleVisitor(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor.