Package | Description |
---|---|
org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
org.netbeans.modules.parsing.spi.support |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddingProvider
EmbeddingProvider returns sources for embedded languages (
Embedding s)
based on lexical analyse of current snapshot. |
class |
IndexingAwareParserResultTask<T extends Parser.Result> |
class |
ParserBasedEmbeddingProvider<T extends Parser.Result>
ParserBasedEmbeddingProvider returns sources for embedded
languages based on parser result for current language and snapshot.
|
class |
ParserResultTask<T extends Parser.Result>
SchedulerTask that process result of parsing.
|
Modifier and Type | Method and Description |
---|---|
static CancelSupport |
CancelSupport.create(SchedulerTask owner)
Creates a new instance of the
CancelSupport . |