writeParametersMatchingArguments abstract method
void
writeParametersMatchingArguments(
- ArgumentList arguments
Writes the code for a list of parameters that would match the given list
of arguments
.
The surrounding parentheses are not written.
Implementation
void writeParametersMatchingArguments(ArgumentList arguments);