namespaceSqlFaker\Generation\Candidate
Classes 9§
| ChoiceLexemeGenerator | The union of every applicable child's candidates; registration order is stable. |
| FixedLexemeGenerator | A fixed output element, including an explicit empty output when text is empty. |
| IntegerLexemeGenerator | An unsigned decimal scanner domain whose inclusive bounds do not depend on PHP's integer width. |
| MatchingLexemeGenerator | Applies its child only when its declared terminal or contextual predicate matches. |
| RegisteredLexemeGenerator | Supplies spellings from a fixed upstream registration table after explicit handler selection. |
| SequenceLexemeGenerator | A lazy Cartesian product of child outputs, all realizing the same terminal occurrence. |
| ValueLexemeGenerator | Constructs lexical values from a domain; only caller-supplied spellings need recognition. |
| VersionCase | An immutable association of reviewed releases and a shared generator definition. |
| VersionedLexemeGenerator | Binds one exact release at construction without invoking unselected definitions. |