Class MethodOperatorGenerator

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

final class MethodOperatorGenerator extends Object
Generates method and operator declarations for fuzzing. Produces methods with varying access modifiers, parameter counts, return types, and body complexity. Generates operators with correct, random, or deliberately invalid semantics to exercise compiler error detection (E07300-E07640).

Extracted from AtnBasedGenerator — the method/operator generation cluster.