Uses of Record Class
org.ek9lang.compiler.fuzz.HarvestedFunction
Packages that use HarvestedFunction
-
Uses of HarvestedFunction in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return HarvestedFunctionModifier and TypeMethodDescription(package private) static HarvestedFunctionTemplateProbeGenerator.harvestFunction(MethodSymbol method) Methods in org.ek9lang.compiler.fuzz that return types with arguments of type HarvestedFunctionModifier and TypeMethodDescription(package private) static List<HarvestedFunction> EnrichedControlFlowGenerator.findCallableFunction(List<HarvestedFunction> functions, Map<String, String> constructedTypes) Find harvested functions that return a non-Void value and whose parameters we can satisfy from constructed instances or literals.HarvestedTemplate.functions()Returns the value of thefunctionsrecord component.SymbolHarvester.HarvestResult.functions()Returns the value of thefunctionsrecord component.Method parameters in org.ek9lang.compiler.fuzz with type arguments of type HarvestedFunctionModifier and TypeMethodDescription(package private) static List<HarvestedFunction> EnrichedControlFlowGenerator.findCallableFunction(List<HarvestedFunction> functions, Map<String, String> constructedTypes) Find harvested functions that return a non-Void value and whose parameters we can satisfy from constructed instances or literals.