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