static L<S> parse3_plusBrackets(S s) {
  ret dropPunctuation(javaTokPlusBrackets2(s));
}