c2nes / javalang

Pure Python Java parser and tools
MIT License
737 stars 161 forks source link

get unique id of each node #118

Open sadiasahar opened 2 years ago

sadiasahar commented 2 years ago

I want to render the abstract syntax tree generated by javalang parser. How can I get the unique id of each node of javalang AST.