!752 p { L tok = javaTok("if (i is a Fool) { ... }"); jreplace_debug = true; jreplace(tok, "is a ", "instanceof $3"); print(join(tok)); }