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

Lines Matching full:tokenstartcharindex

607     property TokenStartCharIndex: Integer read GetTokenStartCharIndex write SetTokenStartCharIndex;
5346 FState.TokenStartCharIndex, GetCharIndex - 1);
5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)
5527 FState.TokenStartCharIndex := FInput.Index;
5582 FState.TokenStartCharIndex := -1;