final class CharsetValueLexemeGenerator
    implements LexemeGenerator

sql_yacc.yy literal actions impose charset validity on introduced string, hex and bit values.

Methods§

public function __construct(
    private LexemeGenerator $ordinary,
    private LexemeGenerator $introduced,
)
public function generate(LexemeInput $input): ?LexemeCandidates

Private surface 2§

Implementation details, listed for orientation only.

private LexemeGenerator $ordinary
private LexemeGenerator $introduced

Test cases 10§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 8

Relations§

Instantiated in 2