Home
last modified time | relevance | path

Searched refs:MatchRange (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs310 public void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.SlimLexer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs244 public virtual void MatchRange(int a, int b) { in MatchRange() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs294 public virtual void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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); procedure
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg917 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg937 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1066 MatchRange(<a>, <b>); <checkRuleBacktrackFailure()>