Reputation: 41
I want to change an AST Java by deleting the fully Qualified names and replace it by the corresponding imports.ça need to change the type of call completions nodes by simple nodes. The problem is that I can not find any function that allowed me to do. Who has an idea? thank you in advance
Upvotes: 1
Views: 766
Reputation: 7923
This Eclipse Corner article on AST may help you - http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html
Upvotes: 1