Member predicate API::Node::getParameter
Gets the n
th positional parameter of this callable, or the n
th positional 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 getArgument(n)
instead.
Node getParameter(int n)