py-tree-sitter icon indicating copy to clipboard operation
py-tree-sitter copied to clipboard

Obtain argument type from AST

Open ljiahao opened this issue 4 years ago • 0 comments

Can tree-sitter support obtaining the argument type of callee function? I can use query mechanism to obtain the method_invocation Node, while I have no idea how to know the argument type of this invocated function.

To confirm it, can we obtain the argument type from the AST.

Thanks.

ljiahao avatar Sep 16 '21 02:09 ljiahao