Re: StaticPropertyAccessHelper transforms are not routed through my expression transformer

2020-08-07 Thread Saravanan Palanichamy
gt; > > There may be several instances of this to correct and test if all of the > Expression sub-types are looked at. I'd start by filing a new Jira ticket. > > > -Original Message- > From: Saravanan Palanichamy > Sent: Thursday, August 6, 2020 8:43 AM >

RE: StaticPropertyAccessHelper transforms are not routed through my expression transformer

2020-08-06 Thread Milles, Eric (TR Technology)
8:43 AM To: dev@groovy.apache.org Subject: StaticPropertyAccessHelper transforms are not routed through my expression transformer Hello My class derives from ClassCodeExpressionTransformer and I use it to transform my method call expression. Lets say I add an extra parameter to these methods.

StaticPropertyAccessHelper transforms are not routed through my expression transformer

2020-08-06 Thread Saravanan Palanichamy
Hello My class derives from ClassCodeExpressionTransformer and I use it to transform my method call expression. Lets say I add an extra parameter to these methods. This works for normal expression, however for property setter expressions, this does not work because it does not route through my