static S beautifyStructure(S s) { L tok = javaTokForStructure(s); structure_addTokenMarkers(tok); jreplace(tok, "lhm", ""); ret join(tok); }