Uses of Record Class
ca.mcscert.jpipe.compiler.model.Diagnostic
Packages that use Diagnostic
-
Uses of Diagnostic in ca.mcscert.jpipe.compiler.model
Methods in ca.mcscert.jpipe.compiler.model that return DiagnosticModifier and TypeMethodDescriptionstatic Diagnosticstatic Diagnosticstatic DiagnosticA non-fatal ERROR carrying both a code and a source location.static DiagnosticA non-fatal ERROR carrying a code but no source location.static Diagnosticstatic DiagnosticMethods in ca.mcscert.jpipe.compiler.model that return types with arguments of type DiagnosticModifier and TypeMethodDescriptionCompilationContext.diagnostics()Unmodifiable view of all diagnostics in report order.DiagnosticSnapshot.diagnostics()Returns the value of thediagnosticsrecord component.Methods in ca.mcscert.jpipe.compiler.model with parameters of type DiagnosticModifier and TypeMethodDescriptionvoidCompilationContext.report(Diagnostic diagnostic) Append a pre-built diagnostic.Constructor parameters in ca.mcscert.jpipe.compiler.model with type arguments of type DiagnosticModifierConstructorDescriptionDiagnosticSnapshot(String source, List<Diagnostic> diagnostics, Map<String, Long> stats, List<DiagnosticSnapshot.ModelInfo> models, List<DiagnosticSnapshot.ActionInfo> actions) Copies every collection on the way in.