IndentAwareLexer(ICharStream,TextWriter,TextWriter)
Summary
public IndentAwareLexer(ICharStream input, TextWriter output, TextWriter errorOutput)Parameters
Name
Description
Last updated
Was this helpful?
Constructor in IndentAwareLexer
Initializes a new instance of the IndentAwareLexer class.
public IndentAwareLexer(ICharStream input, TextWriter output, TextWriter errorOutput)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 updated
Was this helpful?
Was this helpful?
