Uses of Record Class
org.ek9lang.compiler.fuzz.NamedSource
Packages that use NamedSource
-
Uses of NamedSource in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return types with arguments of type NamedSourceModifier and TypeMethodDescription(package private) static List<NamedSource> QaCorpusLoader.loadQaExampleSources()Load all qaExample sources from the manifest as raw NamedSources.GenerationResult.sources()Returns the value of thesourcesrecord component.TemplateEnrichmentGenerator.EnrichmentResult.sources()Returns the value of thesourcesrecord component.TemplateProbeGenerator.ProbeResult.sources()Returns the value of thesourcesrecord component.Method parameters in org.ek9lang.compiler.fuzz with type arguments of type NamedSourceModifier and TypeMethodDescription(package private) List<CompilableSource> CompileClassifier.buildCompilableSources(List<NamedSource> namedSources) Build compilable sources from the named source list, each marked as dev.(package private) static List<QaCorpusLoader.FileTargetedMutations> QaCorpusLoader.loadFileTargetedMutations(List<NamedSource> qaExampleSources) Load targeted mutations by joining Q&A typicalErrors with raw source strings.Constructor parameters in org.ek9lang.compiler.fuzz with type arguments of type NamedSourceModifierConstructorDescription(package private)EnrichmentResult(List<NamedSource> sources, String templateId, Set<String> constructs, Set<String> controlFlow) Creates an instance of aEnrichmentResultrecord class.GenerationResult(List<NamedSource> sources, Set<String> constructs, Set<String> controlFlow, List<Integer> paramCounts) Creates an instance of aGenerationResultrecord class.ProbeResult(List<NamedSource> sources, String templateId) Creates an instance of aProbeResultrecord class.(package private)TemplateEnrichmentGenerator(List<NamedSource> qaExampleSources, List<HarvestedTemplate> harvestedTemplates, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter) Create an enrichment generator from pre-harvested templates.TemplateProbeGenerator(List<NamedSource> qaExampleSources, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter) Pre-harvest symbols from qaExample templates by compiling each through PRE_IR_CHECKS.