dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
DParsedModule.ImportListIterator
dlangide
tools
d
dparser
DParsedModule
Undocumented in source.
class
DParsedModule
static
class
ImportListIterator : ASTVisitor {
string
[]
_imports
;
string
[]
imports
[@property getter];
alias
visit
=
ASTVisitor
.
visit
;
void
visit
(ImportDeclaration importDeclaration);
void
run
(Module ast);
}
Members
Aliases
visit
alias
visit
=
ASTVisitor
.
visit
Undocumented in source.
Functions
run
void
run
(Module ast)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void
visit
(ImportDeclaration importDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
imports
string
[]
imports
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_imports
string
[]
_imports
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
tools
d
dparser
DParsedModule
classes
ImportListIterator
constructors
this
functions
findDeclaration
findIdentTokenByBytePosition
findTokenNode
parse
scanImports
properties
filename
imports
moduleName
static functions
msgFunction
variables
_ast
_cache
_imports
_lexerConfig
_moduleFile
_moduleName
_sourceCode
_tokens