The body (in Nit) of the method, if any

Property definitions

nitc $ AMethPropdef :: n_block=
	# The body (in Nit) of the method, if any
	var n_block: nullable AExpr = null is writable
src/parser/parser_nodes.nit:1429,2--1430,47

nitc :: parser_prod $ AMethPropdef :: n_block=
	redef fun n_block=(node)
	do
		_n_block = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1320,2--1324,4

nitc :: parser_prod $ AMainMethPropdef :: n_block=
	redef fun n_block=(node)
	do
		_n_block = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1020,2--1024,4