Reset() public method

public Reset ( ) : void
return void
Beispiel #1
0
 public override void Reset()
 {
     prevAccept.Reset();
     startIndex         = -1;
     thisLine           = 1;
     charPositionInLine = 0;
     mode = Lexer.DEFAULT_MODE;
 }