static L aiConceptsByTokens(S tokens) { final L tok = javaTokC(tokens); ret [AIConcept c : aiConcepts() | containsSubList(javaTokC(c.name), tok)]; }