vesperin / vesper

source code curation library for Java 1.6 and above
1 stars 0 forks source link

Clean-up redundant AST visitors #16

Open hsanchez opened 10 years ago

hsanchez commented 10 years ago

There are many AST node visitors that were developed at ad-hoc---based on examples found on the Web. Before vesper 1.0, we need to remove those irrelevant ones, collapse related ones into one, and maybe group them into the AstUtil. The latter is considered because a long term goal of this project is to use ANTLR and not JDT. ANTLR seems to be lighter that JDT.