Processor
.See: Description
Class | Description |
---|---|
AnalyzerProcessor |
A processor that analyzes the root trees of the compilations given to it using a
pre-specified analyzer.
|
CompilerProcessor |
A processor that compiles the compilations given to it using a pre-specified compiler.
|
ParserProcessor |
A processor that parses using a predefined parser.
|
SequentialProcessor |
A processor that sequentially execute other processors in a pre-specified order when
called.
|
Processor
.