ImportPrinter

AST visitor that collects modules imported to an R-B tree.

Constructors

this
this()
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(IdentifierChain identifierChain)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SingleImport singleImport)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

imports
RedBlackTree!string imports;

Collected imports

Meta