Class CallChainFileGenerator
java.lang.Object
org.ek9lang.compiler.fuzz.CallChainFileGenerator
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) GenerationResultGenerate a file with user-defined types and functions/methods with rich parameter signatures.
-
Constructor Details
-
CallChainFileGenerator
CallChainFileGenerator(GenerationContext ctx, AtnBasedGenerator generator)
-
-
Method Details
-
generate
Generate a file with user-defined types and functions/methods with rich parameter signatures. Creates call chains where functions forward parameters to each other.
-