Outliner

Undocumented in source.

Constructors

this
this(File output)
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(ClassDeclaration classDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(EnumDeclaration enumDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AnonymousEnumMember enumMem)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(EnumMember enumMem)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDeclaration functionDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InterfaceDeclaration interfaceDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructDeclaration structDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TemplateDeclaration templateDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StaticConstructor s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StaticDestructor s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SharedStaticConstructor s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SharedStaticDestructor s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Constructor c)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Unittest u)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(UnionDeclaration unionDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(VariableDeclaration variableDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta