Package | Description |
---|---|
org.netbeans.modules.parsing.spi |
Supports registration and automatic scheduling of various parser based tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorMovedSchedulerEvent |
Modifier and Type | Method and Description |
---|---|
protected abstract SchedulerEvent |
Scheduler.createSchedulerEvent(SourceModificationEvent event) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ParserResultTask.run(T result,
SchedulerEvent event)
Called when parser is finished.
|
protected void |
Scheduler.schedule(SchedulerEvent event)
Reschedule all tasks registered for
this Scheduler (see
SchedulerTask.getSchedulerClass() . |
protected void |
Scheduler.schedule(Source source,
SchedulerEvent event)
Reschedule all tasks registered for
this Scheduler (see
SchedulerTask.getSchedulerClass() , and sets new Source s for them. |