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

Lines Matching refs:mod

4512   FTail := (FTail + 1) mod Length(FLookahead);
4558 FHead := (FHead + 1) mod Length(FLookahead);
4688 Result := FLookahead[(FHead + K - 1) mod Length(FLookahead)];