abstract syntax tree - Source code of Groovy ASTNode -


i implemented ast transformations applied @ compile time , logging purposes emit "source" code reflects injected ast nodes. tostring()/gettext() methods return quite unreadable structure becomes complicated long expressions.

the closest thing can think of astnodetoscriptadapter can found here


Comments