biba
biba

Reputation: 41

delete nodes from the java AST of the Java code source

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

Answers (1)

Deepak Azad
Deepak Azad

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

Related Questions