parameters property

List<ParameterElement> parameters

Return a list containing the parameters elements of this type of function. The parameter types are in the same order as they appear in the declaration of the function.

Implementation

List<ParameterElement> get parameters;