_returnToken.setType(_ttype);
return _returnToken;
}
catch (RecognitionException e) {
if ( !getCommitToPath() ) {consume(); continue tryAgain;}
throw new TokenStreamRecognitionException(e);
}
}
catch (CharStreamException cse) {
if ( cse instanceof CharStreamIOException ) {
throw new TokenStreamIOException(((CharStreamIOException)cse).io);