svoid tok_enterStatement(LS tok) { jreplace(tok, "enter;", "temp enter();", (_tok, nIdx) -> tok_isBeginningOfStatement(tok, nIdx+1)); }