Names of parameters from the AST

REQUIRE: is_visited

Property definitions

nitc :: modelize_property $ ASignature :: _param_names
	# Names of parameters from the AST
	# REQUIRE: is_visited
	var param_names = new Array[String]
src/modelize/modelize_property.nit:685,2--687,36