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

Represents a %parse-param or %lex-param declaration.

Example: %parse-param { THD *thd }

Properties§

public 'parse-param'|'lex-param' $kind
public string $code

Methods§

public function __construct(public 'parse-param'|'lex-param' $kind, public string $code)

Test cases 9§

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 7

Relations§

Instantiated in 1