IfConstraintsIndentCheck

Checks whether all if constraints have the same indention as their declaration.

Constructors

this
this(string fileName, const(Token)[] tokens, bool skipTests)

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(FunctionDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InterfaceDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ClassDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TemplateDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(UnionDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Constructor decl)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseAnalyzer

messages
Message[] messages()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
alias visit = ASTVisitor.visit
Undocumented in source.
visit
void visit(Unittest unittest_)

Visits a unittest.

inAggregate
bool inAggregate;
Undocumented in source.
skipTests
bool skipTests;
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