The redef keyword

Property definitions

nitc $ ADefinition :: n_kwredef=
	# The `redef` keyword
	var n_kwredef: nullable TKwredef = null is writable
src/parser/parser_nodes.nit:1159,2--1160,52

nitc :: parser_prod $ AModuledecl :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:107,2--111,4

nitc :: parser_prod $ AAnnotation :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:8765,2--8769,4

nitc :: parser_prod $ AAttrPropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:918,2--922,4

nitc :: parser_prod $ AStdClassdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:467,2--471,4

nitc :: parser_prod $ ATypePropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1097,2--1101,4

nitc :: parser_prod $ ASuperPropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1408,2--1412,4

nitc :: parser_prod $ AMethPropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1260,2--1264,4

nitc :: parser_prod $ AAnnotPropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1512,2--1516,4

nitc :: parser_prod $ AMainMethPropdef :: n_kwredef=
	redef fun n_kwredef=(node)
	do
		_n_kwredef = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1015,2--1019,4