UMLVisitor.visit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias visit = Visitor.visit
  2. void visit(TranslationUnit v)
  3. void visit(UnexposedDecl v)
  4. void visit(VarDecl v)
  5. void visit(FunctionDecl v)
  6. void visit(ClassDecl v)
    class UMLVisitor(ControllerT, ReceiveT)
    override @trusted
    void
    visit
    (
    scope const ClassDecl v
    )
  7. void visit(Namespace v)

Meta