CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate API::Node::getParameter

Gets the nth positional parameter of this callable, or the nth 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)