Model Plugin
The model and analysing mechanisms are built with the JDT core compiler model as reference. Names and signatures are similar in some cases.
It uses ANTLR 3 grammars that support two parser depths (signature: skips field initializers and method bodies and full).
Readme
When you checked out the project, eclipse will find many errors. That is because the antlr parsers are not generated yet in your workspace. To do so find the build.xml file in the project folder and run each ant task. Refresh the package (and its child packages) org.asdt.model.parser afterwards. The newly generated source should now be build and you are ready to run the project. Have fun!
