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

Lines Matching full:gettokenstartindex

278     function GetTokenStartIndex(const T: IANTLRInterface): Integer;
451 function GetTokenStartIndex: Integer;
519 property TokenStartIndex: Integer read GetTokenStartIndex write SetTokenStartIndex;
544 function GetTokenStartIndex: Integer;
593 property TokenStartIndex: Integer read GetTokenStartIndex write SetTokenStartIndex;
1144 function GetTokenStartIndex: Integer; virtual; abstract;
1219 function GetTokenStartIndex: Integer; override;
1293 function GetTokenStartIndex(const T: IANTLRInterface): Integer; virtual; abstract;
1321 function GetTokenStartIndex(const T: IANTLRInterface): Integer; override;
1469 function GetTokenStartIndex: Integer; override;
2543 function TCommonTree.GetTokenStartIndex: Integer;
2961 function TCommonTreeAdaptor.GetTokenStartIndex(
3313 BeginTokenIndex := FAdaptor.GetTokenStartIndex(Start);
3314 EndTokenIndex := FAdaptor.GetTokenStartIndex(Stop);
3424 function TParseTree.GetTokenStartIndex: Integer;
4947 BeginTokenIndex := FAdaptor.GetTokenStartIndex(Start);