Class ControlFlowGenerator

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

final class ControlFlowGenerator extends Object
Generates control flow constructs (if/switch/for/while/do-while/try/stream) for fuzzing. Produces varied patterns including expression forms, guard forms, statement forms, tautological conditions, deep nesting, and stream pipelines.

Extracted from AtnBasedGenerator Cluster 1.