static S tok_firstClassName(L tok) { int i = jfind(tok, "class "); ret i < 0 ? null : tok.get(i+2); }