Property definitions

nitc $ AMethid :: defaultinit
# The identifier of a method in a method declaration.
# There is a specific class because of operator and setters.
abstract class AMethid
	super Prod
end
src/parser/parser_nodes.nit:1603,1--1607,3