static S tok_lastTokenIfNoSpaceAfter(S s) { L tok = javaTok(s); ret empty(last(tok)) ? nextToLast(tok) : null; }