nitc :: ANodes :: visit_all
private fun visit_all(v: Visitor) do for n in self do v.enter_visit(n) end