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 |
---|---|
Parser.Result |
ResultIterator.getParserResult()
Returns parse
Parser.Result for current source or null . |
Parser.Result |
ResultIterator.getParserResult(int offset)
Returns parse
Parser.Result for deepest embedding on given offset or null . |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
abstract Parser.Result |
Parser.getResult(Task task)
Called when some task needs some result of parsing.
|
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.