Esempio n. 1
0
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
Esempio n. 2
0
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
Esempio n. 3
0
 protected LexerBase(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }