Uses of Class
org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
Packages that use ModuleVisitor
Package
Description
-
Uses of ModuleVisitor in org.eclipse.persistence.internal.libraries.asm
Fields in org.eclipse.persistence.internal.libraries.asm declared as ModuleVisitorModifier and TypeFieldDescriptionprotected ModuleVisitorModuleVisitor.mvThe module visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.asm that return ModuleVisitorModifier 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 ModuleVisitorClassWriter.visitModule(String name, int access, String version) Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type ModuleVisitorModifierConstructorDescriptionprotectedModuleVisitor(int api, ModuleVisitor moduleVisitor) Constructs a newModuleVisitor. -
Uses of ModuleVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of ModuleVisitor in org.eclipse.persistence.internal.libraries.asm.commonsMethods in org.eclipse.persistence.internal.libraries.asm.commons that return ModuleVisitorModifier and TypeMethodDescriptionprotected ModuleVisitorClassRemapper.createModuleRemapper(ModuleVisitor moduleVisitor) Constructs a new remapper for modules.ClassRemapper.visitModule(String name, int flags, String version) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ModuleVisitorModifier and TypeMethodDescriptionprotected ModuleVisitorClassRemapper.createModuleRemapper(ModuleVisitor moduleVisitor) Constructs a new remapper for modules.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ModuleVisitorModifierConstructorDescriptionprotectedModuleRemapper(int api, ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper.ModuleRemapper(ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper. -
Uses of ModuleVisitor in org.eclipse.persistence.internal.libraries.asm.tree
Subclasses of ModuleVisitor in org.eclipse.persistence.internal.libraries.asm.treeMethods in org.eclipse.persistence.internal.libraries.asm.tree that return ModuleVisitorMethods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type ModuleVisitorModifier and TypeMethodDescriptionvoidModuleExportNode.accept(ModuleVisitor moduleVisitor) Makes the given module visitor visit this export declaration.voidModuleOpenNode.accept(ModuleVisitor moduleVisitor) Makes the given module visitor visit this opened package.voidModuleProvideNode.accept(ModuleVisitor moduleVisitor) Makes the given module visitor visit this require declaration.voidModuleRequireNode.accept(ModuleVisitor moduleVisitor) Makes the given module visitor visit this require directive.