Searched refs:MismatchIsUnwantedToken (Results 1 – 3 of 3) sorted by relevance
155 public virtual bool MismatchIsUnwantedToken(IIntStream input, int ttype) { in MismatchIsUnwantedToken() method in Antlr.Runtime.BaseRecognizer619 if (MismatchIsUnwantedToken(input, ttype)) { in RecoverFromMismatchedToken()
171 public virtual bool MismatchIsUnwantedToken( IIntStream input, int ttype ) in MismatchIsUnwantedToken() method in Antlr.Runtime.BaseRecognizer701 if ( MismatchIsUnwantedToken( input, ttype ) ) in RecoverFromMismatchedToken()
724 function MismatchIsUnwantedToken(const Input: IIntStream;2254 function MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function4536 if MismatchIsUnwantedToken(Input, TokenType) then4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function4645 if MismatchIsUnwantedToken(Input, TokenType) then