Getting/cloning AST tree of compiler [message #255265] |
Fri, 25 July 2008 05:13 |
Eclipse User |
|
|
|
I am working on an open source project called Argus Codewatch. It is a
(runtime) code-checker (detecting smelly code) for Java.
However, we are not satisfied with the performance of our program on a
full-build. For incremental builds we could use the editors AST using the
package org.eclipse.jdt.ui.SharedASTProvider.
We we're looking into ways to get the compilers AST tree or a clone of
this AST tree, as this would greatly improve performance on full-builds.
Perhaps anyone knows how to do this? Or has different tricks to optimize
performance?
Any help will be greatly appreciated, thanks in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.09030 seconds