Parses a name into its components.paramname The non-null string name to parsereturnA non-null parsed form of the name using the naming convention of this parser. return new CompositeName(name);
return new CompositeName(name);