TUVisitor

Calculate McCabe per file and function.

Constructors

this
this(AbsolutePath restrict)

Members

Aliases

CallbackT
alias CallbackT(T) = void delegate(const(T) v) @(safe)
Undocumented in source.
visit
alias visit = Visitor.visit
Undocumented in source.

Functions

visit
void visit(const(TranslationUnit) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Attribute) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Declaration) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Directive) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Expression) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Preprocessor) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Reference) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Statement) v)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin generateIndentIncrDecr
Undocumented in source.

Meta