//
input.rewind();
mark = -1;
return;
}
reportError( new MismatchedSetException( follow,
input ) );
input.consume();
// Now here, because you are consuming some tokens, yu will probably want
// to raise an error message such as "Spurious elements after the class member were discarded"