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

Lines Matching refs:GetIndex

2547         function GetIndex: Integer;
2563 property Index: Integer read GetIndex write SetIndex;
2580 function GetIndex: Integer;
6411 function TTokenRewriteStream.TRewriteOperation.GetIndex: Integer;
6471 if (Left.GetIndex < Right.GetIndex) then
6474 if (Left.GetIndex > Right.GetIndex) then