Class EnrichedControlFlowGenerator

java.lang.Object
org.ek9lang.compiler.fuzz.EnrichedControlFlowGenerator

final class EnrichedControlFlowGenerator extends Object
Generates enriched control flow constructs for template enrichment: if/else, guards, switch, for/while loops, try-catch, and enriched statements. Each construct uses type-aware expressions from the harvested type information. Extracted from TemplateEnrichmentGenerator.