Hi
Using ASTRewrite i was able to remove an ASTNode from the active file.
Now i have a FieldDeclaration Node (“private int i= 10 “) to be written back to the file How can i do that?
I tried to use ListRewrite using
getListRewrite(ASTNode node, ChildListPropertyDescriptor property) in ASTRewrite
But from where i will get ChildListPropertyDescriptor..
I am new to this field Please help me
Thanks in Advance
With Regards
Bejoy