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

Lines Matching refs:Mismatch

716     /// plain Mismatch(), which does not recover. Then any error
1368 /// override methods mismatch and recoverFromMismatchSet.
2017 /// Factor out what to do upon token mismatch so tree parsers can behave
2023 procedure Mismatch(const Input: IIntStream; const TokenType: Integer;
2138 /// token mismatch. Upon token mismatch, if LA(1) is member of
4503 Mismatch(Input, TokenType, Follow);
4533 procedure TBaseRecognizer.Mismatch(const Input: IIntStream;
4633 // TODO do single token deletion like above for Token mismatch