Like inteliij exposes apis to use the PsiTree structure generated by intellij, is there anything like this in eclipse? My main goal is to generate a dependency graph of a Java Project.
Asked
Active
Viewed 34 times
1
-
Possibly you want the [Eclipse JDT Abstract Syntax Tree](http://www.vogella.com/tutorials/EclipseJDT/article.html) – greg-449 Apr 26 '16 at 06:59