Name Occurrences
Reconstruct a NameOccurrences from a stream, using the already constructed lists of module names and atom names.
Parameters
binary Stream
The source of data from which to reconstruct a NameOccurrences.
module Names
The List of module names used in the reconstruction.
atom Names
The List of atom names used in the reconstruction.
constructor(declarations: MutableList<NamesIndex.Declaration>, definitions: MutableList<NamesIndex.Definition>, usages: MutableList<NamesIndex.Usage>)