The name of the method, if any

Property definitions

nitc $ AMethPropdef :: n_methid=
	# The name of the method, if any
	var n_methid: nullable AMethid = null is writable
src/parser/parser_nodes.nit:1420,2--1421,50

nitc :: parser_prod $ AMethPropdef :: n_methid=
	redef fun n_methid=(node)
	do
		_n_methid = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1290,2--1294,4