static S lastIdentifier(L l) { for (int i = l(l)-1; i >= 0; i--) { S t = l.get(i); if (isIdentifier(t)) ret t; } null; }