Searched defs:MismatchIsMissingToken (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs159 public virtual bool MismatchIsMissingToken(IIntStream input, BitSet follow) { method in class:Antlr.Runtime.BaseRecognizer
636 if (MismatchIsMissingToken(input, follow)) {
651 if (MismatchIsMissingToken(input, follow)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs174 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow ) method in class:Antlr.Runtime.BaseRecognizer
717 if ( MismatchIsMissingToken( input, follow ) )
734 if ( MismatchIsMissingToken( input, follow ) )
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas727 function MismatchIsMissingToken(const Input: IIntStream;
2256 function MismatchIsMissingToken(const Input: IIntStream; function
4539 if MismatchIsMissingToken(Input, Follow) then
4545 function TBaseRecognizer.MismatchIsMissingToken(const Input: IIntStream;
4625 if MismatchIsMissingToken(Input, Follow) then
4659 if MismatchIsMissingToken(Input, Follow) then

Completed in 199 milliseconds