Join Slack
Powered by
does anyone have any sample code that can be used ...
# compiler
d
Daren Klamer
07/07/2020, 10:36 AM
does anyone have any sample code that can be used to traverse over the ast of a kotlin file?
r
Roman Artemev [JB]
07/07/2020, 11:07 AM
In general you could take a look at this visitor
https://github.com/jetbrains/kotlin/blob/bf92517500673ed3939f13b9250a4911ddadcace/compiler/psi/src/org/jetbrains/kotlin/psi/KtVisitorVoid.java#L21
4
Views
Open in Slack
Previous
Next