The name of the annotation

Property definitions

nitc $ AAnnotation :: n_atid=
	# The name of the annotation
	var n_atid: AAtid is writable, noinit
src/parser/parser_nodes.nit:3081,2--3082,38

nitc :: parser_prod $ AAnnotation :: n_atid=
	redef fun n_atid=(node)
	do
		_n_atid = node
		node.parent = self
	end
src/parser/parser_prod.nit:8775,2--8779,4

nitc :: parser_prod $ AAnnotPropdef :: n_atid=
	redef fun n_atid=(node)
	do
		_n_atid = node
		node.parent = self
	end
src/parser/parser_prod.nit:1522,2--1526,4