Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:startindex

644     property StartIndex: Integer read GetStartIndex write SetStartIndex;
4031 FStart := OldCommonToken.StartIndex;
4845 I, StartIndex, StopIndex: Integer;
4851 StartIndex := Max(Start,0);
4852 if (StartIndex > StopIndex) then
4857 for I := StartIndex to StopIndex do
6204 I, StartIndex, StopIndex: Integer;
6216 StartIndex := Max(Start,0);
6221 Result := ToOriginalString(StartIndex, StopIndex);
6231 I := StartIndex;