static S dropJavaComments(S s) { ret javaDropAllComments(s); } static LS dropJavaComments(LS tok) { ret javaDropAllComments(tok); }