// returns index of "{" or ";" static int tok_scanMethodHead_idx(LS tok, int i) { ret tok_findEndOfMethodHeader(tok, i); }