|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Java Source | |
---|---|
org.netbeans.api.java.loaders | |
org.netbeans.api.java.source | The package name will very likely change in the future |
org.netbeans.api.java.source.support | |
org.netbeans.spi.java.loaders |
Provides Java Model API access.
There is no simple way how to weakly reference all elements from javac. For instance local variables cannot be referenced by ElementHandles while source-less Elements cannot be referenced by TreePathHandles. This fix allows to create TreePathHandles for any javac Element (both local and source less).
The JavaSource.runWhenScanFinished performs the given task either synchronously when no background scan is running. When the background scan is running the task is performed asynchronously when the scan completes.
The refactoring and find usages need to find the dependent roots of a project root in which the refactored type is declared, but finding such an information using the project API may be very expensive especially when lots of projects is opened. The goal of this API is to provide and cache this information.
ClassIndex
.
The listener for listening on changes in the ClassIndex
was added. The listener fires
events when a declared type was removed, added, changed in the ClassIndex
oe when the underlaying
ClassPath
was changed.
package
Added the template attribute package
for templates using scripting language.
XXX no answer for arch-usecases
|
|
|
The sources for the module are in NetBeans CVS in java/source directory.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |