ModuleInfoSymbol

A ModuleInfo variable symbol.

Constructors

this
this(ModuleSymbol modul, ClassSymbol classModuleInfo)

Constructs a ModuleInfoSymbol object.

Members

Variables

modul
ModuleSymbol modul;

The module to provide info for.

Inherited Members

From VariableSymbol

prot
Protection prot;

The protection.

stcs
StorageClass stcs;

The storage classes.

linkage
LinkageType linkage;

The linkage type.

type
Type type;

The type of this variable.

value
Expression value;

The value of this variable.

Meta