Uses of Class
ca.mcscert.jpipe.compiler.model.Checker
Packages that use Checker
-
Uses of Checker in ca.mcscert.jpipe.compiler.model
Methods in ca.mcscert.jpipe.compiler.model that return CheckerModifier and TypeMethodDescriptionstatic <I> Checker<I> Checker.checking(Checker.Check<I> check) Create aCheckerfrom a lambda or method reference. -
Uses of Checker in ca.mcscert.jpipe.compiler.steps.checkers
Subclasses of Checker in ca.mcscert.jpipe.compiler.steps.checkersModifier and TypeClassDescriptionfinal classPipeline step that checks all models in aUnitfor structural completeness.final classPipeline step that checks all models in aUnitfor structural consistency.final classConverts accumulated non-fatal errors into a fatal signal, aborting the pipeline at the next step boundary.