Skip to main content

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

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

Back to the top