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

Represents a %type declaration.

Example: %type <item> expr literal

Properties§

public string $typeTag
public list<string> $symbols

Methods§

public function __construct(public string $typeTag, public list<string> $symbols)

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 1