Uses of Package
ca.mcscert.jpipe.compiler.model
Packages that use ca.mcscert.jpipe.compiler.model
Package
Description
-
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compilerClassDescriptionFluent builder that accumulates
Transformations into a compilation chain.A single step in a compilation chain: a functionI → O. -
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compiler.modelClassDescriptionFluent builder that accumulates
Transformations into a compilation chain.An idempotent pipeline step: inspects the value without modifying it.Functional interface for theTransformation.of(Transformation.Step)factory.Mutable context threaded through every step of a compilation pipeline.A single diagnostic message produced during compilation.One executed model-construction action.An element id rewritten during composition.How many elements of each type a model holds.A model that implements the template being described.A single model: its identity, its element census, and its symbols.One entry of a model's symbol table.Last step of a compilation chain: serialises the pipeline output to a file.First step of a compilation chain: reads an input file and produces the initial value fed to the firstTransformation.Functional interface for theSource.of(Source.Provider)factory.A single step in a compilation chain: a functionI → O.Functional interface for theTransformation.of(Transformation.Step)factory — allows steps to be expressed as lambdas or method references. -
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compiler.steps.checkersClassDescriptionAn idempotent pipeline step: inspects the value without modifying it.Mutable context threaded through every step of a compilation pipeline.A single step in a compilation chain: a function
I → O. -
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compiler.steps.io.sinks
-
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compiler.steps.io.sourcesClassDescriptionFirst step of a compilation chain: reads an input file and produces the initial value fed to the first
Transformation. -
Classes in ca.mcscert.jpipe.compiler.model used by ca.mcscert.jpipe.compiler.steps.transformationsClassDescriptionMutable context threaded through every step of a compilation pipeline.An immutable, render-agnostic view of everything a diagnostic report shows.A single step in a compilation chain: a function
I → O.