UMLVisitor

Undocumented in source.

Constructors

this
this(ControllerT ctrl, ReceiveT recv, Container container)
Undocumented in source.

Members

Aliases

visit
alias visit = Visitor.visit
Undocumented in source.

Functions

visit
void visit(TranslationUnit v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(UnexposedDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(VarDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ClassDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Namespace v)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin generateIndentIncrDecr
Undocumented in source.

Meta