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

Lines Matching refs:Left

2651         function Compare(const Left, Right: T): Integer; override;
2777 /// 2. for any prior replace with same left boundary, combine this
6236 IndexToOp.Remove(I); // remove so any left have index size-1
6468 function TTokenRewriteStream.TRewriteOpComparer<T>.Compare(const Left,
6471 if (Left.GetIndex < Right.GetIndex) then
6474 if (Left.GetIndex > Right.GetIndex) then