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.NameSet
CheckModuleAdapter.exportedPackages
The internal names of the packages exported by the visited module.private final CheckModuleAdapter.NameSet
CheckModuleAdapter.openedPackages
The internal names of the packages opened by the visited module.private final CheckModuleAdapter.NameSet
CheckModuleAdapter.providedServices
The internal names of the services provided by the visited module.private final CheckModuleAdapter.NameSet
CheckModuleAdapter.requiredModules
The fully qualified names of the dependencies of the visited module.private final CheckModuleAdapter.NameSet
CheckModuleAdapter.usedServices
The internal names of the services used by the visited module.