static S replaceJavaToken(S s, S a, S b) { L tok = javaTok(s); replace(tok, a, b); ret join(tok); }