This object retains the entire parse trees of the source files and type information, as well as enough indexes among them to make page generation fast enough. There's always a tricky trade-off between how much index you retain in memory vs how much you compute dynamically.
Instances of this class can be safely accessed from multiple threads concurrently.
Normally, {@link Analyzer} is used to create this object, butadvanced clients may invoke the constructor with a properly configured {@link JavacTask}. @see Analyzer#analyze @author Kohsuke Kawaguchi
|
|
|
|
|
|