Uses of Class
org.objectweb.asm.util.CheckModuleAdapter.NameSet
Packages that use CheckModuleAdapter.NameSet
Package
Description
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of CheckModuleAdapter.NameSet in org.objectweb.asm.util
Fields in org.objectweb.asm.util declared as CheckModuleAdapter.NameSetModifier and TypeFieldDescriptionprivate final CheckModuleAdapter.NameSetCheckModuleAdapter.exportedPackagesThe internal names of the packages exported by the visited module.private final CheckModuleAdapter.NameSetCheckModuleAdapter.openedPackagesThe internal names of the packages opened by the visited module.private final CheckModuleAdapter.NameSetCheckModuleAdapter.providedServicesThe internal names of the services provided by the visited module.private final CheckModuleAdapter.NameSetCheckModuleAdapter.requiredModulesThe fully qualified names of the dependencies of the visited module.private final CheckModuleAdapter.NameSetCheckModuleAdapter.usedServicesThe internal names of the services used by the visited module.