nitc :: Token :: ending_prods=
self
, if anyProductions goes from the most specific to the most general
Computed by parentize_tokens
# The productions that ends with `self`, if any
# Productions goes from the most specific to the most general
#
# Computed by `parentize_tokens`
var ending_prods: nullable Array[Prod]
src/astutil.nit:196,2--200,39