DynamicParseTree.nonterminalID

ID of nonterminal for this tree starting at grammarInfo.startNonterminalID or SymbolID.max if not applicable. See grammarInfo.allNonterminals[nonterminalID - grammarInfo.startNonterminalID] for details about the nonterminal.

class DynamicParseTree(Location, alias LocationRangeImpl = LocationRangeStartLength)
SymbolID nonterminalID;

Meta