dmd.dimport
A Dsymbol representing a renamed import.
License
Source: dimport.d
Documentation: https://dlang.org/phobos/dmd_dimport.html
-
Declaration
classImport: dmd.dsymbol.Dsymbol;-
Declaration
boolload(Scope*sc);Load this module.
Return Value
truefor errors,falsefor success -
Declaration
voidaddPackageAccess(ScopeDsymbolscopesym);Mark the imported packages as accessible from the current scope. This access check is necessary when using FQN b/c we're using a single global package tree. https://issues.dlang.org/show_bug.cgi?id=313
-
Declaration
voidaddMember(Scope*sc, ScopeDsymbolsd);Add import to
sd's symbol table.
-