Package | Description |
---|---|
org.netbeans.modules.parsing.api |
Support for calling of high priority parser based user tasks in multi
language environment.
|
org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
Modifier and Type | Method and Description |
---|---|
Embedding |
Snapshot.create(CharSequence charSequence,
String mimeType)
Creates a new embedding for given charSequence.
|
Embedding |
Snapshot.create(int offset,
int length,
String mimeType)
Creates a new embedding form part of this snapshot defined by offset and length.
|
static Embedding |
Embedding.create(List<Embedding> embeddings)
Creates
Embedding from a list of embeddings. |
Modifier and Type | Method and Description |
---|---|
Iterable<Embedding> |
ResultIterator.getEmbeddings()
Allows iterate all embedded sources.
|
Modifier and Type | Method and Description |
---|---|
ResultIterator |
ResultIterator.getResultIterator(Embedding embedding)
Returns
ResultIterator for one Embedding . |
Modifier and Type | Method and Description |
---|---|
static Embedding |
Embedding.create(List<Embedding> embeddings)
Creates
Embedding from a list of embeddings. |
Modifier and Type | Method and Description |
---|---|
abstract List<Embedding> |
EmbeddingProvider.getEmbeddings(Snapshot snapshot)
Returns list of
Embedding s based on lexical analyse. |
abstract List<Embedding> |
ParserBasedEmbeddingProvider.getEmbeddings(T result)
Returns list of
Embedding s based on parser results. |
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.