Uses of Record Class
org.ek9lang.compiler.fuzz.HarvestedTemplate
Packages that use HarvestedTemplate
-
Uses of HarvestedTemplate in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return types with arguments of type HarvestedTemplateModifier and TypeMethodDescription(package private) List<HarvestedTemplate> TemplateProbeGenerator.getTemplates()Access to loaded templates for Strand 3 mutation access.Method parameters in org.ek9lang.compiler.fuzz with type arguments of type HarvestedTemplateModifier and TypeMethodDescription(package private) static StringOverrideStubGenerator.addOverrideStubs(String body, List<HarvestedTemplate> templates, String parentName, Random random) Adds override method stubs to the body of a child class.Constructor parameters in org.ek9lang.compiler.fuzz with type arguments of type HarvestedTemplateModifierConstructorDescriptionAtnBasedGenerator(int maxDepth, List<HarvestedTemplate> harvestedTemplates) Create a generator with harvested symbol data for richer name pools.