writeParameterMatchingArgument abstract method
Writes the code for a parameter that would match the given argument
.
The name of the parameter will be generated based on the type of the
argument, but if the argument type is not known the index
will be used
to compose a name. In any case, the set of usedNames
will be used to
ensure that the name is unique (and the chosen name will be added to the
set).
Implementation
void writeParameterMatchingArgument(
Expression argument, int index, Set<String> usedNames);