Re: Dynamic class types

2020-10-19 Thread Saravanan Palanichamy
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

RE: Dynamic class types

2020-10-19 Thread Milles, Eric (TR Technology)
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

Dynamic class types

2020-10-19 Thread Saravanan Palanichamy
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