Declaration

constructor(binaryStream: DataInputStream, moduleNames: List<String>, atomNames: List<String>)

Reconstruct a Declaration from a stream, using the already constructed lists of module names and atom names.

Parameters

binaryStream

The source of the data for reconstructing the Declaration.

moduleNames

The List of module names used in the reconstruction.

atomNames

The List of atom names used in the reconstruction.


constructor(alias: NameInModule?, phraseIndex: Int)