namespaceSqlFaker\Generation\Candidate

Classes 9§

ChoiceLexemeGeneratorThe union of every applicable child's candidates; registration order is stable.
FixedLexemeGeneratorA fixed output element, including an explicit empty output when text is empty.
IntegerLexemeGeneratorAn unsigned decimal scanner domain whose inclusive bounds do not depend on PHP's integer width.
MatchingLexemeGeneratorApplies its child only when its declared terminal or contextual predicate matches.
RegisteredLexemeGeneratorSupplies spellings from a fixed upstream registration table after explicit handler selection.
SequenceLexemeGeneratorA lazy Cartesian product of child outputs, all realizing the same terminal occurrence.
ValueLexemeGeneratorConstructs lexical values from a domain; only caller-supplied spellings need recognition.
VersionCaseAn immutable association of reviewed releases and a shared generator definition.
VersionedLexemeGeneratorBinds one exact release at construction without invoking unselected definitions.