Package | Description |
---|---|
org.netbeans.modules.parsing.spi.indexing | |
org.netbeans.modules.parsing.spi.indexing.support |
Modifier and Type | Method and Description |
---|---|
abstract EmbeddingIndexer |
EmbeddingIndexerFactory.createIndexer(Indexable indexable,
Snapshot snapshot)
Creates new
Indexer . |
protected abstract void |
EmbeddingIndexer.index(Indexable indexable,
Parser.Result parserResult,
Context context)
Indexes the given AST (parser result).
|
static <T> void |
ErrorsCache.setErrors(URL root,
Indexable i,
Iterable<? extends T> errors,
ErrorsCache.Convertor<T> convertor)
Sets errors for a file/indexable.
|
Modifier and Type | Method and Description |
---|---|
Indexable |
IndexResult.getIndexable()
Gets
Indexable for this result. |
Modifier and Type | Method and Description |
---|---|
IndexDocument |
IndexingSupport.createDocument(Indexable indexable)
Creates a new
IndexDocument . |
void |
IndexingSupport.markDirtyDocuments(Indexable indexable)
Marks all documents for an
Indexable as dirty. |
void |
IndexingSupport.removeDocuments(Indexable indexable)
Removes all documents for given indexables
|