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

Represents a %define declaration.

Example: %define api.pure full

Properties§

public string $name
public string|null $value

Methods§

public function __construct(public string $name, public string|null $value)

Test cases 14§

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

Dedicated tests 3
Other tests reaching this symbol 11

Relations§

Instantiated in 1