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

Lines Matching refs:TokenStopIndex

525     property TokenStopIndex: Integer read GetTokenStopIndex write SetTokenStopIndex;
599 property TokenStopIndex: Integer read GetTokenStopIndex write SetTokenStopIndex;
2976 Result := (T as ITree).TokenStopIndex;
3015 (T as ITree).TokenStopIndex := Stop;