Last updated 11 hours ago
Was this helpful?
Constructor in
Initializes a new instance of the class.
public IndentAwareLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Antlr4.Runtime.ICharStream input
Antlr4.Runtime.ICharStream
The incoming character stream.
System.IO.TextWriter output
System.IO.TextWriter
The System.IO.TextWriter to send output to.
System.IO.TextWriter errorOutput
The System.IO.TextWriter to send errors to.