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

Lines Matching refs:mismatched

806     /// for NoViableAlt and mismatched symbol exceptions.  If you enable
808 /// handle mismatched symbol exceptions but there could be a mismatched
1469 /// A mismatched char or Token or tree node.
2053 /// mismatched token error. To Recover, it sees that LA(1)==';'
2206 * At this point, it gets a mismatched token error and throws an
4364 Result := 'mismatched input ' + GetTokenErrorDisplay(E.Token)
4375 Result := 'mismatched tree node: ';
4397 Result := 'mismatched input ' + GetTokenErrorDisplay(E.Token)
4403 Result := 'mismatched input ' + GetTokenErrorDisplay(E.Token)
5402 Result := 'mismatched character ' + GetCharErrorDisplay(E.Character)
5417 Result := 'mismatched character ' + GetCharErrorDisplay(MNSE.Character)
5421 Result := 'mismatched character ' + GetCharErrorDisplay(MSE.Character)
5425 Result := 'mismatched character ' + GetCharErrorDisplay(MRE.Character)