Uses of Class
com.sun.xml.ws.org.objectweb.asm.ModuleVisitor
-
Packages that use ModuleVisitor Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of ModuleVisitor in com.sun.xml.ws.org.objectweb.asm
Fields in com.sun.xml.ws.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 com.sun.xml.ws.org.objectweb.asm that return ModuleVisitor Modifier and Type Method Description 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 com.sun.xml.ws.org.objectweb.asm with parameters of type ModuleVisitor Constructor Description ModuleVisitor(int api, ModuleVisitor moduleVisitor)Constructs a newModuleVisitor.
-