示例#1
0
 /// <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);
 }
示例#2
0
 /// <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);
 }