ImportVisitor

Constructors

this
this(string sourceCode)

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

diff
string diff()
Undocumented in source. Be warned that the author may not have intended to support it.
outputImports
string outputImports(ImportIdentifiers[] idents, string indent)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ImportDeclaration decl)

Visit import declaration.

Structs

Output
struct Output
Undocumented in source.

Meta