static int indexOfLastToken(S s) { L tok = javaTok(s); ret l(tok) > 1 ? l(s)-l(last(tok))-l(nextToLast(tok)) : -1; }