Class DiAnalysisReporter
java.lang.Object
org.ek9lang.compiler.phase5.DiAnalysisReporter
Reports DI/AOP analysis to stderr when the
-di flag is set.
Two output modes:
- Compact (
-di): Summary with counts, health verdict, fits one screen - Rich (
-di -E3): Full wiring map + structured guidance from .txt resources
-
Constructor Summary
ConstructorsConstructorDescriptionDiAnalysisReporter(SharedThreadContext<CompilableProgram> compilableProgramAccess, CallGraph callGraph, int errorLevel, String messagePackPath) -
Method Summary
-
Constructor Details
-
Method Details
-
report
void report() -
generateReport
String generateReport()
-