Lines Matching refs:RuleIndex
866 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; in GetRuleMemoization() argument
879 const RuleIndex: Integer): Boolean;
885 procedure Memoize(const Input: IIntStream; const RuleIndex, argument
895 procedure TraceIn(const RuleName: String; const RuleIndex: Integer;
897 procedure TraceOut(const RuleName: String; const RuleIndex: Integer;
1109 procedure TraceIn(const RuleName: String; const RuleIndex: Integer);
1110 procedure TraceOut(const RuleName: String; const RuleIndex: Integer);
1148 procedure TraceIn(const RuleName: String; const RuleIndex: Integer);
1149 procedure TraceOut(const RuleName: String; const RuleIndex: Integer);
2278 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; virtual; in GetRuleMemoization() argument
2280 const RuleIndex: Integer): Boolean; virtual;
2281 procedure Memoize(const Input: IIntStream; const RuleIndex, argument
2285 procedure TraceIn(const RuleName: String; const RuleIndex: Integer;
2287 procedure TraceOut(const RuleName: String; const RuleIndex: Integer;
2469 …procedure TraceIn(const RuleName: String; const RuleIndex: Integer); reintroduce; overload; virtua…
2470 …procedure TraceOut(const RuleName: String; const RuleIndex: Integer); reintroduce; overload; virtu…
2501 procedure TraceIn(const RuleName: String; const RuleIndex: Integer); reintroduce; overload;
2502 procedure TraceOut(const RuleName: String; const RuleIndex: Integer); reintroduce; overload;
4181 const RuleIndex: Integer): Boolean;
4185 StopIndex := GetRuleMemoization(RuleIndex, Input.Index);
4433 function TBaseRecognizer.GetRuleMemoization(const RuleIndex, in GetRuleMemoization() argument
4438 Dict := FState.RuleMemo[RuleIndex];
4442 FState.RuleMemo[RuleIndex] := Dict;
4516 procedure TBaseRecognizer.Memoize(const Input: IIntStream; const RuleIndex, argument
4522 Dict := FState.RuleMemo[RuleIndex];
4725 const RuleIndex: Integer; const InputSymbol: String);
4736 const RuleIndex: Integer; const InputSymbol: String);
5605 procedure TLexer.TraceIn(const RuleName: String; const RuleIndex: Integer);
5611 inherited TraceIn(RuleName, RuleIndex, InputSymbol);
5614 procedure TLexer.TraceOut(const RuleName: String; const RuleIndex: Integer);
5620 inherited TraceOut(RuleName, RuleIndex, InputSymbol);
5695 procedure TParser.TraceIn(const RuleName: String; const RuleIndex: Integer);
5697 inherited TraceIn(RuleName, RuleIndex, FInput.LT(1).ToString);
5700 procedure TParser.TraceOut(const RuleName: String; const RuleIndex: Integer);
5702 inherited TraceOut(RuleName, RuleIndex, FInput.LT(1).ToString);