static L indexedNodes_rawLookup(S s) { L l = cachedNodeIndex().get(ai_shortenForIndex(s)); ifclass AI_SubSpace AI_SubSpace ss = ai_currentSubSpace(); if (ss != null) { L l2 = ss.indexedNodes_rawLookup(symbol(s)); ret concatLists_conservative(l2, l); } endif ret l; }