Provides the base requirements for a match condition for an Ebnf
Properties
CallbackCount
Gets the number of callbacks.
Property Value
- int:
The number of callbacks.
Methods
GetFirstSet(Grammar)
Returns the collection of terminals that provide the first-set for the match condition.
Parameter | Type | Description |
---|---|---|
grammar | Grammar |
Returns
- IEnumerable<Terminal>:
The collection of terminals that provide the first-set for the match condition.