DynamicParseTree.productionID

ID of production for this tree starting at grammarInfo.startProductionID or ProductionID.max if not applicable. See grammarInfo.allProductions[productionID - grammarInfo.startProductionID] for details about the prodution.

class DynamicParseTree(Location, alias LocationRangeImpl = LocationRangeStartLength)
ProductionID productionID;

Meta