// we only want to add the first name (since the other
// names will all be comma seperated and stored within
// the inACommaFeatureCallParameterOption() method)
if (this.namesAndTypes.isEmpty())
{
TName initialVariableName = name.getName();
this.orderedNames.add(initialVariableName);
this.namesAndTypes.put(this.orderedNames.getLast(), null);
}
}