Uses of Record Class
org.ek9lang.compiler.access.CompilerAccessDiagnostic
Packages that use CompilerAccessDiagnostic
Package
Description
Shared compiler access interface for MCP tools, Oracle extractors, AI sessions, and the IDE.
-
Uses of CompilerAccessDiagnostic in org.ek9lang.compiler.access
Methods in org.ek9lang.compiler.access that return CompilerAccessDiagnosticModifier and TypeMethodDescriptionstatic CompilerAccessDiagnosticCompilerAccessDiagnostic.fromError(String file, ErrorListener.ErrorDetails error, int errorLevel) Create a diagnostic from a compilation error.Methods in org.ek9lang.compiler.access that return types with arguments of type CompilerAccessDiagnosticModifier and TypeMethodDescriptionCompilerAccess.collectDiagnostics(int errorLevel) Collect structured diagnostics from the most recent compilation.