Location is set during AST building. Once built, location can not be null.

However, manual instantiated nodes may need more care.

Property definitions

nitc $ ANode :: location=
	# Location is set during AST building. Once built, location can not be null.
	# However, manual instantiated nodes may need more care.
	var location: Location is writable, noinit
src/parser/parser_nodes.nit:25,2--27,43