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