Uses of Class
org.datanucleus.enhancer.asm.ModuleVisitor
-
Packages that use ModuleVisitor Package Description org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of ModuleVisitor in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as ModuleVisitor Modifier and Type Field Description protected ModuleVisitorModuleVisitor. mvThe module visitor to which this visitor must delegate method calls.Methods in org.datanucleus.enhancer.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 org.datanucleus.enhancer.asm with parameters of type ModuleVisitor Constructor Description ModuleVisitor(int api, ModuleVisitor moduleVisitor)Constructs a newModuleVisitor.
-