The productions that ends with self, if any

Productions goes from the most specific to the most general

Computed by parentize_tokens

Property definitions

nitc :: astutil $ Token :: ending_prods=
	# 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