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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs850 public virtual int GetRuleMemoization(int ruleIndex, int ruleStartIndex) { method in class:Antlr.Runtime.BaseRecognizer
876 int stopIndex = GetRuleMemoization(ruleIndex, input.Index);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs958 public virtual int GetRuleMemoization( int ruleIndex, int ruleStartIndex ) method in class:Antlr.Runtime.BaseRecognizer
987 int stopIndex = GetRuleMemoization( ruleIndex, input.Index );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas866 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer;
2278 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; virtual; function
4185 StopIndex := GetRuleMemoization(RuleIndex, Input.Index);
4433 function TBaseRecognizer.GetRuleMemoization(const RuleIndex,

Completed in 539 milliseconds