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 | Method and Description |
---|---|
abstract Parser.Result |
Parser.getResult(Task task)
Called when some task needs some result of parsing.
|