Home
last modified time | relevance | path

Searched refs:MismatchIsUnwantedToken (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs155 public virtual bool MismatchIsUnwantedToken(IIntStream input, int ttype) { in MismatchIsUnwantedToken() method in Antlr.Runtime.BaseRecognizer
619 if (MismatchIsUnwantedToken(input, ttype)) { in RecoverFromMismatchedToken()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs171 public virtual bool MismatchIsUnwantedToken( IIntStream input, int ttype ) in MismatchIsUnwantedToken() method in Antlr.Runtime.BaseRecognizer
701 if ( MismatchIsUnwantedToken( input, ttype ) ) in RecoverFromMismatchedToken()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas724 function MismatchIsUnwantedToken(const Input: IIntStream;
2254 function MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function
4536 if MismatchIsUnwantedToken(Input, TokenType) then
4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function
4645 if MismatchIsUnwantedToken(Input, TokenType) then