StatsCollector

Undocumented in source.

Constructors

this
this(string fileName)
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(Statement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ClassDeclaration classDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InterfaceDeclaration interfaceDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDeclaration functionDeclaration)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructDeclaration structDeclaration)
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.

Variables

classCount
uint classCount;
Undocumented in source.
functionCount
uint functionCount;
Undocumented in source.
interfaceCount
uint interfaceCount;
Undocumented in source.
lineOfCodeCount
uint lineOfCodeCount;
Undocumented in source.
statementCount
uint statementCount;
Undocumented in source.
structCount
uint structCount;
Undocumented in source.
templateCount
uint templateCount;
Undocumented in source.
undocumentedPublicSymbols
uint undocumentedPublicSymbols;
Undocumented in source.

Inherited Members

From BaseAnalyzer

messages
Message[] messages()
Undocumented in source. Be warned that the author may not have intended to support it.
inAggregate
bool inAggregate;
Undocumented in source.
visitTemplate
template visitTemplate(T)
Undocumented in source.
addErrorMessage
void addErrorMessage(size_t line, size_t column, string key, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
fileName
string fileName;

The file name

sc
const(Scope)* sc;
Undocumented in source.
_messages
MessageSet _messages;
Undocumented in source.

Meta