Uses of Record Class
org.ek9lang.compiler.fuzz.CompileClassifier.CompileResult
Packages that use CompileClassifier.CompileResult
-
Uses of CompileClassifier.CompileResult in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return CompileClassifier.CompileResultModifier 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.