IndentAwareLexer(ICharStream,TextWriter,TextWriter)
public IndentAwareLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Name | Description |
---|---|
Antlr4.Runtime.ICharStream input | The incoming character stream. |
System.IO.TextWriter output | The System.IO.TextWriter to send output to. |
System.IO.TextWriter errorOutput | The System.IO.TextWriter to send errors to. |
Last modified 21d ago