ResolveVisitor checks isResolved() and
> isPrimaryClassNode() first.
>
> -Original Message-
> From: Saravanan Palanichamy
> Sent: Monday, October 19, 2020 5:53 AM
> To: dev@groovy.apache.org
> Subject: Dynamic class types
>
> Hello everyone
>
> My DSL that uses
Palanichamy
Sent: Monday, October 19, 2020 5:53 AM
To: dev@groovy.apache.org
Subject: Dynamic class types
Hello everyone
My DSL that uses AST transformations has this quirk
* A Groovy script defines classes and uses other classes from the class path
* I want to be able to replace all these types during
Hello everyone
My DSL that uses AST transformations has this quirk
* A Groovy script defines classes and uses other classes from the class path
* I want to be able to replace all these types during compile with my own
standard class definition
* If I have the types I am replacing in the class pat