/// <summary> /// Sets the input string for the tokenizer. /// </summary> /// <param name="input">The input string</param> public void SetInput(string input) { this.input = new DFAInput(input); }