Uses of Record Class
de.firemage.autograder.core.compiler.CompilationDiagnostic
Packages that use CompilationDiagnostic
-
Uses of CompilationDiagnostic in de.firemage.autograder.core.compiler
Methods in de.firemage.autograder.core.compiler that return types with arguments of type CompilationDiagnosticModifier and TypeMethodDescriptionCompilationResult.diagnostics()Returns the value of thediagnosticsrecord component.Method parameters in de.firemage.autograder.core.compiler with type arguments of type CompilationDiagnosticModifier and TypeMethodDescriptionstatic StringCompilationDiagnostic.formatMultiple(List<CompilationDiagnostic> diagnostics) Constructor parameters in de.firemage.autograder.core.compiler with type arguments of type CompilationDiagnosticModifierConstructorDescriptionCompilationResult(Path jar, List<CompilationDiagnostic> diagnostics) Creates an instance of aCompilationResultrecord class.