Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:mismatched

317                 msg = "mismatched input " + GetTokenErrorDisplay( e.Token ) +
334 msg = "mismatched tree node: " + nodeText + " expecting " + tokenName;
354 msg = "mismatched input " + GetTokenErrorDisplay( e.Token ) +
360 msg = "mismatched input " + GetTokenErrorDisplay( e.Token ) +
438 * for NoViableAlt and mismatched symbol exceptions. If you enable
440 * handle mismatched symbol exceptions but there could be a mismatched
535 * At this point, it gets a mismatched token error and throws an
632 // mismatched token?
691 * mismatched token error. To recover, it sees that LA(1)==';'