Package | Description |
---|---|
org.objectweb.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
Modifier and Type | Field and Description |
---|---|
private CheckModuleAdapter.NameSet |
CheckModuleAdapter.exportedPackages
The internal names of the packages exported by the visited module.
|
private CheckModuleAdapter.NameSet |
CheckModuleAdapter.openedPackages
The internal names of the packages opened by the visited module.
|
private CheckModuleAdapter.NameSet |
CheckModuleAdapter.providedServices
The internal names of the services provided by the visited module.
|
private CheckModuleAdapter.NameSet |
CheckModuleAdapter.requiredModules
The fully qualified names of the dependencies of the visited module.
|
private CheckModuleAdapter.NameSet |
CheckModuleAdapter.usedServices
The internal names of the services used by the visited module.
|