static int leftScanModifiers(L tok, int i) { L mod = getJavaModifiers(); while (i > 1 && mod.contains(tok.get(i-2))) i -= 2; return i; }