| Package | Description |
|---|---|
| org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceModificationEvent.Composite |
| Modifier and Type | Method and Description |
|---|---|
SourceModificationEvent |
SourceModificationEvent.Composite.getReadEvent() |
SourceModificationEvent |
SourceModificationEvent.Composite.getWriteEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.cancel(Parser.CancelReason reason,
SourceModificationEvent event)
Called by the infrastructure to stop the parser operation.
|
protected abstract SchedulerEvent |
Scheduler.createSchedulerEvent(SourceModificationEvent event) |
abstract void |
Parser.parse(Snapshot snapshot,
Task task,
SourceModificationEvent event)
|
| Constructor and Description |
|---|
Composite(SourceModificationEvent read,
SourceModificationEvent write) |