Package | Description |
---|---|
org.netbeans.modules.parsing.api |
Support for calling of high priority parser based user tasks in multi
language environment.
|
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 |
---|---|
ResultIterator |
ResultIterator.getResultIterator(Embedding embedding)
Returns
ResultIterator for one Embedding . |