Hello,
Is there any way that one can access the ASTs that Eclipse uses? I
suppose Eclipse has it's own set of ASTs for every Java source file of a
Java Project at any given moment. I would like to be able to visit those
ASTs instead of doing both parsing and visiting for an ICompilationUnit.
Or is this impossible, does Eclipse only have the JavaModel and
parses & visits only when it needs to ?