Class CallChainFileGenerator

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

final class CallChainFileGenerator extends Object
Generates call-chain test files with user-defined types and functions/methods that share rich parameter signatures. Creates interconnected call chains where functions forward parameters to each other, exercising type checking, parameter matching, and cross-function resolution.
  • Constructor Details

  • Method Details

    • generate

      GenerationResult generate(Random random)
      Generate a file with user-defined types and functions/methods with rich parameter signatures. Creates call chains where functions forward parameters to each other.