The body (in extern code) of the method, if any

Property definitions

nitc $ AMethPropdef :: n_extern_code_block=
	# The body (in extern code) of the method, if any
	var n_extern_code_block: nullable AExternCodeBlock = null is writable
src/parser/parser_nodes.nit:1438,2--1439,70

nitc :: parser_prod $ AMethPropdef :: n_extern_code_block=
	redef fun n_extern_code_block=(node)
	do
		_n_extern_code_block = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1310,2--1314,4