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

Represents a %left, %right, or %nonassoc declaration.

Example: %left OR_SYM OR2_SYM

Properties§

public 'left'|'right'|'nonassoc'|'precedence' $associativity
public ?string $typeTag
public list<string> $symbols

Methods§

Test cases 20§

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 16

Relations§

Instantiated in 1