parseSimpleName
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
Return
the AST for the name
Parameters
name
a name like "parameter_source"
Throws
if the source code has parser errors
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
the AST for the name
a name like "parameter_source"
if the source code has parser errors