static int tok_skipModifiers(L tok, int i) { L mod = getJavaModifiers(); while (i < l(tok) && mod.contains(tok.get(i))) i += 2; ret i; }