Member predicate ScanfFunctionCall :: getOutputArgument
Gets the output argument at position n
in the vararg list of this call.
The range of n
is from 0
to this.getNumberOfOutputArguments() - 1
.
Expr
getOutputArgument
(
int
n
)