Member predicate API::Node::getArgument
Gets the n
th 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 n
th 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)