Type | Description |
A group of symbols that have the same associativity and precedence. This class and its descendants accept arrays of objects that correspond to symbols. |
|
An associativity group's type. It determines the course of action in case of Shift-Reduce conflicts between symbols with the same precedence. |
|
A shortcut for creating left-associative groups. |
|
A shortcut for creating non-associative groups. |
|
A group of associativity groups sorted by precedence. |
|
A shortcut for creating associativity groups with only precedence and no associativity between them. |
|
A shortcut for creating right-associative groups. |