Home
last modified time | relevance | path

Searched defs: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
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs171 public virtual bool MismatchIsUnwantedToken( IIntStream input, int ttype ) in MismatchIsUnwantedToken() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2254 function MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function
4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() function