AnalyzeCollection

Analyzers used in worker threads to collect results.

TODO reduce null checks. It is a sign of weakness in the design.

Constructors

this
this(Flag!"doMcCabeAnalyze" mccabe)
Undocumented in source.

Members

Functions

register
void register(TUVisitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mcCabeResult
McCabeResult mcCabeResult;
Undocumented in source.

Meta