ImportInfo

Information about one import statement

Members

Functions

effectiveName
string effectiveName()

Returns the rename if available, otherwise the name joined with dots

toString
string toString()

Returns D source code for this import

Variables

name
string[] name;

Parts of the imported module. (std.stdio -> ["std", "stdio"])

rename
string rename;

Available if the module has been imported renamed

selectives
SelectiveImport[] selectives;

Array of selective imports or empty if the entire module has been imported

Meta