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
UserTask s and SchedulerTask s. |
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.Result s. |
Class and Description |
---|
Embedding
Represents one block of code embedded in some other source.
|
Snapshot
Snapshot represents some part of text.
|
Source
The
Source represents one file or document. |
Task
Abstract parent of all
UserTask s and SchedulerTask s. |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.