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

Lines Matching refs:TokenStartIndex

519     property TokenStartIndex: Integer read GetTokenStartIndex write SetTokenStartIndex;
593 property TokenStartIndex: Integer read GetTokenStartIndex write SetTokenStartIndex;
2967 Result := (T as ITree).TokenStartIndex;
3014 (T as ITree).TokenStartIndex := Start;