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

Lines Matching refs:LastIndex

2619         property LastIndex: Integer read GetLastIndex write SetLastIndex;
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then