DynamicParseTreeCreator.NonterminalType

Type used for nonterminal with ID nonterminalID.

class DynamicParseTreeCreator(alias GrammarModule, Location_, alias LocationRangeImpl = LocationRangeStartLength)
template NonterminalType (
SymbolID nonterminalID
) {}

Members

Aliases

NonterminalType
alias NonterminalType = DynamicParseTreeTmpArray!(Location, LocationRangeImpl)
Undocumented in source.
NonterminalType
alias NonterminalType = string
Undocumented in source.
NonterminalType
alias NonterminalType = DynamicParseTree!(Location, LocationRangeImpl)
Undocumented in source.

Meta