nitc :: 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