See: Description
Class | Description |
---|---|
Embedding |
Represents one block of code embedded in some other source.
|
ParserManager |
ParserManager allows to start priority parsing request for one or more
sources.
|
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. |