Home | History | Annotate | Download | only in Framework

Lines Matching full:mismatched

385         msg = [NSString stringWithFormat:@"mismatched input %@ expecting %@",[self getTokenErrorDisplay:(e.token)], tokenName];
396 msg = [NSString stringWithFormat:@"mismatched tree node: %@ expecting %@", mtne.node, tokenName];
412 msg = [NSString stringWithFormat:@"mismatched input %@ expecting set %@",
419 msg = [NSString stringWithFormat:@"mismatched input %@ expecting set %@",
484 * for NoViableAlt and mismatched symbol exceptions. If you enable
486 * handle mismatched symbol exceptions but there could be a mismatched
576 * At this point, it gets a mismatched token error and throws an
671 // mismatched token?
725 * mismatched token error. To recover, it sees that LA(1)==';'