StyleChecker

Undocumented in source.

Constructors

this
this(string fileName, const(Scope)* sc)
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

checkAggregateName
void checkAggregateName(string aggregateType, Token name)
Undocumented in source. Be warned that the author may not have intended to support it.
checkLowercaseName
void checkLowercaseName(string type, Token name)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ModuleDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Declarator dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ClassDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(EnumDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InterfaceDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

KEY
enum string KEY;
Undocumented in source.
aggregateNameRegex
enum string aggregateNameRegex;
Undocumented in source.
moduleNameRegex
enum string moduleNameRegex;
Undocumented in source.
varFunNameRegex
enum string varFunNameRegex;
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