Exemple #1
0
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
Exemple #3
0
 protected LexerBase(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }