dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
ImportInfo
dlangide
tools
d
dparser
Undocumented in source.
version(USE_LIBDPARSE)
static
class
ImportInfo {
string
moduleName
;
const
ImportDeclaration
decl
;
this
(ImportDeclaration decl, string moduleName);
}
Constructors
this
this
(ImportDeclaration decl, string moduleName)
Undocumented in source.
Members
Variables
decl
ImportDeclaration
decl
;
Undocumented in source.
moduleName
string
moduleName
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
tools
d
dparser
classes
DParsedModule
DParsingService
IdentContext
IdentDefinitionLookupResult
IdentPositionIterator
ImportInfo
enums
DeclarationType
functions
importDeclToModuleName