You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Semantic UAST screenshots
Go
Java
JS
PHP
Python
Ruby
As can be seen,
//*[@type='uast:FunctionGroup]/Nodes/Node/Name[@type='uast:Identifier']/Name
works for Go, JavaScript, Python and Ruby.//*[@role='Function']/name[@type='uast:Identifier']/Name
works for Java and PHP.Therefore there is no common way to get the function names.
The text was updated successfully, but these errors were encountered: