Pipeline
A representation of the sequential set of actions to perform in order to produce an output artifact from a raw source. Each component of the pipeline takes an input from the output of the previous one.
Parameters
initial context data shared across this pipeline, which will is filled with useful information that are handed over to other stages of this pipeline. This allows gathering information on-the-fly without additional visits of the whole tree
libraries to load and look up functions from
supplier of the renderer implementation to use, produced by the flavor's RendererFactory with the output attributes of the parser as an argument
optional actions to run after each stage has been completed
Constructors
Properties
Functions
Executes the pipeline and calls the given hooks after each stage.
Executes queued function calls and expands their content based on their output.
Splits the source code into tokens.