parseParameter
Parses a single parameter (a type and a name) and returns it as a Parameter.
Return
the AST for the parameter
Parameters
parameter
a parameter like "int[] x"
Throws
if the source code has parser errors
Parses a single parameter (a type and a name) and returns it as a Parameter.
the AST for the parameter
a parameter like "int[] x"
if the source code has parser errors