Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Using ASTRewriter to reflect intermediate changes to the AST and perform further rewrites

Would be really nice if you could send an example if u bump into it.

Not obligatory. But thanks a lot anyway

On Jun 6, 2016 11:55 PM, "Sergey Prigogin" <eclipse.sprigogin@xxxxxxxxx> wrote:
This is done by creating hew rewriters based on the previously created rewriters. Don't remember examples from the top of my head, but should be able to find a few in the refactoring code.

-sergey

On Mon, Jun 6, 2016 at 2:11 PM, Krishna Narasimhan <krishna.nm86@xxxxxxxxx> wrote:
Hi,
   Is there a possibility for me to incrementally transform an AST in Eclipse CDT. It seems like ASTRewriter functions donot reflect the actual changes till the complete refactoring is done. Can I change the AST in the between, so that the following changes happen on the changed AST and not on the original AST,

Regards
Krishna

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top