Type type = function.getParameters().get(index.getValue());
Parameter parameter = getDescriptor(
type,
function.getArrayDimensions().get(index.getValue()));
parameter.setIndex(index.getKey());
descriptor.addParameter(index.getValue(), parameter);
}
descriptor.setReturnType(
getDescriptor(
function.getReturnType(),
function.getReturnTypeArray()));