static bool containsXYZVariables(S s) { for (S t : javaTokC(s)) if (formatXYZ_varToIndex(t) != 0) true; false; }