| 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.
|
| Class and Description |
|---|
| Embedding
Represents one block of code embedded in some other source.
|
| ResultIterator
ResultIterator allows to iterate tree of embedded blocks of sources, and
request parse results on different levels.
|
| Snapshot
Snapshot represents some part of text.
|
| Source
The
Source represents one file or document. |
| Task
Abstract parent of all
UserTasks and SchedulerTasks. |
| UserTask
UserTask allows controll process of parsing of
Source
containing blocks of embedded languages, and do some computations based on
all (or some) parser Parser.Results. |
| Class and Description |
|---|
| Snapshot
Snapshot represents some part of text.
|
| Source
The
Source represents one file or document. |
| Task
Abstract parent of all
UserTasks and SchedulerTasks. |