at.jku.ssw.Coco.Scanner.SetScannerBehindT C# (CSharp) Method

SetScannerBehindT() private method

private SetScannerBehindT ( ) : void
return void
        private void SetScannerBehindT()
        {
            buffer.Pos = t.pos;
            NextCh();
            line = t.line; col = t.col; charPos = t.charPos;
            for (int i = 0; i < tlen; i++) NextCh();
        }