set
Sets the argument value for the parameter at index globalIndex.
Throws
if globalIndex is out of bounds for these parameters.
Sets the argument value for the kind parameter at indexInKind.
Throws
if indexInKind is out of bounds for parameters of kind kind.
Sets the value of the parameter with the given name.
Throws
Sets the value of the given parameter.
Throws
if parameters is not in the parameter set for this builder.
Set multiple arguments based on the parameter names.
Throws
if no parameter with the given name is found, or if name == "this"..