Ejemplo n.º 1
0
 public PlSqlLexerBase(ICharStream input)
     : base(input)
 {
     myinput = input;
     self    = this;
 }
Ejemplo n.º 2
0
 protected PlSqlLexerBase(ICharStream input, TextWriter output, TextWriter errorOutput)
     : base(input, output, errorOutput)
 {
     myinput = input;
     self    = this;
 }