The main entry point to visit a node n

Should not be redefined

Property definitions

nitcc_runtime $ Visitor :: enter_visit
	# The main entry point to visit a node `n`
	# Should not be redefined
	fun enter_visit(n: Node)
	do
		visit(n)
	end
lib/nitcc_runtime/nitcc_runtime.nit:269,2--274,4