Stacks Uses Module
Construct a new StacksUsesModule.
Parameters
The name of the module
The a map of implementationGroups keyed by the implementation name.
A map of module names to other modules extended by this module.
A map keyed by a method name with no path to the qualified module path it is originally named from.
A map of module names to other modules used by this module.
The map of renames (StringDescriptor → string) explicitly specified in this import declaration. The keys are the newly introduced names and the values are the names provided by the predecessor module.
A map keyed by visible (uses) method names with no path to the qualified module path it is originally named from.
Construct a new StacksUsesModule from a CommentsModule.
Parameters
The CommentsModule to be transformed
The renames map