Manifest Record
class ManifestRecord
Manifest information that was collected during compilation of a module. This keeps track of where certain declarations and definitions occurred within a module during compilation, each summarized as a ModuleManifestEntry.
Constructors
Link copied to clipboard
Construct a new ManifestRecord from a List of each ModuleManifestEntry.
Properties
Link copied to clipboard
The List of each ModuleManifestEntry present in this module.