The productions that starts with self, if any

Productions goes from the most general to the most specific

Computed by parentize_tokens

Property definitions

nitc :: astutil $ Token :: starting_prods=
	# The productions that starts with `self`, if any
	# Productions goes from the most general to the most specific
	#
	# Computed by `parentize_tokens`
	var starting_prods: nullable Array[Prod]
src/astutil.nit:190,2--194,41