The dot .

Property definitions

nitc $ AFullPropExternCall :: n_dot=
	# The dot `.`
	var n_dot: nullable TDot = null is writable
src/parser/parser_nodes.nit:1513,2--1514,44

nitc :: parser_prod $ AFullPropExternCall :: n_dot=
	redef fun n_dot=(node)
	do
		_n_dot = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:8237,2--8241,4