Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Two Phase Refactoring

Hi,
   Is it possible to write a two phase refactoring within the same refactoring option. 

Basically, I want the AST to be transformed once, and then apply one more fresh set of refactorings on the rewritten AST which will then be finalized back into the source.

I understand ASTRewrite just provides the rewrite object of a particular node that was rewritten.

Best
Krishna


Back to the top