Get the parameter named name, if present. Cannot be used with "this", as it could refer to the dispatch or extension receiver.
"this"
if name is "this"
Get a parameter by its index in its own kind. For example, get(Kind.VALUE, 2) gets the third value parameter.
get(Kind.VALUE, 2)