Member predicate API::Node::getKeywordParameter
Gets the given keyword parameter of this callable, or keyword argument to this call.
Note: for historical reasons, this predicate may refer to an argument of a call, but this may change in the future.
When referring to an argument, it is recommended to use getKeywordArgument(n)
instead.
Node getKeywordParameter(string name)