FileModuleInfo

Represents a module statement in a file.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

from
size_t from;

Code index of the moduleName

moduleName
string moduleName;

Whole modulename as normalized string in form a.b.c etc.

outerFrom
size_t outerFrom;
outerTo
size_t outerTo;

Code index of the whole module statement starting right at module and ending right after the semicolon.

raw
const(string)[] raw;

Parts of the module name as array.

to
size_t to;

Code index of the moduleName

Meta