final class LexemeBoundary

Adjacent output lexemes, including boundaries inside a compound terminal.

Properties§

public Lexeme $left
public Lexeme $right

Methods§

public function __construct(public Lexeme $left, public Lexeme $right)

Identifies the adjacent lexemes whose separator is being constrained.

Parameters

$leftLexeme
$rightLexeme
Test cases 1

Test cases 34§

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

Dedicated tests 1
Other tests reaching this symbol 33

Relations§

Instantiated in 1
Type declarations 7