EqualComparisionFinder

Finds the equals comparision at the given index. Used to resolve issue locations for diagnostics of type - use is instead of == - use !is instead of !=

Constructors

this
this(size_t index)
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(const(CmpExpression) expr)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
size_t index;
Undocumented in source.
result
EqualExpression result;
Undocumented in source.

Meta