analysis.mismatched_args

Undocumented in source.

Members

Classes

ArgVisitor
class ArgVisitor
Undocumented in source.
IdentVisitor
class IdentVisitor
Undocumented in source.
MismatchedArgumentCheck
class MismatchedArgumentCheck

Checks for mismatched argument and parameter names

Functions

compareArgsToParams
immutable(ArgMismatch[]) compareArgsToParams(istring[] params, istring[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
createWarningFromMismatch
string createWarningFromMismatch(ArgMismatch mismatch)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveSymbol
const(DSymbol)*[] resolveSymbol(Scope* sc, istring[] symbolChain)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ArgMismatch
struct ArgMismatch
Undocumented in source.

Meta