final class BranchTokens
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Branch tokens operations for PostgreSQL merge.

Methods§

public function keywordIndexAfter(
    list<SqlToken> $tokens,
    string $keyword,
    SqlToken $anchor,
): ?int
public function lastKeywordBetween(
    list<SqlToken> $tokens,
    string $keyword,
    SqlToken $start,
    SqlToken $end,
): ?SqlToken
public function keywordIndexOutsideCase(list<SqlToken> $tokens, string $keyword): ?int

Test cases 16§

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

Dedicated tests 4
Other tests reaching this symbol 12

Relations§

Instantiated in 4
Method calls 4