The new keyword, if any

Property definitions

nitc $ AMethPropdef :: n_kwnew=
	# The `new` keyword, if any
	var n_kwnew: nullable TKwnew = null is writable
src/parser/parser_nodes.nit:1417,2--1418,48

nitc :: parser_prod $ AMethPropdef :: n_kwnew=
	redef fun n_kwnew=(node)
	do
		_n_kwnew = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1285,2--1289,4