parse Arguments
fun parseArguments(methodNameHint: String, parameters: List<<Error class: unknown class><String, Type>>, args: String): Array<Any?>
Parses only the arguments string given the info about parameter names and types.
Parameters
method Name Hint
A name that will be used in exceptions if thrown; not used for any other purpose.