Uses of Class
org.ek9lang.compiler.fuzz.FuzzStatistics
Packages that use FuzzStatistics
-
Uses of FuzzStatistics in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz with parameters of type FuzzStatisticsModifier and TypeMethodDescription(package private) CompileClassifier.CompileResultCompileClassifier.compileAndRecord(List<CompilableSource> compilableSources, List<NamedSource> namedSources, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter, FuzzStatistics stats, Set<String> constructs, Set<String> controlFlow) Compile the sources and record results into the statistics collector.(package private) CompileClassifier.CompileResultCompileClassifier.compileAndRecord(List<CompilableSource> compilableSources, List<NamedSource> namedSources, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter, FuzzStatistics stats, Set<String> constructs, Set<String> controlFlow, String templateId, String strandId) Compile the sources through PACKAGING_POST_PROCESSING and record outcomes.(package private) voidCompileClassifier.ParseResult.harvestErrorCodes(FuzzStatistics stats) Extract any semantic error codes from the parse error listener and record them.(package private) voidCompileClassifier.ParseResult.harvestErrorCodes(FuzzStatistics stats, String strandId) Extract parse-phase error codes with strand attribution for discovery tracking.(package private) voidTemplateEnrichmentGenerator.setStatistics(FuzzStatistics stats) Set the statistics collector for hierarchy tracking.voidTemplateProbeGenerator.setStatistics(FuzzStatistics stats) Set the statistics collector for liveness tracking.