static S ctxFindFirstGoto(S src) { L tok = javaTok(src); int i = jfind(tok, "[GOTO]=*"); ret i >= 0 ? unquoteCtx(tok.get(i+8)) : null; }