Uses of Record Class
ca.mcscert.jpipe.compiler.model.DiagnosticSnapshot
Packages that use DiagnosticSnapshot
-
Uses of DiagnosticSnapshot in ca.mcscert.jpipe.compiler.steps.transformations
Subclasses with type arguments of type DiagnosticSnapshot in ca.mcscert.jpipe.compiler.steps.transformationsModifier and TypeClassDescriptionfinal classGathers everything a diagnostic report shows into a singleDiagnosticSnapshot.classCommon base of thediagnosticcommand's renderers.Methods in ca.mcscert.jpipe.compiler.steps.transformations that return DiagnosticSnapshotModifier and TypeMethodDescriptionprotected DiagnosticSnapshotCollectDiagnostics.run(Unit input, CompilationContext ctx) CollectDiagnostics.snapshot(Unit input, CompilationContext ctx) Describes what a compilation produced and reported.Methods in ca.mcscert.jpipe.compiler.steps.transformations with parameters of type DiagnosticSnapshotModifier and TypeMethodDescriptionabstract StringDiagnosticRenderer.render(DiagnosticSnapshot snapshot) Renders a snapshot into the report text.DiagnosticReport.render(DiagnosticSnapshot input) JsonDiagnosticReport.render(DiagnosticSnapshot input) protected final StringDiagnosticRenderer.run(DiagnosticSnapshot input, CompilationContext ctx)