Lines Matching full:expecting
356 if ( ute.expecting == ANTLRTokenTypeEOF ) {
360 tokenName = (NSString *)[theTokNams objectAtIndex:ute.expecting];
362 msg = [NSString stringWithFormat:@"extraneous input %@ expecting %@", [self getTokenErrorDisplay:[ute getUnexpectedToken]],
368 if ( mte.expecting== ANTLRTokenTypeEOF ) {
372 tokenName = [theTokNams objectAtIndex:mte.expecting];
379 if ( mte.expecting== ANTLRTokenTypeEOF ) {
383 tokenName = [theTokNams objectAtIndex:mte.expecting];
385 msg = [NSString stringWithFormat:@"mismatched input %@ expecting %@",[self getTokenErrorDisplay:(e.token)], tokenName];
390 if ( mtne.expecting==ANTLRTokenTypeEOF ) {
394 tokenName = [theTokNams objectAtIndex:mtne.expecting];
396 msg = [NSString stringWithFormat:@"mismatched tree node: %@ expecting %@", mtne.node, tokenName];
412 msg = [NSString stringWithFormat:@"mismatched input %@ expecting set %@",
414 mse.expecting];
419 msg = [NSString stringWithFormat:@"mismatched input %@ expecting set %@",
421 mse.expecting];