Property definitions

nitc :: parser_prod $ ABraMethid :: init_abramethid
	init init_abramethid (
		n_obra: nullable TObra,
		n_cbra: nullable TCbra
	)
	do
		_n_obra = n_obra.as(not null)
		n_obra.parent = self
		_n_cbra = n_cbra.as(not null)
		n_cbra.parent = self
	end
src/parser/parser_prod.nit:2137,2--2146,4