static int ai_invalidateWholeTerm(S term) { int n; for (WebNode node : indexedNodes(term)) if (ai_invalidateWeb(node.web) != null) ++n; ret n; }