Instead of only examining call arguments, we also examine constructor
arguments applying the same rules.
That was an oppurtunity for refactoring the examination procedure to
work with iterators instead of integer indices. For the case of
CallExprs no functional change is intended.
Nit: capitalization does not match other methods.