Searched defs:MatchRange (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs161 // MatchRange() routine has already called recover()
294 public virtual void MatchRange( int a, int b ) method in class:Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs244 public virtual void MatchRange(int a, int b) { method in class:Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs310 public void MatchRange( int a, int b ) method in class:Antlr.Runtime.SlimLexer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1097 procedure MatchRange(const A, B: Integer); procedure
2466 procedure MatchRange(const A, B: Integer); virtual;
5502 procedure TLexer.MatchRange(const A, B: Integer);

Completed in 230 milliseconds