hi, i want to know whether AST is used in the implementation of search button in eclipse..any idea ..help
+2
A:
The "Java Search" of eclipse works with a prebuild index for performance reasons. The index is build with the help of the java parser (and hence with the usage of the AST).
Arne
2010-02-09 15:47:46