Closed
Description
I have been reading the documentation, but I have not found any way to do this as per my knowledge. Is there a way to write a query that selects all the arguments of a function. Currently, I can just use .getArgument() and then get the information on one argument of the function. Is there a way to have a for loop or something that iterates over all the arguments and returns information.