static LS trimmedJavaLineComments(S s) { ret trimAll(getJavaLineComments(s)); } static LS trimmedJavaLineComments(LS tok) { ret trimAll(getJavaLineComments(tok)); }