Member predicate API::Node::getArgument
Gets the nth positional argument to this call.
For example, this would get x in the following snippet:
Foo.bar(x) # API::getTopLevelMember("Foo").getMethod("bar").getArgument(0)
Node getArgument(int n)Gets the nth positional argument to this call.
For example, this would get x in the following snippet:
Foo.bar(x) # API::getTopLevelMember("Foo").getMethod("bar").getArgument(0)
Node getArgument(int n)