correspondingStaticParameters property
Set the parameter elements corresponding to each of the arguments in this
list to the given list of parameters
. The list of parameters must be the
same length as the number of arguments, but can contain null
entries if
a given argument does not correspond to a formal parameter.
Implementation
set correspondingStaticParameters(List<ParameterElement> parameters);