Property definitions

nitc :: parser_prod $ APlusAssignOp :: init_aplusassignop
	init init_aplusassignop (
		n_op: nullable TPluseq
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:7685,2--7691,4