All the annotations attached directly to the node

Property definitions

nitc $ Prod :: n_annotations=
	# All the annotations attached directly to the node
	var n_annotations: nullable AAnnotations = null is writable
src/parser/parser_nodes.nit:429,2--430,60

nitc :: parser_prod $ AFormaldef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:805,2--809,4

nitc :: parser_prod $ AParam :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2471,2--2475,4

nitc :: parser_prod $ AType :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2554,2--2558,4

nitc :: parser_prod $ AVardeclExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2723,2--2727,4

nitc :: parser_prod $ ASelfExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6437,2--6441,4

nitc :: parser_prod $ AIntegerExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6620,2--6624,4

nitc :: parser_prod $ AFloatExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6662,2--6666,4

nitc :: parser_prod $ AArrayExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6392,2--6396,4

nitc :: parser_prod $ ANullExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6578,2--6582,4

nitc :: parser_prod $ AParExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:7000,2--7004,4

nitc :: parser_prod $ AModuledecl :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:127,2--131,4

nitc :: parser_prod $ AStdImport :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:197,2--201,4

nitc :: parser_prod $ ARangeExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6134,2--6138,4

nitc :: parser_prod $ AAtExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		node.parent = self
	end
src/parser/parser_prod.nit:7540,2--7544,4

nitc :: parser_prod $ AAnnotation :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:8790,2--8794,4

nitc :: parser_prod $ AAttrPropdef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:953,2--957,4

nitc :: parser_prod $ ACharExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6704,2--6708,4

nitc :: parser_prod $ ACrangeExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6225,2--6229,4

nitc :: parser_prod $ AOrangeExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6319,2--6323,4

nitc :: parser_prod $ ATrueExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6494,2--6498,4

nitc :: parser_prod $ AFalseExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6536,2--6540,4

nitc :: parser_prod $ ATypePropdef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1122,2--1126,4

nitc :: parser_prod $ ASuperPropdef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1428,2--1432,4

nitc :: parser_prod $ AMethPropdef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1300,2--1304,4

nitc :: parser_prod $ ASuperstringExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6866,2--6870,4

nitc :: parser_prod $ AAnnotPropdef :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:1537,2--1541,4

nitc :: parser_prod $ AStringExpr :: n_annotations=
	redef fun n_annotations=(node)
	do
		_n_annotations = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:6746,2--6750,4