The list of declared callbacks (for extern methods)

Property definitions

nitc $ AMethPropdef :: n_extern_calls=
	# The list of declared callbacks (for extern methods)
	var n_extern_calls: nullable AExternCalls = null is writable
src/parser/parser_nodes.nit:1435,2--1436,61

nitc :: parser_prod $ AMethPropdef :: n_extern_calls=
	redef fun n_extern_calls=(node)
	do
		_n_extern_calls = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1305,2--1309,4