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 |
---|---|
static Source |
Source.create(Document document)
Gets a
Source instance for a Document . |
static Source |
Source.create(Document document,
Lookup lkp)
Gets a
Source instance for a |
static Source |
Source.create(FileObject fileObject)
Gets a
Source instance for a file. |
static Source |
Source.create(FileObject fileObject,
Lookup lkp)
Gets a
Source instance for a file. |
Source |
Snapshot.getSource()
Returns source this snapshot has originally been created from.
|
Modifier and Type | Method and Description |
---|---|
Source |
SourceModificationEvent.getModifiedSource() |
protected Source |
Scheduler.getSource()
Returns active
Source . |
Modifier and Type | Method and Description |
---|---|
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. |