Uses of Record Class
org.ek9lang.compiler.fuzz.AtnBasedGenerator.NamedSource
Packages that use AtnBasedGenerator.NamedSource
-
Uses of AtnBasedGenerator.NamedSource in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return types with arguments of type AtnBasedGenerator.NamedSourceModifier and TypeMethodDescriptionAtnBasedGenerator.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.Constructor parameters in org.ek9lang.compiler.fuzz with type arguments of type AtnBasedGenerator.NamedSourceModifierConstructorDescription(package private)EnrichmentResult(List<AtnBasedGenerator.NamedSource> sources, String templateId, Set<String> constructs, Set<String> controlFlow) Creates an instance of aEnrichmentResultrecord class.GenerationResult(List<AtnBasedGenerator.NamedSource> sources, Set<String> constructs, Set<String> controlFlow, List<Integer> paramCounts) Creates an instance of aGenerationResultrecord class.ProbeResult(List<AtnBasedGenerator.NamedSource> sources, String templateId) Creates an instance of aProbeResultrecord class.(package private)TemplateEnrichmentGenerator(List<AtnBasedGenerator.NamedSource> qaExampleSources, List<TemplateProbeGenerator.HarvestedTemplate> harvestedTemplates, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter) Create an enrichment generator from pre-harvested templates.TemplateProbeGenerator(List<AtnBasedGenerator.NamedSource> qaExampleSources, SharedThreadContext<CompilableProgram> sharedContext, FileHandling fileHandling, CompilerReporter compilerReporter) Pre-harvest symbols from qaExample templates by compiling each through PRE_IR_CHECKS.