The entry point of the whole flow analysis

Property definitions

nitc :: flow $ APropdef :: do_flow
	# The entry point of the whole flow analysis
	fun do_flow(toolcontext: ToolContext)
	do
		var v = new FlowVisitor(toolcontext)
		v.enter_visit(self)
	end
src/semantize/flow.nit:257,2--262,4