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
constructor(entries: List<ModuleManifestEntry>)

Construct a new ManifestRecord from a List of each ModuleManifestEntry.

Properties

Link copied to clipboard

The List of each ModuleManifestEntry present in this module.

Functions

Link copied to clipboard
open override fun toString(): String