The signature of the method, if any

Property definitions

nitc $ AMethPropdef :: n_signature=
	# The signature of the method, if any
	var n_signature: nullable ASignature = null is writable
src/parser/parser_nodes.nit:1423,2--1424,56

nitc :: parser_prod $ AMethPropdef :: n_signature=
	redef fun n_signature=(node)
	do
		_n_signature = node
		node.parent = self
	end
src/parser/parser_prod.nit:1295,2--1299,4